Home
last modified time | relevance | path

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

/external/webkit/WebKit/chromium/src/
DNotificationPresenterImpl.cpp70 void NotificationPresenterImpl::initialize(WebNotificationPresenter* presenter) in initialize()
75 bool NotificationPresenterImpl::isInitialized() in isInitialized()
80 bool NotificationPresenterImpl::show(Notification* notification) in show()
85 void NotificationPresenterImpl::cancel(Notification* notification) in cancel()
90 void NotificationPresenterImpl::notificationObjectDestroyed(Notification* notification) in notificationObjectDestroyed()
95 NotificationPresenter::Permission NotificationPresenterImpl::checkPermission(const KURL& url, Docum… in checkPermission()
105 void NotificationPresenterImpl::requestPermission(SecurityOrigin* origin, PassRefPtr<VoidCallback> … in requestPermission()
DNotificationPresenterImpl.h46 class NotificationPresenterImpl : public WebCore::NotificationPresenter {
48 NotificationPresenterImpl() : m_presenter(0) { } in NotificationPresenterImpl() function
DWebViewImpl.h284 NotificationPresenterImpl* notificationPresenterImpl();
446 NotificationPresenterImpl m_notificationPresenter;
DWebViewImpl.cpp1861 NotificationPresenterImpl* WebViewImpl::notificationPresenterImpl() in notificationPresenterImpl()
/external/webkit/WebKit/chromium/
DWebKit.gyp246 'src/NotificationPresenterImpl.h',
247 'src/NotificationPresenterImpl.cpp',
DChangeLog1700 * src/NotificationPresenterImpl.cpp:
1701 (WebKit::NotificationPresenterImpl::checkPermission):
1702 * src/NotificationPresenterImpl.h:
4264 Up-streaming Chromium API src files: NotificationPresenterImpl...SharedWorkerRepository
4268 * src/NotificationPresenterImpl.cpp: Added.
4271 (WebKit::NotificationPresenterImpl::initialize):
4272 (WebKit::NotificationPresenterImpl::isInitialized):
4273 (WebKit::NotificationPresenterImpl::show):
4274 (WebKit::NotificationPresenterImpl::cancel):
4275 (WebKit::NotificationPresenterImpl::notificationObjectDestroyed):
[all …]