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

  /external/webkit/Source/WebCore/notifications/
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/Source/WebKit/chromium/src/
WebViewImpl.h 517 NotificationPresenterImpl m_notificationPresenter;
  /external/webkit/Tools/DumpRenderTree/chromium/
TestShell.h 93 NotificationPresenter* notificationPresenter() const { return m_notificationPresenter.get(); }
199 OwnPtr<NotificationPresenter> m_notificationPresenter;
  /external/webkit/Source/WebCore/page/
Page.h 398 NotificationPresenter* m_notificationPresenter;

Completed in 301 milliseconds