HomeSort by relevance Sort by last modified time
    Searched defs:IsSyncing (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/extensions/
app_sync_bundle.cc 116 bool AppSyncBundle::IsSyncing() const {
154 if (IsSyncing() && util::ShouldSyncApp(&extension, profile) &&
extension_sync_bundle.cc 117 bool ExtensionSyncBundle::IsSyncing() const {
155 if (IsSyncing() && util::ShouldSyncExtension(&extension, profile) &&
  /external/chromium_org/chrome/browser/prefs/
pref_service_syncable.cc 109 bool PrefServiceSyncable::IsSyncing() {
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary.cc 278 bool SpellcheckCustomDictionary::IsSyncing() {
473 if (!IsSyncing() || dictionary_change.empty())

Completed in 285 milliseconds