Searched refs:notification_type (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dinvalidation_helper.cc13 std::string notification_type; local
14 if (!RealModelTypeToNotificationType(model_type, &notification_type)) {
18 notification_type);
/external/chromium_org/sync/tools/
H A Dinvalidation_helper.cc13 std::string notification_type; local
14 if (!RealModelTypeToNotificationType(model_type, &notification_type)) {
18 notification_type);
/external/chromium_org/sync/syncable/
H A Dmodel_type.cc870 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
869 RealModelTypeToNotificationType(ModelType model_type, std::string* notification_type) argument
966 NotificationTypeToRealModelType(const std::string& notification_type, ModelType* model_type) argument
[all...]
/external/chromium_org/content/public/test/
H A Dtest_utils.h101 // 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,
H A Dtest_utils.cc218 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);
217 WindowedNotificationObserver( int notification_type, const NotificationSource& source) argument
226 WindowedNotificationObserver( int notification_type, const ConditionTestCallback& callback) argument
236 WindowedNotificationObserver( int notification_type, const ConditionTestCallbackWithoutSourceAndDetails& callback) argument
248 AddNotificationType( int notification_type, const NotificationSource& source) argument
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_android_unittest.cc94 std::string notification_type; local
95 if (syncer::RealModelTypeToNotificationType(it.Get(), &notification_type))
96 invalidation_names.push_back(notification_type);
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Daccessibility_manager.h45 AccessibilityNotificationType notification_type,
50 AccessibilityNotificationType notification_type,
55 AccessibilityNotificationType notification_type; member in struct:chromeos::AccessibilityStatusEventDetails
H A Daccessibility_manager.cc247 AccessibilityNotificationType notification_type,
250 : notification_type(notification_type),
256 AccessibilityNotificationType notification_type,
260 : notification_type(notification_type),
246 AccessibilityStatusEventDetails( AccessibilityNotificationType notification_type, bool enabled, ash::AccessibilityNotificationVisibility notify) argument
255 AccessibilityStatusEventDetails( AccessibilityNotificationType notification_type, bool enabled, ash::MagnifierType magnifier_type, ash::AccessibilityNotificationVisibility notify) argument
H A Daccessibility_manager_browsertest.cc81 if (details.notification_type != ACCESSIBILITY_TOGGLE_SCREEN_MAGNIFIER) {
82 observed_type_ = details.notification_type;
H A Dmagnification_manager_browsertest.cc133 if (details.notification_type == ACCESSIBILITY_TOGGLE_SCREEN_MAGNIFIER) {
/external/chromium_org/chrome/browser/extensions/
H A Dextension_test_notification_observer.h90 void WaitForNotification(int notification_type);
H A Dextension_test_notification_observer.cc118 int notification_type) {
124 this, notification_type, content::NotificationService::AllSources());
126 notification_type, content::NotificationService::AllSources()).Wait();
117 WaitForNotification( int notification_type) argument
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dnew_tab_page_handler.h84 void Notify(chrome::NotificationType notification_type);
H A Dnew_tab_page_handler.cc194 void NewTabPageHandler::Notify(chrome::NotificationType notification_type) { argument
197 service->Notify(notification_type,
/external/chromium_org/sync/internal_api/public/base/
H A Dmodel_type.h295 // |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/
H A Dchrome_web_view_guest_delegate.cc244 if (details.notification_type == chromeos::ACCESSIBILITY_MANAGER_SHUTDOWN) {
246 } else if (details.notification_type ==
/external/chromium_org/chrome/test/base/
H A Dui_test_utils.h199 int notification_type,
201 : content::WindowedNotificationObserver(notification_type, source) {}
198 WindowedNotificationObserverWithDetails( int notification_type, const content::NotificationSource& source) argument
/external/chromium_org/content/browser/
H A Dsite_per_process_browsertest.cc79 RedirectNotificationObserver(int notification_type,
117 int notification_type,
122 registrar_.Add(this, notification_type, source);
116 RedirectNotificationObserver( int notification_type, const NotificationSource& source) argument
/external/chromium_org/chrome/browser/history/
H A Din_memory_url_index.h235 virtual void Observe(int notification_type,
H A Din_memory_url_index.cc182 void InMemoryURLIndex::Observe(int notification_type, argument
185 switch (notification_type) {
H A Din_memory_url_index_unittest.cc116 void Observe(int notification_type,
180 int notification_type,
183 url_index_->Observe(notification_type, source, details);
179 Observe( int notification_type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
H A Dhistory_backend_unittest.cc455 void TestAddingAndChangingURLRows(int notification_type);
3017 int notification_type) {
3025 SimulateNotification(notification_type, &row1, &row2);
3038 SimulateNotification(notification_type, &row1, &row2);
3050 SimulateNotification(notification_type, &row1, &row2);
3016 TestAddingAndChangingURLRows( int notification_type) argument
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dcore_oobe_handler.cc388 if (details.notification_type == ACCESSIBILITY_MANAGER_SHUTDOWN)
/external/chromium_org/chrome/browser/chromeos/login/
H A Dwizard_controller.cc1042 enum AccessibilityNotificationType type = details.notification_type;
/external/chromium_org/chrome/browser/ui/ash/
H A Dsystem_tray_delegate_chromeos.cc1294 if (details.notification_type == ACCESSIBILITY_MANAGER_SHUTDOWN)

Completed in 493 milliseconds