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

  /external/chromium_org/sync/sessions/
ordered_commit_set_unittest.cc 34 commit_set1.AddCommitItem(0, expected[0], BOOKMARKS);
35 commit_set1.AddCommitItem(1, expected[1], BOOKMARKS);
36 commit_set1.AddCommitItem(2, expected[2], PREFERENCES);
38 commit_set1.AddCommitItem(2, expected[2], PREFERENCES);
39 commit_set1.AddCommitItem(3, expected[3], SESSIONS);
40 commit_set1.AddCommitItem(4, expected[4], SESSIONS);
41 commit_set2.AddCommitItem(7, expected[7], AUTOFILL);
42 commit_set2.AddCommitItem(6, expected[6], AUTOFILL);
43 commit_set2.AddCommitItem(5, expected[5], AUTOFILL);
45 commit_set2.AddCommitItem(0, expected[0], BOOKMARKS)
    [all...]
ordered_commit_set.cc 20 void OrderedCommitSet::AddCommitItem(const int64 metahandle,
44 AddCommitItem(item.meta, item.id, item.group);
51 AddCommitItem(item.meta, item.id, item.group);
ordered_commit_set.h 40 void AddCommitItem(const int64 metahandle, const syncable::Id& commit_id,
  /external/chromium/chrome/browser/sync/sessions/
ordered_commit_set_unittest.cc 33 commit_set1.AddCommitItem(0, expected[0], syncable::BOOKMARKS);
34 commit_set1.AddCommitItem(1, expected[1], syncable::BOOKMARKS);
35 commit_set1.AddCommitItem(2, expected[2], syncable::PREFERENCES);
37 commit_set1.AddCommitItem(2, expected[2], syncable::PREFERENCES);
38 commit_set1.AddCommitItem(3, expected[3], syncable::TOP_LEVEL_FOLDER);
39 commit_set1.AddCommitItem(4, expected[4], syncable::TOP_LEVEL_FOLDER);
40 commit_set2.AddCommitItem(7, expected[7], syncable::AUTOFILL);
41 commit_set2.AddCommitItem(6, expected[6], syncable::AUTOFILL);
42 commit_set2.AddCommitItem(5, expected[5], syncable::AUTOFILL);
44 commit_set2.AddCommitItem(0, expected[0], syncable::BOOKMARKS)
    [all...]
ordered_commit_set.cc 21 void OrderedCommitSet::AddCommitItem(const int64 metahandle,
37 AddCommitItem(item.meta, item.id, item.group);
ordered_commit_set.h 40 void AddCommitItem(const int64 metahandle, const syncable::Id& commit_id,
status_controller_unittest.cc 100 commits.AddCommitItem(0, syncable::Id(), syncable::BOOKMARKS);
sync_session_unittest.cc 140 commit_set.AddCommitItem(0, syncable::Id(), syncable::BOOKMARKS);
  /external/chromium/chrome/browser/sync/engine/
get_commit_ids_command.cc 83 result->AddCommitItem(item_handle, item->Get(syncable::ID),
192 ordered_commit_set_->AddCommitItem(metahandle,
231 ordered_commit_set_->AddCommitItem(metahandle, entry.Get(syncable::ID),
process_commit_response_command_unittest.cc 134 commit_set_->AddCommitItem(metahandle, item_id, model_type);
  /external/chromium_org/sync/engine/
get_commit_ids_command.cc 228 result->AddCommitItem(item_handle, item.Get(syncable::ID),
369 commit_set_->AddCommitItem(metahandle,
407 commit_set_->AddCommitItem(metahandle, entry.Get(syncable::ID),
process_commit_response_command_unittest.cc 101 commit_set->AddCommitItem(metahandle, item_id, model_type);

Completed in 1231 milliseconds