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

  /external/chromium_org/win8/metro_driver/
toast_notification_handler.h 24 base::win::MetroNotificationClickedHandler notification_handler; member in struct:ToastNotificationHandler::DesktopNotification
toast_notification_handler.cc 113 notification_handler(handler) {
119 : notification_handler(NULL) {
248 if (notification_info_.notification_handler) {
249 notification_info_.notification_handler(
chrome_app_view.cc 327 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();
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_websocket.py 16 def __init__(self, notification_handler=None, error_handler=None):
20 notification_handler: A callback for notifications received as a result of
32 self._notification_handler = notification_handler

Completed in 191 milliseconds