Home
last modified time | relevance | path

Searched refs:NotificationPresenter (Results 1 – 25 of 45) sorted by relevance

12

/external/webkit/Tools/DumpRenderTree/chromium/
DNotificationPresenter.cpp61 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()
DNotificationPresenter.h44 class NotificationPresenter : public WebKit::WebNotificationPresenter {
46 explicit NotificationPresenter(TestShell* shell) : m_shell(shell) {} in NotificationPresenter() function
DTestShell.h93 NotificationPresenter* notificationPresenter() const { return m_notificationPresenter.get(); } in notificationPresenter()
199 OwnPtr<NotificationPresenter> m_notificationPresenter;
/external/webkit/Source/WebCore/notifications/
DNotificationCenter.h49 …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;
DNotificationCenter.cpp43 NotificationCenter::NotificationCenter(ScriptExecutionContext* context, NotificationPresenter* pres… in NotificationCenter()
50 return NotificationPresenter::PermissionDenied; in checkPermission()
DNotificationPresenter.h46 class NotificationPresenter {
55 virtual ~NotificationPresenter() {} in ~NotificationPresenter()
DNotification.cpp56 …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/
DWorkerThread.h41 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/
DNotificationPresenterClientQt.h84 class NotificationPresenterClientQt : public NotificationPresenter {
94 virtual NotificationPresenter::Permission checkPermission(ScriptExecutionContext*);
127 QHash<ScriptExecutionContext*, NotificationPresenter::Permission> m_cachedPermissions;
DNotificationPresenterClientQt.cpp336 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()
DChromeClientQt.h147 virtual NotificationPresenter* notificationPresenter() const;
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebDesktopNotificationsDelegate.h44 class WebDesktopNotificationsDelegate : public WebCore::NotificationPresenter {
53 virtual WebCore::NotificationPresenter::Permission checkPermission(const KURL& url);
DWebDesktopNotificationsDelegate.cpp175 NotificationPresenter::Permission WebDesktopNotificationsDelegate::checkPermission(const KURL& url) in checkPermission()
181 return (NotificationPresenter::Permission) out; in checkPermission()
DWebChromeClient.h173 …virtual WebCore::NotificationPresenter* notificationPresenter() const { return reinterpret_cast<We… in notificationPresenter()
/external/webkit/Source/WebKit/chromium/src/
DNotificationPresenterImpl.h46 class NotificationPresenterImpl : public WebCore::NotificationPresenter {
57 …virtual WebCore::NotificationPresenter::Permission checkPermission(WebCore::ScriptExecutionContext…
DNotificationPresenterImpl.cpp95 NotificationPresenter::Permission NotificationPresenterImpl::checkPermission(ScriptExecutionContext… in checkPermission()
98 return static_cast<NotificationPresenter::Permission>(result); in checkPermission()
DAssertMatchingEnums.cpp356 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…
DChromeClientImpl.h136 virtual WebCore::NotificationPresenter* notificationPresenter() const;
/external/webkit/Tools/DumpRenderTree/win/
DDRTDesktopNotificationPresenter.cpp131 *result = WebCore::NotificationPresenter::PermissionAllowed; in checkNotificationPermission()
133 *result = WebCore::NotificationPresenter::PermissionDenied; in checkNotificationPermission()
/external/webkit/Tools/DumpRenderTree/
DDumpRenderTree.gypi23 'chromium/NotificationPresenter.h',
24 'chromium/NotificationPresenter.cpp',
/external/webkit/Source/WebCore/page/
DChrome.h53 class NotificationPresenter; variable
169 NotificationPresenter* notificationPresenter() const;
DChromeClient.h72 class NotificationPresenter; variable
199 virtual NotificationPresenter* notificationPresenter() const = 0;
DPage.h87 class NotificationPresenter; variable
398 NotificationPresenter* m_notificationPresenter;
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DChromeClientWinCE.h141 virtual WebCore::NotificationPresenter* notificationPresenter() const;
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebChromeClient.h199 virtual WebCore::NotificationPresenter* notificationPresenter() const;

12