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

  /external/webkit/Source/WebKit/chromium/src/
NotificationPresenterImpl.cpp 32 #include "NotificationPresenterImpl.h"
70 void NotificationPresenterImpl::initialize(WebNotificationPresenter* presenter)
75 bool NotificationPresenterImpl::isInitialized()
80 bool NotificationPresenterImpl::show(Notification* notification)
85 void NotificationPresenterImpl::cancel(Notification* notification)
90 void NotificationPresenterImpl::notificationObjectDestroyed(Notification* notification)
95 NotificationPresenter::Permission NotificationPresenterImpl::checkPermission(ScriptExecutionContext* context)
101 void NotificationPresenterImpl::requestPermission(ScriptExecutionContext* context, PassRefPtr<VoidCallback> callback)
NotificationPresenterImpl.h 46 class NotificationPresenterImpl : public WebCore::NotificationPresenter {
48 NotificationPresenterImpl() : m_presenter(0) { }
WebViewImpl.h 50 #include "NotificationPresenterImpl.h"
315 NotificationPresenterImpl* notificationPresenterImpl();
517 NotificationPresenterImpl m_notificationPresenter;
WebViewImpl.cpp     [all...]

Completed in 486 milliseconds