Searched refs:PermissionNotAllowed (Results 1 – 8 of 8) 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/chromium_org/third_party/WebKit/public/web/ |
D | WebNotificationPresenter.h | 48 … PermissionNotAllowed, // User has not taken an action on the origin (defaults to not allowed). enumerator
|
/external/chromium_org/third_party/WebKit/Source/modules/notifications/ |
D | NotificationClient.h | 49 PermissionNotAllowed, // User has not yet allowed enumerator
|
D | NotificationBase.cpp | 123 case NotificationClient::PermissionNotAllowed: in permissionString()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | AssertMatchingEnums.cpp | 454 …SERT_MATCHING_ENUM(WebNotificationPresenter::PermissionNotAllowed, NotificationClient::PermissionN…
|
/external/chromium_org/chrome/browser/ |
D | chrome_content_browser_client.cc | 1974 return blink::WebNotificationPresenter::PermissionNotAllowed; in CheckDesktopNotificationPermission()
|