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

  /external/webkit/WebKit/chromium/src/
NotificationPresenterImpl.h 44 class WebNotificationPresenter;
50 void initialize(WebNotificationPresenter* presenter);
61 // WebNotificationPresenter that this object delegates to.
62 WebNotificationPresenter* m_presenter;
NotificationPresenterImpl.cpp 43 #include "WebNotificationPresenter.h"
70 void NotificationPresenterImpl::initialize(WebNotificationPresenter* presenter)
WebWorkerClientImpl.h 88 virtual WebNotificationPresenter* notificationPresenter()
AssertMatchingEnums.cpp 53 #include "WebNotificationPresenter.h"
289 COMPILE_ASSERT_MATCHING_ENUM(WebNotificationPresenter::PermissionAllowed, NotificationPresenter::PermissionAllowed);
290 COMPILE_ASSERT_MATCHING_ENUM(WebNotificationPresenter::PermissionNotAllowed, NotificationPresenter::PermissionNotAllowed);
291 COMPILE_ASSERT_MATCHING_ENUM(WebNotificationPresenter::PermissionDenied, NotificationPresenter::PermissionDenied);
  /external/webkit/WebKit/chromium/public/
WebWorkerClient.h 39 class WebNotificationPresenter;
WebCommonWorkerClient.h 36 class WebNotificationPresenter;
66 virtual WebNotificationPresenter* notificationPresenter() = 0;
WebNotificationPresenter.h 44 class WebNotificationPresenter {
WebViewClient.h 50 class WebNotificationPresenter;
94 virtual WebNotificationPresenter* notificationPresenter() { return 0; }

Completed in 3201 milliseconds