Searched defs:notification_type (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/sync/notifier/
H A Dinvalidation_util.cc18 std::string notification_type; local
20 model_type, &notification_type)) {
23 object_id->Init(invalidation::ObjectSource::CHROME_SYNC, notification_type);
/external/chromium/chrome/browser/
H A Dbrowser_focus_uitest.cc620 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
/external/chromium/chrome/browser/sync/syncable/
H A Dmodel_type.cc420 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
419 RealModelTypeToNotificationType(ModelType model_type, std::string* notification_type) argument
462 NotificationTypeToRealModelType(const std::string& notification_type, ModelType* model_type) argument
[all...]
/external/chromium/chrome/browser/web_resource/
H A Dweb_resource_service.cc204 NotificationType::Type notification_type,
214 notification_type_(notification_type),
199 WebResourceService( Profile* profile, PrefService* prefs, const char* web_resource_server, bool apply_locale_to_url, NotificationType::Type notification_type, const char* last_update_time_pref_name, int start_fetch_delay, int cache_update_delay) argument
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.cc965 NotificationType::Type notification_type; member in struct:__anon1326::CommandNotification
1076 *type = command_notifications[i].notification_type;

Completed in 325 milliseconds