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

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
NotificationPresenter.h 46 class NotificationPresenter : public blink::WebNotificationPresenter, public blink::WebNonCopyable {
48 NotificationPresenter();
49 virtual ~NotificationPresenter();
NotificationPresenter.cpp 31 #include "NotificationPresenter.h"
65 NotificationPresenter::NotificationPresenter()
70 NotificationPresenter::~NotificationPresenter()
74 void NotificationPresenter::grantPermission(const WebString& origin)
79 bool NotificationPresenter::simulateClick(const WebString& title)
91 void NotificationPresenter::cancelAllActiveNotifications()
100 bool NotificationPresenter::show(const WebNotification& notification)
132 void NotificationPresenter::cancel(const WebNotification& notification
    [all...]

Completed in 312 milliseconds