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

  /external/webkit/WebCore/notifications/
NotificationCenter.h 72 NotificationPresenter* presenter() const { return m_notificationPresenter; }
77 void disconnectFrame() { m_notificationPresenter = 0; }
83 NotificationPresenter* m_notificationPresenter;
  /external/webkit/WebCore/workers/
WorkerThread.h 63 NotificationPresenter* getNotificationPresenter() { return m_notificationPresenter; }
64 void setNotificationPresenter(NotificationPresenter* presenter) { m_notificationPresenter = presenter; }
94 NotificationPresenter* m_notificationPresenter;
  /external/webkit/WebKit/chromium/src/
WebViewImpl.h 446 NotificationPresenterImpl m_notificationPresenter;
  /external/webkit/WebCore/page/
Page.h 331 NotificationPresenter* m_notificationPresenter;

Completed in 31 milliseconds