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

1 2

  /external/chromium_org/sync/syncable/
model_type.cc 809 std::string* notification_type) {
812 *notification_type = kBookmarkNotificationType;
815 *notification_type = kPreferenceNotificationType;
818 *notification_type = kPasswordNotificationType;
821 *notification_type = kAutofillNotificationType;
824 *notification_type = kThemeNotificationType;
827 *notification_type = kTypedUrlNotificationType;
830 *notification_type = kExtensionNotificationType;
833 *notification_type = kNigoriNotificationType;
836 *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_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|
130 // notification of the given |notification_type| from the given |source| is
133 WindowedNotificationObserver(int notification_type,
138 // of |notification_type| from any source is received.
139 WindowedNotificationObserver(int notification_type,
142 int notification_type,
150 void AddNotificationType(int notification_type,
test_utils.cc 182 int notification_type,
187 AddNotificationType(notification_type, source);
191 int notification_type,
197 AddNotificationType(notification_type, source_);
201 int notification_type,
207 registrar_.Add(this, notification_type, source_);
213 int notification_type,
215 registrar_.Add(this, notification_type, source);
  /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_org/chrome/browser/extensions/
extension_test_notification_observer.h 86 void WaitForNotification(int notification_type);
extension_test_notification_observer.cc 141 int notification_type) {
147 this, notification_type, content::NotificationService::AllSources());
149 notification_type, content::NotificationService::AllSources()).Wait();
  /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 194 void NewTabPageHandler::Notify(chrome::NotificationType notification_type) {
197 service->Notify(notification_type,
  /external/chromium_org/sync/notifier/
invalidation_util.cc 52 std::string notification_type; local
53 if (!RealModelTypeToNotificationType(model_type, &notification_type)) {
57 notification_type);
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 289 // |model_type| was a real model type and |notification_type| was
292 std::string* notification_type);
295 // iff |notification_type| was the notification type of a real model
298 const std::string& 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/test/base/
ui_test_utils.h 192 int notification_type,
194 : content::WindowedNotificationObserver(notification_type, source) {}
  /external/chromium_org/chrome/browser/history/
in_memory_url_index.h 233 virtual void Observe(int notification_type,
in_memory_url_index.cc 178 void InMemoryURLIndex::Observe(int notification_type,
181 switch (notification_type) {
  /external/chromium_org/chrome/browser/ui/
browser_focus_uitest.cc 624 int notification_type; local
628 notification_type = content::NOTIFICATION_FOCUS_CHANGED_IN_PAGE;
633 notification_type = chrome::NOTIFICATION_FOCUS_RETURNED_TO_BROWSER;
639 notification_type, notification_source)); local
659 int notification_type; local
663 notification_type = content::NOTIFICATION_FOCUS_CHANGED_IN_PAGE;
668 notification_type = chrome::NOTIFICATION_FOCUS_RETURNED_TO_BROWSER;
674 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_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 247 message_center::NotificationType notification_type = local
250 notification_type = message_center::NOTIFICATION_TYPE_IMAGE;
252 notification_type = message_center::NOTIFICATION_TYPE_BASE_FORMAT;
296 Notification ui_notification(notification_type,
  /external/chromium_org/chrome/browser/ui/webui/ntp/android/
promo_handler.cc 61 void Notify(PromoHandler* ph, chrome::NotificationType notification_type) {
64 service->Notify(notification_type,
  /external/chromium_org/content/browser/
site_per_process_browsertest.cc 78 RedirectNotificationObserver(int notification_type,
116 int notification_type,
121 registrar_.Add(this, notification_type, source);

Completed in 369 milliseconds

1 2