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

/external/chromium/chrome/browser/sync/engine/
H A Dprocess_commit_response_command_unittest.cc99 item_id.ServerKnows() ? next_old_revision_++ : 0);
108 if (item_id.ServerKnows()) {
166 if (item_id.ServerKnows())
238 EXPECT_TRUE(new_fid.ServerKnows());
239 EXPECT_FALSE(bookmark_folder_id.ServerKnows());
327 EXPECT_TRUE(new_fid.ServerKnows());
328 EXPECT_FALSE(folder_id.ServerKnows());
350 ASSERT_TRUE(cid.ServerKnows());
357 ASSERT_FALSE(cid.ServerKnows());
360 ASSERT_TRUE(cid.ServerKnows());
[all...]
H A Dbuild_commit_command.cc134 !meta_entry.Get(syncable::PARENT_ID).ServerKnows()) {
155 DCHECK(!id.ServerKnows() ||
162 DCHECK(id.ServerKnows()) << meta_entry;
H A Dverify_updates_command.cc87 if (!id.ServerKnows()) {
H A Dget_commit_ids_command.cc57 while (!parent_id.ServerKnows()) {
186 if (entry.Get(syncable::ID).ServerKnows() &&
H A Dprocess_commit_response_command.cc243 if (!pre_commit_id.ServerKnows() && local_entry.Get(IS_DIR)) {
308 } else if (!pre_commit_id.ServerKnows()) {
336 if (pre_commit_id.ServerKnows()) {
H A Dsyncer_unittest.cc295 if (test->id.ServerKnows()) {
396 entry.Put(syncable::BASE_VERSION, id.ServerKnows() ? 1 : 0);
1084 EXPECT_TRUE(parent2_committed_id.ServerKnows());
1148 EXPECT_TRUE(parent.Get(syncable::ID).ServerKnows());
1153 EXPECT_TRUE(parent2.Get(syncable::ID).ServerKnows());
1162 EXPECT_TRUE(entry_b.Get(syncable::ID).ServerKnows());
1467 ASSERT_TRUE(!folder_id.ServerKnows());
1488 EXPECT_TRUE(!entry_id.ServerKnows());
1518 EXPECT_TRUE(folder.Get(ID).ServerKnows());
1530 EXPECT_TRUE(!entry.Get(ID).ServerKnows());
[all...]
H A Dsyncer_util.cc166 if (local_entry.Get(ID).ServerKnows()) {
215 DCHECK(!client_item_id.ServerKnows());
230 DCHECK(!local_entry.Get(ID).ServerKnows());
592 if (entry->Get(IS_DEL) && !entry->Get(ID).ServerKnows()) {
H A Dapply_updates_command_unittest.cc111 item_id.ServerKnows() ? next_revision_++ : 0);
120 if (item_id.ServerKnows()) {
H A Dconflict_resolver.cc76 if (!entry.Get(syncable::PARENT_ID).ServerKnows()) {
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable_id.h64 inline bool ServerKnows() const { function in class:syncable::Id
H A Dsyncable.cc1051 CHECK(id.ServerKnows()) << e;
1072 CHECK(!id.ServerKnows()) << e;
1076 CHECK(id.ServerKnows());
1320 // Note: can't enforce !Get(ID).ServerKnows() here because that could
1611 CHECK((old_next == entry->ref(ID)) || !old_next.ServerKnows());
H A Dsyncable_unittest.cc1645 e.Get(ID).ServerKnows() && !e.Get(ID).IsRoot()) {
1698 if (id.ServerKnows()) {

Completed in 245 milliseconds