Searched refs:same_id (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/sync/engine/ |
D | process_updates_util.cc | 85 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()
|
D | commit_util.cc | 282 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/ |
D | model_neutral_mutable_entry.cc | 26 Entry same_id(trans, GET_BY_ID, id); in ModelNeutralMutableEntry() local 28 if (same_id.good()) { in ModelNeutralMutableEntry()
|
/external/chromium_org/v8/test/cctest/ |
D | test-heap-profiler.cc | 1106 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()
|