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

1 2

  /external/chromium_org/chrome/browser/sync/glue/
invalidation_helper.cc 13 std::string notification_type; local
14 if (!RealModelTypeToNotificationType(model_type, &notification_type)) {
18 notification_type);
  /external/chromium_org/sync/tools/
invalidation_helper.cc 13 std::string notification_type; local
14 if (!RealModelTypeToNotificationType(model_type, &notification_type)) {
18 notification_type);
  /external/chromium_org/sync/syncable/
model_type.cc 870 std::string* notification_type) {
873 *notification_type = kBookmarkNotificationType;
876 *notification_type = kPreferenceNotificationType;
879 *notification_type = kPasswordNotificationType;
882 *notification_type = kAutofillNotificationType;
885 *notification_type = kThemeNotificationType;
888 *notification_type = kTypedUrlNotificationType;
891 *notification_type = kExtensionNotificationType;
894 *notification_type = kNigoriNotificationType;
897 *notification_type = kAppSettingNotificationType
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_android_unittest.cc 94 std::string notification_type; local
95 if (syncer::RealModelTypeToNotificationType(it.Get(), &notification_type))
96 invalidation_names.push_back(notification_type);
  /external/chromium_org/content/public/test/
test_utils.cc 218 int notification_type,
223 AddNotificationType(notification_type, source);
227 int notification_type,
233 AddNotificationType(notification_type, source_);
237 int notification_type,
243 registrar_.Add(this, notification_type, source_);
249 int notification_type,
251 registrar_.Add(this, notification_type, source);
test_utils.h 101 // Simple conditions are specified by providing a |notification_type| and a
104 // More complex conditions can be specified by providing a |notification_type|
136 // notification of the given |notification_type| from the given |source| is
139 WindowedNotificationObserver(int notification_type,
144 // of |notification_type| from any source is received.
145 WindowedNotificationObserver(int notification_type,
148 int notification_type,
156 void AddNotificationType(int notification_type,
  /external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_manager.h 45 AccessibilityNotificationType notification_type,
50 AccessibilityNotificationType notification_type,
55 AccessibilityNotificationType notification_type; member in struct:chromeos::AccessibilityStatusEventDetails
accessibility_manager.cc 247 AccessibilityNotificationType notification_type,
250 : notification_type(notification_type),
256 AccessibilityNotificationType notification_type,
260 : notification_type(notification_type),
    [all...]
accessibility_manager_browsertest.cc 81 if (details.notification_type != ACCESSIBILITY_TOGGLE_SCREEN_MAGNIFIER) {
82 observed_type_ = details.notification_type;
magnification_manager_browsertest.cc 133 if (details.notification_type == ACCESSIBILITY_TOGGLE_SCREEN_MAGNIFIER) {
  /external/chromium_org/chrome/browser/extensions/
extension_test_notification_observer.cc 118 int notification_type) {
124 this, notification_type, content::NotificationService::AllSources());
126 notification_type, content::NotificationService::AllSources()).Wait();
extension_test_notification_observer.h 90 void WaitForNotification(int notification_type);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_page_handler.h 84 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/internal_api/public/base/
model_type.h 295 // |model_type| was a real model type and |notification_type| was
299 std::string* notification_type);
302 // iff |notification_type| was the notification type of a real model
305 const std::string& notification_type,
  /external/chromium_org/chrome/browser/guest_view/web_view/
chrome_web_view_guest_delegate.cc 244 if (details.notification_type == chromeos::ACCESSIBILITY_MANAGER_SHUTDOWN) {
246 } else if (details.notification_type ==
  /external/chromium_org/content/browser/
site_per_process_browsertest.cc 79 RedirectNotificationObserver(int notification_type,
117 int notification_type,
122 registrar_.Add(this, notification_type, source);
  /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/history/
in_memory_url_index.cc 182 void InMemoryURLIndex::Observe(int notification_type,
185 switch (notification_type) {
in_memory_url_index.h 235 virtual void Observe(int notification_type,
in_memory_url_index_unittest.cc 116 void Observe(int notification_type,
180 int notification_type,
183 url_index_->Observe(notification_type, source, details);
    [all...]
history_backend_unittest.cc 455 void TestAddingAndChangingURLRows(int notification_type);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
core_oobe_handler.cc 388 if (details.notification_type == ACCESSIBILITY_MANAGER_SHUTDOWN)
  /external/chromium_org/components/component_updater/
component_updater_service.h 102 // COMPONENT_UPDATE_FOUND. See notification_type.h for more details.
  /external/chromium_org/chrome/browser/chromeos/login/
wizard_controller.cc     [all...]

Completed in 826 milliseconds

1 2