Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/notifications/
DNotificationClient.h51 PermissionNotAllowed, // User has not yet allowed enumerator
DNotification.cpp149 case NotificationClient::PermissionNotAllowed: in permissionString()
/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/content/renderer/
Dnotification_provider.cc67 int permission = WebNotificationPresenter::PermissionNotAllowed; in checkPermission()
/external/chromium_org/third_party/WebKit/Source/web/
DAssertMatchingEnums.cpp435 …SERT_MATCHING_ENUM(WebNotificationPresenter::PermissionNotAllowed, NotificationClient::PermissionN…
/external/chromium_org/content/shell/renderer/
Dwebkit_test_runner.cc416 int permission = blink::WebNotificationPresenter::PermissionNotAllowed; in CheckWebNotificationPermission()