Home
last modified time | relevance | path

Searched refs:PermissionNotAllowed (Results 1 – 8 of 8) 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/chromium_org/third_party/WebKit/public/web/
DWebNotificationPresenter.h48PermissionNotAllowed, // User has not taken an action on the origin (defaults to not allowed). enumerator
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
DNotificationClient.h49 PermissionNotAllowed, // User has not yet allowed enumerator
DNotificationBase.cpp123 case NotificationClient::PermissionNotAllowed: in permissionString()
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp454 …SERT_MATCHING_ENUM(WebNotificationPresenter::PermissionNotAllowed, NotificationClient::PermissionN…
/external/chromium_org/chrome/browser/
Dchrome_content_browser_client.cc1974 return blink::WebNotificationPresenter::PermissionNotAllowed; in CheckDesktopNotificationPermission()