HomeSort by relevance Sort by last modified time
    Searched full:issyncing (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/chrome/browser/prefs/
pref_service_syncable_observer.h 10 // Invoked when PrefService::IsSyncing() changes.
pref_service_syncable.h 64 bool IsSyncing();
96 // Invoked internally when the IsSyncing() state changes.
pref_service_syncable.cc 109 bool PrefServiceSyncable::IsSyncing() {
  /external/chromium_org/chrome/browser/extensions/
sync_bundle.h 18 virtual bool IsSyncing() const = 0;
pending_enables.cc 59 return IsSyncEnabled() && !sync_bundle_->IsSyncing();
app_sync_bundle.cc 112 bool AppSyncBundle::IsSyncing() const {
148 if (IsSyncing() && sync_helper::IsSyncableApp(&extension) &&
extension_sync_bundle.cc 114 bool ExtensionSyncBundle::IsSyncing() const {
150 if (IsSyncing() && sync_helper::IsSyncableExtension(&extension) &&
extension_sync_service.cc 71 // TODO(tim): If we get here and IsSyncing is false, this will cause
76 if (app_sync_bundle_.IsSyncing())
81 if (extension_sync_bundle_.IsSyncing())
441 if (app_sync_bundle_.IsSyncing())
446 if (extension_sync_bundle_.IsSyncing())
app_sync_bundle.h 83 virtual bool IsSyncing() const OVERRIDE;
extension_sync_bundle.h 83 virtual bool IsSyncing() const OVERRIDE;
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary_unittest.cc 496 EXPECT_TRUE(custom_dictionary->IsSyncing());
534 EXPECT_FALSE(custom_dictionary->IsSyncing());
586 EXPECT_FALSE(custom_dictionary->IsSyncing());
637 EXPECT_FALSE(custom_dictionary->IsSyncing());
683 EXPECT_FALSE(custom_dictionary->IsSyncing());
726 EXPECT_TRUE(custom_dictionary->IsSyncing());
730 EXPECT_TRUE(custom_dictionary->IsSyncing());
734 EXPECT_FALSE(custom_dictionary->IsSyncing());
771 EXPECT_TRUE(custom_dictionary->IsSyncing());
776 EXPECT_TRUE(custom_dictionary->IsSyncing());
    [all...]
spellcheck_custom_dictionary.cc 278 bool SpellcheckCustomDictionary::IsSyncing() {
473 if (!IsSyncing() || dictionary_change.empty())
spellcheck_custom_dictionary.h 106 bool IsSyncing();
  /external/chromium_org/chrome/browser/notifications/
welcome_notification.cc 103 if (pref_service_syncable->IsSyncing()) {
117 if (pref_service_syncable->IsSyncing()) {
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSyncSettings.java 353 private boolean isSyncing(List<SyncInfo> currentSyncs, Account account, String authority) {
392 boolean activelySyncing = isSyncing(currentSyncs, account, authority);
  /external/chromium_org/chrome/browser/chromeos/
preferences.cc 378 // PrefService::IsSyncing() changes.
563 prefs_->IsSyncing() &&
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.cc 203 pref_service->IsSyncing()) {
462 // PrefService::IsSyncing() changes.
    [all...]

Completed in 207 milliseconds