HomeSort by relevance Sort by last modified time
    Searched refs:m_notificationPresenter (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/notifications/
NotificationCenter.cpp 45 , m_notificationPresenter(presenter) {}
51 return m_notificationPresenter->checkPermission(scriptExecutionContext());
58 m_notificationPresenter->requestPermission(scriptExecutionContext(), callback);
63 // m_notificationPresenter should never be 0. But just to be safe, we check it here.
65 ASSERT(m_notificationPresenter);
66 if (!m_notificationPresenter)
68 m_notificationPresenter->cancelRequestsForPermission(scriptExecutionContext());
69 m_notificationPresenter = 0;
NotificationCenter.h 74 NotificationPresenter* presenter() const { return m_notificationPresenter; }
84 NotificationPresenter* m_notificationPresenter;
  /external/webkit/Source/WebCore/workers/
WorkerThread.h 63 NotificationPresenter* getNotificationPresenter() { return m_notificationPresenter; }
64 void setNotificationPresenter(NotificationPresenter* presenter) { m_notificationPresenter = presenter; }
94 NotificationPresenter* m_notificationPresenter;
  /external/webkit/Tools/DumpRenderTree/chromium/
TestShell.h 93 NotificationPresenter* notificationPresenter() const { return m_notificationPresenter.get(); }
199 OwnPtr<NotificationPresenter> m_notificationPresenter;
TestShell.cpp 118 m_notificationPresenter.set(new NotificationPresenter(this));
243 m_notificationPresenter->reset();
  /external/webkit/Source/WebCore/page/
Page.h 398 NotificationPresenter* m_notificationPresenter;
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.h 517 NotificationPresenterImpl m_notificationPresenter;
WebViewImpl.cpp     [all...]

Completed in 45 milliseconds