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

  /external/chromium_org/chrome/browser/sync/
test_profile_sync_service.cc 144 if (!directory->InitialSyncEndedForType(NIGORI)) {
151 if (!directory->InitialSyncEndedForType(DEVICE_INFO)) {
155 if (!directory->InitialSyncEndedForType(EXPERIMENTS)) {
159 if (!directory->InitialSyncEndedForType(PRIORITY_PREFERENCES)) {
  /external/chromium_org/sync/syncable/
directory.h 197 bool InitialSyncEndedForType(ModelType type);
198 bool InitialSyncEndedForType(BaseTransaction* trans, ModelType type);
directory.cc 818 if (InitialSyncEndedForType(&trans, i.Get())) {
825 bool Directory::InitialSyncEndedForType(ModelType type) {
827 return InitialSyncEndedForType(&trans, type);
830 bool Directory::InitialSyncEndedForType(
    [all...]
syncable_unittest.cc 510 EXPECT_FALSE(dir_->InitialSyncEndedForType(it.Get()));
513 EXPECT_TRUE(dir_->InitialSyncEndedForType(BOOKMARKS));
    [all...]

Completed in 135 milliseconds