Searched refs:PermissionNotAllowed (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/notifications/ |
D | desktop_notification_service_unittest.cc | 145 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()
|
D | notifications_prefs_cache_unittest.cc | 48 WebKit::WebNotificationPresenter::PermissionNotAllowed); in TEST() 52 WebKit::WebNotificationPresenter::PermissionNotAllowed); in TEST()
|
D | notifications_prefs_cache.cc | 80 return WebKit::WebNotificationPresenter::PermissionNotAllowed; in HasPermission()
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebNotificationPresenter.h | 49 … PermissionNotAllowed, // User has not taken an action on the origin (defaults to not allowed). enumerator
|
/external/webkit/Source/WebCore/notifications/ |
D | NotificationPresenter.h | 51 PermissionNotAllowed, // User has not yet allowed enumerator
|
/external/webkit/Source/WebKit/chromium/src/ |
D | AssertMatchingEnums.cpp | 357 …ERT_MATCHING_ENUM(WebNotificationPresenter::PermissionNotAllowed, NotificationPresenter::Permissio…
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | NotificationPresenterClientQt.cpp | 338 return m_cachedPermissions.value(context, NotificationPresenter::PermissionNotAllowed); in checkPermission()
|