Searched refs:IsSyncing (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dsync_bundle.h18 virtual bool IsSyncing() const = 0;
H A Dpending_enables.cc58 return IsSyncEnabled() && !sync_bundle_->IsSyncing();
H A Dextension_sync_bundle.cc117 bool ExtensionSyncBundle::IsSyncing() const { function in class:extensions::ExtensionSyncBundle
155 if (IsSyncing() && util::ShouldSyncExtension(&extension, profile) &&
H A Dapp_sync_bundle.h83 virtual bool IsSyncing() const OVERRIDE;
H A Dextension_sync_bundle.h83 virtual bool IsSyncing() const OVERRIDE;
H A Dapp_sync_bundle.cc116 bool AppSyncBundle::IsSyncing() const { function in class:extensions::AppSyncBundle
154 if (IsSyncing() && util::ShouldSyncApp(&extension, profile) &&
H A Dextension_sync_service.cc98 // TODO(tim): If we get here and IsSyncing is false, this will cause
103 if (app_sync_bundle_.IsSyncing())
108 if (extension_sync_bundle_.IsSyncing())
548 if (app_sync_bundle_.IsSyncing())
553 if (extension_sync_bundle_.IsSyncing())
/external/chromium_org/chrome/browser/prefs/
H A Dpref_service_syncable.h64 bool IsSyncing();
96 // Invoked internally when the IsSyncing() state changes.
H A Dpref_service_syncable.cc109 bool PrefServiceSyncable::IsSyncing() { function in class:PrefServiceSyncable
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary_unittest.cc475 EXPECT_TRUE(custom_dictionary->IsSyncing());
518 EXPECT_FALSE(custom_dictionary->IsSyncing());
575 EXPECT_FALSE(custom_dictionary->IsSyncing());
630 EXPECT_FALSE(custom_dictionary->IsSyncing());
681 EXPECT_FALSE(custom_dictionary->IsSyncing());
729 EXPECT_TRUE(custom_dictionary->IsSyncing());
733 EXPECT_TRUE(custom_dictionary->IsSyncing());
737 EXPECT_FALSE(custom_dictionary->IsSyncing());
779 EXPECT_TRUE(custom_dictionary->IsSyncing());
784 EXPECT_TRUE(custom_dictionary->IsSyncing());
[all...]
H A Dspellcheck_custom_dictionary.h106 bool IsSyncing();
H A Dspellcheck_custom_dictionary.cc278 bool SpellcheckCustomDictionary::IsSyncing() { function in class:SpellcheckCustomDictionary
473 if (!IsSyncing() || dictionary_change.empty())
/external/chromium_org/chrome/browser/notifications/
H A Dextension_welcome_notification.cc182 if (pref_service_syncable->IsSyncing()) {
195 if (pref_service_syncable->IsSyncing()) {
/external/chromium_org/chrome/browser/chromeos/
H A Dpreferences.cc365 // PrefService::IsSyncing() changes.
594 prefs_->IsSyncing() &&
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.cc249 pref_service->IsSyncing()) {
493 // PrefService::IsSyncing() changes.

Completed in 298 milliseconds