Searched defs:IsSyncing (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
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_bundle.cc117 bool ExtensionSyncBundle::IsSyncing() const { function in class:extensions::ExtensionSyncBundle
155 if (IsSyncing() && util::ShouldSyncExtension(&extension, profile) &&
/external/chromium_org/chrome/browser/prefs/
H A Dpref_service_syncable.cc109 bool PrefServiceSyncable::IsSyncing() { function in class:PrefServiceSyncable
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary.cc278 bool SpellcheckCustomDictionary::IsSyncing() { function in class:SpellcheckCustomDictionary
473 if (!IsSyncing() || dictionary_change.empty())

Completed in 1235 milliseconds