Home
last modified time | relevance | path

Searched refs:same_id (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/sync/engine/
Dprocess_updates_util.cc85 const syncable::ModelNeutralMutableEntry& same_id) { in VerifyTagConsistency() argument
88 same_id.GetUniqueClientTag()) { in VerifyTagConsistency()
121 syncable::ModelNeutralMutableEntry same_id(trans, GET_BY_ID, id); in VerifyUpdate() local
122 result = VerifyNewEntry(entry, &same_id, deleted); in VerifyUpdate()
125 : same_id.good() ? same_id.GetModelType() : UNSPECIFIED; in VerifyUpdate()
128 result = VerifyTagConsistency(entry, same_id); in VerifyUpdate()
147 is_directory, model_type, &same_id); in VerifyUpdate()
159 syncable::ModelNeutralMutableEntry* same_id) { in ReverifyEntry() argument
170 same_id); in ReverifyEntry()
Dcommit_util.cc282 syncable::ModelNeutralMutableEntry same_id( in ChangeIdAfterCommit() local
287 if (same_id.good()) { in ChangeIdAfterCommit()
289 << " during commit " << same_id; in ChangeIdAfterCommit()
/external/chromium_org/sync/syncable/
Dmodel_neutral_mutable_entry.cc26 Entry same_id(trans, GET_BY_ID, id); in ModelNeutralMutableEntry() local
28 if (same_id.good()) { in ModelNeutralMutableEntry()
/external/chromium_org/v8/test/cctest/
Dtest-heap-profiler.cc1106 v8::SnapshotObjectId same_id; in TEST() local
1107 CHECK_EQ(0, GetHeapStatsUpdate(heap_profiler, &same_id).updates_written()); in TEST()
1108 CHECK_EQ_SNAPSHOT_OBJECT_ID(initial_id, same_id); in TEST()
1118 CHECK_LT(same_id, additional_string_id); in TEST()