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

/external/chromium_org/chrome/browser/extensions/
H A Dapp_sync_bundle.cc112 bool AppSyncBundle::IsSyncing() const { function in class:extensions::AppSyncBundle
148 if (IsSyncing() && sync_helper::IsSyncableApp(&extension) &&
H A Dextension_sync_bundle.cc114 bool ExtensionSyncBundle::IsSyncing() const { function in class:extensions::ExtensionSyncBundle
150 if (IsSyncing() && sync_helper::IsSyncableExtension(&extension) &&
/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 325 milliseconds