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

  /external/chromium_org/sync/internal_api/test/
sync_manager_for_profile_sync_test.cc 33 if (!directory->InitialSyncEndedForType(it.Get())) {
  /external/chromium_org/sync/syncable/
directory.h 199 bool InitialSyncEndedForType(ModelType type);
200 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 32 milliseconds