Home
last modified time | relevance | path

Searched refs:ServerKnows (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
Dprocess_commit_response_command_unittest.cc99 item_id.ServerKnows() ? next_old_revision_++ : 0); in CreateUnsyncedItem()
108 if (item_id.ServerKnows()) { in CreateUnsyncedItem()
166 if (item_id.ServerKnows()) in CreateUnprocessedCommitResult()
238 EXPECT_TRUE(new_fid.ServerKnows()); in TEST_F()
239 EXPECT_FALSE(bookmark_folder_id.ServerKnows()); in TEST_F()
327 EXPECT_TRUE(new_fid.ServerKnows()); in TEST_F()
328 EXPECT_FALSE(folder_id.ServerKnows()); in TEST_F()
350 ASSERT_TRUE(cid.ServerKnows()); in TEST_F()
357 ASSERT_FALSE(cid.ServerKnows()); in TEST_F()
360 ASSERT_TRUE(cid.ServerKnows()); in TEST_F()
Dbuild_commit_command.cc134 !meta_entry.Get(syncable::PARENT_ID).ServerKnows()) { in ExecuteImpl()
155 DCHECK(!id.ServerKnows() || in ExecuteImpl()
162 DCHECK(id.ServerKnows()) << meta_entry; in ExecuteImpl()
Dget_commit_ids_command.cc57 while (!parent_id.ServerKnows()) { in AddUncommittedParentsAndTheirPredecessors()
186 if (entry.Get(syncable::ID).ServerKnows() && in AddDeletes()
Dsyncer_unittest.cc295 if (test->id.ServerKnows()) { in RunCommitOrderingTest()
396 entry.Put(syncable::BASE_VERSION, id.ServerKnows() ? 1 : 0); in CreateUnsyncedDirectory()
1084 EXPECT_TRUE(parent2_committed_id.ServerKnows()); in TEST_F()
1148 EXPECT_TRUE(parent.Get(syncable::ID).ServerKnows()); in TEST_F()
1153 EXPECT_TRUE(parent2.Get(syncable::ID).ServerKnows()); in TEST_F()
1162 EXPECT_TRUE(entry_b.Get(syncable::ID).ServerKnows()); in TEST_F()
1467 ASSERT_TRUE(!folder_id.ServerKnows()); in TEST_F()
1488 EXPECT_TRUE(!entry_id.ServerKnows()); in TEST_F()
1518 EXPECT_TRUE(folder.Get(ID).ServerKnows()); in TEST_F()
1530 EXPECT_TRUE(!entry.Get(ID).ServerKnows()); in TEST_F()
[all …]
Dprocess_commit_response_command.cc243 if (!pre_commit_id.ServerKnows() && local_entry.Get(IS_DIR)) { in ProcessSingleCommitResponse()
308 } else if (!pre_commit_id.ServerKnows()) { in UpdateVersionAfterCommit()
336 if (pre_commit_id.ServerKnows()) { in ChangeIdAfterCommit()
Dsyncer_util.cc166 if (local_entry.Get(ID).ServerKnows()) { in FindLocalIdToUpdate()
215 DCHECK(!client_item_id.ServerKnows()); in FindLocalIdToUpdate()
230 DCHECK(!local_entry.Get(ID).ServerKnows()); in FindLocalIdToUpdate()
592 if (entry->Get(IS_DEL) && !entry->Get(ID).ServerKnows()) { in ValidateCommitEntry()
Dverify_updates_command.cc87 if (!id.ServerKnows()) { in VerifyUpdate()
Dapply_updates_command_unittest.cc111 item_id.ServerKnows() ? next_revision_++ : 0); in CreateUnsyncedItem()
120 if (item_id.ServerKnows()) { in CreateUnsyncedItem()
Dconflict_resolver.cc76 if (!entry.Get(syncable::PARENT_ID).ServerKnows()) { in ProcessSimpleConflict()
/external/chromium/chrome/browser/sync/syncable/
Dsyncable_id.h64 inline bool ServerKnows() const { in ServerKnows() function
Dsyncable.cc1051 CHECK(id.ServerKnows()) << e; in CheckTreeInvariants()
1072 CHECK(!id.ServerKnows()) << e; in CheckTreeInvariants()
1076 CHECK(id.ServerKnows()); in CheckTreeInvariants()
1611 CHECK((old_next == entry->ref(ID)) || !old_next.ServerKnows()); in UnlinkEntryFromOrder()
Dsyncable_unittest.cc1645 e.Get(ID).ServerKnows() && !e.Get(ID).IsRoot()) { in ThreadMain()
1698 if (id.ServerKnows()) { in CreateWithTag()