Searched defs:NotificationPresenter (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/shell/renderer/test_runner/
H A Dnotification_presenter.cc38 NotificationPresenter::NotificationPresenter() : delegate_(0) {} function in class:content::NotificationPresenter
40 NotificationPresenter::~NotificationPresenter() {}
42 bool NotificationPresenter::SimulateClick(const std::string& title) {
55 void NotificationPresenter::Reset() {
64 bool NotificationPresenter::show(const WebNotification& notification) {
109 void NotificationPresenter::cancel(const WebNotification& notification) {
121 void NotificationPresenter::objectDestroyed(
127 WebNotificationPresenter::Permission NotificationPresenter
[all...]
H A Dnotification_presenter.h20 class NotificationPresenter : public blink::WebNotificationPresenter { class in namespace:content
22 NotificationPresenter();
23 virtual ~NotificationPresenter();
50 DISALLOW_COPY_AND_ASSIGN(NotificationPresenter);

Completed in 99 milliseconds