HomeSort by relevance Sort by last modified time
    Searched refs:notification_type (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/sync/syncable/
model_type.cc 777 std::string* notification_type) {
780 *notification_type = kBookmarkNotificationType;
783 *notification_type = kPreferenceNotificationType;
786 *notification_type = kPasswordNotificationType;
789 *notification_type = kAutofillNotificationType;
792 *notification_type = kThemeNotificationType;
795 *notification_type = kTypedUrlNotificationType;
798 *notification_type = kExtensionNotificationType;
801 *notification_type = kNigoriNotificationType;
804 *notification_type = kAppSettingNotificationType
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
model_type.cc 420 std::string* notification_type) {
423 *notification_type = kBookmarkNotificationType;
426 *notification_type = kPreferenceNotificationType;
429 *notification_type = kPasswordNotificationType;
432 *notification_type = kAutofillNotificationType;
435 *notification_type = kThemeNotificationType;
438 *notification_type = kTypedUrlNotificationType;
441 *notification_type = kExtensionNotificationType;
444 *notification_type = kNigoriNotificationType;
447 *notification_type = kAppNotificationType
    [all...]
model_type.h 144 // |model_type| was a real model type and |notification_type| was
147 std::string* notification_type);
150 // iff |notification_type| was the notification type of a real model
152 bool NotificationTypeToRealModelType(const std::string& notification_type,
  /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/content/public/test/
test_utils.h 95 // Simple conditions are specified by providing a |notification_type| and a
98 // More complex conditions can be specified by providing a |notification_type|
123 // notification of the given |notification_type| from the given |source| is
126 WindowedNotificationObserver(int notification_type,
131 // of |notification_type| from any source is received.
132 WindowedNotificationObserver(int notification_type,
test_utils.cc 171 int notification_type,
176 registrar_.Add(this, notification_type, source);
180 int notification_type,
186 registrar_.Add(this, notification_type, source_);
  /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/web_resource/
web_resource_service.h 12 #include "content/common/notification_type.h"
23 // Pass notification_type = NOTIFICATION_TYPE_COUNT if notification is not
29 NotificationType::Type notification_type,
web_resource_service.cc 204 NotificationType::Type notification_type,
214 notification_type_(notification_type),
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_page_handler.h 83 void Notify(chrome::NotificationType notification_type);
new_tab_page_handler.cc 195 void NewTabPageHandler::Notify(chrome::NotificationType notification_type) {
198 service->Notify(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_org/content/renderer/accessibility/
renderer_accessibility_focus_only.cc 90 notification.notification_type =
139 << AccessibilityNotificationToString(notification.notification_type)
renderer_accessibility_complete.cc 216 acc_notification.notification_type = notification;
221 pending_notifications_[i].notification_type ==
222 acc_notification.notification_type) {
280 if (notification.notification_type ==
299 if (notification.notification_type ==
349 notification_msg.notification_type = notification.notification_type;
362 << AccessibilityNotificationToString(notification.notification_type)
401 notification_msg.notification_type =
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 285 // |model_type| was a real model type and |notification_type| was
288 std::string* notification_type);
291 // iff |notification_type| was the notification type of a real model
294 const std::string& notification_type,
  /external/chromium_org/content/common/
accessibility_messages.h 58 IPC_STRUCT_MEMBER(AccessibilityNotification, 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/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/
site_per_process_browsertest.cc 68 RedirectNotificationObserver(int notification_type,
106 int notification_type,
111 registrar_.Add(this, notification_type, source);
  /external/chromium_org/chrome/browser/history/
in_memory_url_index.h 233 virtual void Observe(int 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/test/base/
ui_test_utils.h 199 int notification_type,
201 : content::WindowedNotificationObserver(notification_type, source) {}
  /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/chrome/browser/accessibility/
browser_accessibility_manager_unittest.cc 233 msg->notification_type = ViewHostMsg_AccessibilityNotification_Type::
438 msg->notification_type = ViewHostMsg_AccessibilityNotification_Type::
538 msg->notification_type = ViewHostMsg_AccessibilityNotification_Type::
browser_accessibility_win_unittest.cc 195 param.notification_type =
267 param.notification_type =

Completed in 698 milliseconds

1 2