Searched refs:dispatchCloseEvent (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebNotification.cpp102 void WebNotification::dispatchCloseEvent(bool /* byUser */) function in class:blink::WebNotification
105 m_private->dispatchCloseEvent();
/external/chromium_org/third_party/WebKit/public/web/
H A DWebNotification.h85 BLINK_EXPORT void dispatchCloseEvent(bool byUser);
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
H A DNotification.h69 void dispatchCloseEvent();
H A DNotification.cpp126 void Notification::dispatchCloseEvent() function in class:blink::Notification
/external/chromium_org/content/renderer/
H A Dnotification_provider.cc115 notification.dispatchCloseEvent(by_user);
/external/chromium_org/content/shell/renderer/test_runner/
H A Dnotification_presenter.cc116 event_target.dispatchCloseEvent(false);

Completed in 293 milliseconds