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

/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dinspector_websocket_unittest.py71 notification_handler=lambda data: True,
83 notification_handler=lambda data: True,
95 notification_handler=lambda data: True,
H A Dinspector_websocket.py25 def __init__(self, notification_handler=None, error_handler=None):
29 notification_handler: A callback for notifications received as a result of
41 self._notification_handler = notification_handler
76 """Dispatch notifications until notification_handler return True.
H A Dinspector_backend.py275 domain_name, notification_handler, will_close_handler):
289 self._domain_handlers[domain_name] = (notification_handler,
/external/chromium_org/win8/metro_driver/
H A Dtoast_notification_handler.cc113 notification_handler(handler) {
119 : notification_handler(NULL) {
248 if (notification_info_.notification_handler) {
249 notification_info_.notification_handler(
H A Dtoast_notification_handler.h24 base::win::MetroNotificationClickedHandler notification_handler; member in struct:ToastNotificationHandler::DesktopNotification
H A Dchrome_app_view.cc327 ToastNotificationHandler* notification_handler = local
330 notification_map_[notification.id].reset(notification_handler);
331 notification_handler->DisplayNotification(notification);
345 scoped_ptr<ToastNotificationHandler> notification_handler(
350 notification_handler->CancelNotification();

Completed in 144 milliseconds