/external/webkit/Tools/DumpRenderTree/chromium/ |
D | NotificationPresenter.cpp | 61 void NotificationPresenter::grantPermission(const WebString& origin) in grantPermission() 68 bool NotificationPresenter::simulateClick(const WebString& title) in simulateClick() 81 bool NotificationPresenter::show(const WebNotification& notification) in show() 114 void NotificationPresenter::cancel(const WebNotification& notification) in cancel() 125 void NotificationPresenter::objectDestroyed(const WebKit::WebNotification& notification) in objectDestroyed() 132 WebNotificationPresenter::Permission NotificationPresenter::checkPermission(const WebURL& url) in checkPermission() 141 void NotificationPresenter::requestPermission( in requestPermission()
|
D | NotificationPresenter.h | 44 class NotificationPresenter : public WebKit::WebNotificationPresenter { 46 explicit NotificationPresenter(TestShell* shell) : m_shell(shell) {} in NotificationPresenter() function
|
D | TestShell.h | 93 NotificationPresenter* notificationPresenter() const { return m_notificationPresenter.get(); } in notificationPresenter() 199 OwnPtr<NotificationPresenter> m_notificationPresenter;
|
/external/webkit/Source/WebCore/notifications/ |
D | NotificationCenter.h | 49 …efPtr<NotificationCenter> create(ScriptExecutionContext* context, NotificationPresenter* presenter… in create() 74 NotificationPresenter* presenter() const { return m_notificationPresenter; } in presenter() 82 NotificationCenter(ScriptExecutionContext*, NotificationPresenter*); 84 NotificationPresenter* m_notificationPresenter;
|
D | NotificationCenter.cpp | 43 NotificationCenter::NotificationCenter(ScriptExecutionContext* context, NotificationPresenter* pres… in NotificationCenter() 50 return NotificationPresenter::PermissionDenied; in checkPermission()
|
D | NotificationPresenter.h | 46 class NotificationPresenter { 55 virtual ~NotificationPresenter() {} in ~NotificationPresenter()
|
D | Notification.cpp | 56 …if (m_notificationCenter->presenter()->checkPermission(context) != NotificationPresenter::Permissi… in Notification() 77 …if (m_notificationCenter->presenter()->checkPermission(context) != NotificationPresenter::Permissi… in Notification()
|
/external/webkit/Source/WebCore/workers/ |
D | WorkerThread.h | 41 class NotificationPresenter; variable 63 NotificationPresenter* getNotificationPresenter() { return m_notificationPresenter; } in getNotificationPresenter() 64 …void setNotificationPresenter(NotificationPresenter* presenter) { m_notificationPresenter = presen… in setNotificationPresenter() 94 NotificationPresenter* m_notificationPresenter;
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | NotificationPresenterClientQt.h | 84 class NotificationPresenterClientQt : public NotificationPresenter { 94 virtual NotificationPresenter::Permission checkPermission(ScriptExecutionContext*); 127 QHash<ScriptExecutionContext*, NotificationPresenter::Permission> m_cachedPermissions;
|
D | NotificationPresenterClientQt.cpp | 336 NotificationPresenter::Permission NotificationPresenterClientQt::checkPermission(ScriptExecutionCon… in checkPermission() 338 return m_cachedPermissions.value(context, NotificationPresenter::PermissionNotAllowed); in checkPermission() 366 m_cachedPermissions.insert(frame->document(), NotificationPresenter::PermissionAllowed); in allowNotificationForFrame()
|
D | ChromeClientQt.h | 147 virtual NotificationPresenter* notificationPresenter() const;
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebDesktopNotificationsDelegate.h | 44 class WebDesktopNotificationsDelegate : public WebCore::NotificationPresenter { 53 virtual WebCore::NotificationPresenter::Permission checkPermission(const KURL& url);
|
D | WebDesktopNotificationsDelegate.cpp | 175 NotificationPresenter::Permission WebDesktopNotificationsDelegate::checkPermission(const KURL& url) in checkPermission() 181 return (NotificationPresenter::Permission) out; in checkPermission()
|
D | WebChromeClient.h | 173 …virtual WebCore::NotificationPresenter* notificationPresenter() const { return reinterpret_cast<We… in notificationPresenter()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | NotificationPresenterImpl.h | 46 class NotificationPresenterImpl : public WebCore::NotificationPresenter { 57 …virtual WebCore::NotificationPresenter::Permission checkPermission(WebCore::ScriptExecutionContext…
|
D | NotificationPresenterImpl.cpp | 95 NotificationPresenter::Permission NotificationPresenterImpl::checkPermission(ScriptExecutionContext… in checkPermission() 98 return static_cast<NotificationPresenter::Permission>(result); in checkPermission()
|
D | AssertMatchingEnums.cpp | 356 COMPILE_ASSERT_MATCHING_ENUM(WebNotificationPresenter::PermissionAllowed, NotificationPresenter::Pe… 357 COMPILE_ASSERT_MATCHING_ENUM(WebNotificationPresenter::PermissionNotAllowed, NotificationPresenter:… 358 COMPILE_ASSERT_MATCHING_ENUM(WebNotificationPresenter::PermissionDenied, NotificationPresenter::Per…
|
D | ChromeClientImpl.h | 136 virtual WebCore::NotificationPresenter* notificationPresenter() const;
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | DRTDesktopNotificationPresenter.cpp | 131 *result = WebCore::NotificationPresenter::PermissionAllowed; in checkNotificationPermission() 133 *result = WebCore::NotificationPresenter::PermissionDenied; in checkNotificationPermission()
|
/external/webkit/Tools/DumpRenderTree/ |
D | DumpRenderTree.gypi | 23 'chromium/NotificationPresenter.h', 24 'chromium/NotificationPresenter.cpp',
|
/external/webkit/Source/WebCore/page/ |
D | Chrome.h | 53 class NotificationPresenter; variable 169 NotificationPresenter* notificationPresenter() const;
|
D | ChromeClient.h | 72 class NotificationPresenter; variable 199 virtual NotificationPresenter* notificationPresenter() const = 0;
|
D | Page.h | 87 class NotificationPresenter; variable 398 NotificationPresenter* m_notificationPresenter;
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
D | ChromeClientWinCE.h | 141 virtual WebCore::NotificationPresenter* notificationPresenter() const;
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
D | WebChromeClient.h | 199 virtual WebCore::NotificationPresenter* notificationPresenter() const;
|