HomeSort by relevance Sort by last modified time
    Searched defs:notification_type (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/sync/notifier/
invalidation_util.cc 18 std::string notification_type; local
20 model_type, &notification_type)) {
23 object_id->Init(invalidation::ObjectSource::CHROME_SYNC, notification_type);
  /external/chromium_org/sync/notifier/
invalidation_util.cc 32 std::string notification_type; local
33 if (!RealModelTypeToNotificationType(model_type, &notification_type)) {
37 notification_type);
  /external/chromium/chrome/browser/
browser_focus_uitest.cc 620 NotificationType::Type notification_type; local
624 notification_type = NotificationType::FOCUS_CHANGED_IN_PAGE;
629 notification_type = NotificationType::FOCUS_RETURNED_TO_BROWSER;
635 notification_type, notification_source)); local
655 NotificationType::Type notification_type; local
659 notification_type = NotificationType::FOCUS_CHANGED_IN_PAGE;
664 notification_type = NotificationType::FOCUS_RETURNED_TO_BROWSER;
670 notification_type, notification_source)); local
    [all...]
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 226 message_center::NotificationType notification_type = local
229 notification_type = message_center::NOTIFICATION_TYPE_IMAGE;
231 notification_type = message_center::NOTIFICATION_TYPE_MULTIPLE;
233 notification_type = message_center::NOTIFICATION_TYPE_BASE_FORMAT;
289 Notification ui_notification(notification_type,
  /external/chromium_org/chrome/browser/ui/
browser_focus_uitest.cc 613 int notification_type; local
617 notification_type = content::NOTIFICATION_FOCUS_CHANGED_IN_PAGE;
622 notification_type = chrome::NOTIFICATION_FOCUS_RETURNED_TO_BROWSER;
628 notification_type, notification_source)); local
648 int notification_type; local
652 notification_type = content::NOTIFICATION_FOCUS_CHANGED_IN_PAGE;
657 notification_type = chrome::NOTIFICATION_FOCUS_RETURNED_TO_BROWSER;
663 notification_type, notification_source)); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views.cc 51 chrome::NotificationType notification_type; local
54 notification_type = chrome::NOTIFICATION_ACCESSIBILITY_CONTROL_FOCUSED;
58 notification_type = chrome::NOTIFICATION_ACCESSIBILITY_MENU_OPENED;
62 notification_type = chrome::NOTIFICATION_ACCESSIBILITY_MENU_CLOSED;
78 notification_type = chrome::NOTIFICATION_ACCESSIBILITY_TEXT_CHANGED;
81 notification_type = chrome::NOTIFICATION_ACCESSIBILITY_CONTROL_ACTION;
84 notification_type = chrome::NOTIFICATION_ACCESSIBILITY_WINDOW_OPENED;
104 notification_type));
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager.cc 142 int notification_type = param.notification_type; local
143 if (notification_type == AccessibilityNotificationFocusChanged ||
144 notification_type == AccessibilityNotificationBlur) {
158 NotifyAccessibilityEvent(notification_type, node);
161 if (notification_type == AccessibilityNotificationLoadComplete) {
  /external/chromium/chrome/browser/automation/
automation_provider_observers.cc 965 NotificationType::Type notification_type; member in struct:__anon4309::CommandNotification
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.cc 904 int notification_type; member in struct:__anon6645::CommandNotification
    [all...]

Completed in 395 milliseconds