Home
last modified time | relevance | path

Searched refs:PermissionNotAllowed (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/notifications/
Ddesktop_notification_service_unittest.cc145 EXPECT_EQ(WebKit::WebNotificationPresenter::PermissionNotAllowed, in TEST_F()
159 EXPECT_EQ(WebKit::WebNotificationPresenter::PermissionNotAllowed, in TEST_F()
161 EXPECT_EQ(WebKit::WebNotificationPresenter::PermissionNotAllowed, in TEST_F()
167 EXPECT_EQ(WebKit::WebNotificationPresenter::PermissionNotAllowed, in TEST_F()
179 EXPECT_EQ(WebKit::WebNotificationPresenter::PermissionNotAllowed, in TEST_F()
190 EXPECT_EQ(WebKit::WebNotificationPresenter::PermissionNotAllowed, in TEST_F()
254 EXPECT_EQ(WebKit::WebNotificationPresenter::PermissionNotAllowed, in TEST_F()
256 EXPECT_EQ(WebKit::WebNotificationPresenter::PermissionNotAllowed, in TEST_F()
268 EXPECT_EQ(WebKit::WebNotificationPresenter::PermissionNotAllowed, in TEST_F()
280 EXPECT_EQ(WebKit::WebNotificationPresenter::PermissionNotAllowed, in TEST_F()
Dnotifications_prefs_cache_unittest.cc48 WebKit::WebNotificationPresenter::PermissionNotAllowed); in TEST()
52 WebKit::WebNotificationPresenter::PermissionNotAllowed); in TEST()
Dnotifications_prefs_cache.cc80 return WebKit::WebNotificationPresenter::PermissionNotAllowed; in HasPermission()
/external/webkit/Source/WebKit/chromium/public/
DWebNotificationPresenter.h49PermissionNotAllowed, // User has not taken an action on the origin (defaults to not allowed). enumerator
/external/webkit/Source/WebCore/notifications/
DNotificationPresenter.h51 PermissionNotAllowed, // User has not yet allowed enumerator
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp357 …ERT_MATCHING_ENUM(WebNotificationPresenter::PermissionNotAllowed, NotificationPresenter::Permissio…
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DNotificationPresenterClientQt.cpp338 return m_cachedPermissions.value(context, NotificationPresenter::PermissionNotAllowed); in checkPermission()