Home
last modified time | relevance | path

Searched refs:notificationPresenter (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebSharedWorkerClient.h60 virtual WebNotificationPresenter* notificationPresenter() = 0;
DWebFrameClient.h323 virtual WebNotificationPresenter* notificationPresenter() { return 0; } in notificationPresenter() function
/external/chromium_org/content/renderer/shared_worker/
Dembedded_shared_worker_stub.h55 virtual blink::WebNotificationPresenter* notificationPresenter() OVERRIDE;
Dembedded_shared_worker_stub.cc146 EmbeddedSharedWorkerStub::notificationPresenter() { in notificationPresenter() function in content::EmbeddedSharedWorkerStub
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h635 virtual WebNotificationPresenter* notificationPresenter() { return 0; } in notificationPresenter() function
/external/chromium_org/third_party/WebKit/Source/web/
DWebLocalFrameImpl.cpp1552 …OwnPtr<NotificationPresenterImpl> notificationPresenter = adoptPtr(new NotificationPresenterImpl()… in setCoreFrame() local
1554 notificationPresenter->initialize(m_client->notificationPresenter()); in setCoreFrame()
1556 provideNotification(*m_frame, notificationPresenter.release()); in setCoreFrame()
/external/chromium_org/content/shell/renderer/test_runner/
Dweb_frame_test_proxy.h132 virtual blink::WebNotificationPresenter* notificationPresenter() { in notificationPresenter() function
/external/chromium_org/content/renderer/
Drender_frame_impl.h369 virtual blink::WebNotificationPresenter* notificationPresenter();
Drender_frame_impl.cc2462 blink::WebNotificationPresenter* RenderFrameImpl::notificationPresenter() { in notificationPresenter() function in content::RenderFrameImpl