Home
last modified time | relevance | path

Searched refs:PermissionAllowed (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/notifications/
DNotification.cpp53 …presenter->checkPermission(context->url(), document) != NotificationPresenter::PermissionAllowed) { in Notification()
74 …presenter->checkPermission(context->url(), document) != NotificationPresenter::PermissionAllowed) { in Notification()
DNotificationPresenter.h51 PermissionAllowed, // User has allowed notifications enumerator
/external/webkit/WebKit/chromium/public/
DWebNotificationPresenter.h47 PermissionAllowed, // User has allowed permission to the origin. enumerator
/external/webkit/WebKitTools/DumpRenderTree/win/
DDRTDesktopNotificationPresenter.cpp131 *result = WebCore::NotificationPresenter::PermissionAllowed; in checkNotificationPermission()
/external/webkit/WebKit/chromium/src/
DAssertMatchingEnums.cpp289 …ASSERT_MATCHING_ENUM(WebNotificationPresenter::PermissionAllowed, NotificationPresenter::Permissio…