Searched refs:notificationPresenter (Results 1 – 9 of 9) sorted by relevance
60 virtual WebNotificationPresenter* notificationPresenter() = 0;
323 virtual WebNotificationPresenter* notificationPresenter() { return 0; } in notificationPresenter() function
55 virtual blink::WebNotificationPresenter* notificationPresenter() OVERRIDE;
146 EmbeddedSharedWorkerStub::notificationPresenter() { in notificationPresenter() function in content::EmbeddedSharedWorkerStub
635 virtual WebNotificationPresenter* notificationPresenter() { return 0; } in notificationPresenter() function
1552 …OwnPtr<NotificationPresenterImpl> notificationPresenter = adoptPtr(new NotificationPresenterImpl()… in setCoreFrame() local1554 notificationPresenter->initialize(m_client->notificationPresenter()); in setCoreFrame()1556 provideNotification(*m_frame, notificationPresenter.release()); in setCoreFrame()
132 virtual blink::WebNotificationPresenter* notificationPresenter() { in notificationPresenter() function
369 virtual blink::WebNotificationPresenter* notificationPresenter();
2462 blink::WebNotificationPresenter* RenderFrameImpl::notificationPresenter() { in notificationPresenter() function in content::RenderFrameImpl