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

  /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/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/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/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 =
browser_accessibility_manager.cc 99 switch (param.notification_type) {
  /external/chromium/chrome/browser/automation/
automation_provider_observers.cc 965 NotificationType::Type notification_type; member in struct:__anon2890::CommandNotification
    [all...]

Completed in 247 milliseconds