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

  /external/chromium_org/chrome/browser/extensions/
app_sync_bundle.h 84 bool IsSyncing() const;
extension_sync_bundle.h 84 bool IsSyncing() const;
app_sync_bundle.cc 122 bool AppSyncBundle::IsSyncing() const {
147 if (IsSyncing() && sync_helper::IsSyncableApp(&extension) &&
extension_sync_bundle.cc 125 bool ExtensionSyncBundle::IsSyncing() const {
150 if (IsSyncing() && sync_helper::IsSyncableExtension(&extension) &&
extension_service.cc 794 // TODO(tim): If we get here and IsSyncing is false, this will cause
800 if (app_sync_bundle_.IsSyncing())
805 if (extension_sync_bundle_.IsSyncing())
    [all...]
  /external/chromium_org/chrome/browser/prefs/
pref_service_syncable.h 64 bool IsSyncing();
96 // Invoked internally when the IsSyncing() state changes.
pref_service_syncable.cc 108 bool PrefServiceSyncable::IsSyncing() {
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary_unittest.cc 486 EXPECT_TRUE(custom_dictionary->IsSyncing());
524 EXPECT_FALSE(custom_dictionary->IsSyncing());
576 EXPECT_FALSE(custom_dictionary->IsSyncing());
627 EXPECT_FALSE(custom_dictionary->IsSyncing());
673 EXPECT_FALSE(custom_dictionary->IsSyncing());
716 EXPECT_TRUE(custom_dictionary->IsSyncing());
720 EXPECT_TRUE(custom_dictionary->IsSyncing());
724 EXPECT_FALSE(custom_dictionary->IsSyncing());
761 EXPECT_TRUE(custom_dictionary->IsSyncing());
766 EXPECT_TRUE(custom_dictionary->IsSyncing());
    [all...]
spellcheck_custom_dictionary.h 106 bool IsSyncing();
spellcheck_custom_dictionary.cc 283 bool SpellcheckCustomDictionary::IsSyncing() {
488 if (!IsSyncing() || dictionary_change.empty())
  /external/chromium_org/chrome/browser/chromeos/
preferences.cc 465 // PrefService::IsSyncing() changes.
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_per_browser.cc 243 pref_service->IsSyncing()) {
352 // PrefService::IsSyncing() changes.
    [all...]
chrome_launcher_controller_per_app.cc 180 pref_service->IsSyncing()) {
293 // PrefService::IsSyncing() changes.
    [all...]

Completed in 103 milliseconds