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

  /external/webkit/WebCore/notifications/
NotificationCenter.cpp 46 , m_notificationPresenter(presenter) {}
52 return m_notificationPresenter->checkPermission(
61 m_notificationPresenter->requestPermission(m_scriptExecutionContext->securityOrigin(), callback);
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/WebCore/page/
Page.h 331 NotificationPresenter* m_notificationPresenter;
  /external/webkit/WebKit/chromium/src/
WebViewImpl.h 446 NotificationPresenterImpl m_notificationPresenter;
WebViewImpl.cpp     [all...]

Completed in 112 milliseconds