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

  /external/chromium_org/win8/metro_driver/
toast_notification_handler.cc 112 notification_handler(handler) {
118 : notification_handler(NULL) {
244 if (notification_info_.notification_handler) {
245 notification_info_.notification_handler(
toast_notification_handler.h 24 base::win::MetroNotificationClickedHandler notification_handler; member in struct:ToastNotificationHandler::DesktopNotification
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/chrome/
inspector_backend.py 303 domain_name, notification_handler, will_close_handler):
317 self._domain_handlers[domain_name] = (notification_handler,
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.chrome.inspector_backend.html 89 <dl><dt><a name="InspectorBackend-RegisterDomain"><strong>RegisterDomain</strong></a>(self, domain_name, notification_handler, will_close_handler)</dt><dd><tt>Registers&nbsp;a&nbsp;given&nbsp;domain&nbsp;for&nbsp;handling&nbsp;notification&nbsp;methods.<br>

Completed in 178 milliseconds