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

  /external/chromium/chrome/browser/sync/engine/
get_commit_ids_command.cc 23 GetCommitIdsCommand::GetCommitIdsCommand(int commit_batch_size)
26 GetCommitIdsCommand::~GetCommitIdsCommand() {}
28 void GetCommitIdsCommand::ExecuteImpl(SyncSession* session) {
49 void GetCommitIdsCommand::AddUncommittedParentsAndTheirPredecessors(
76 bool GetCommitIdsCommand::AddItem(syncable::Entry* item,
88 bool GetCommitIdsCommand::AddItemThenPredecessors(
111 void GetCommitIdsCommand::AddPredecessorsThenItem(
123 bool GetCommitIdsCommand::IsCommitBatchFull()
    [all...]
get_commit_ids_command.h 22 class GetCommitIdsCommand : public SyncerCommand {
26 explicit GetCommitIdsCommand(int commit_batch_size);
27 virtual ~GetCommitIdsCommand();
141 DISALLOW_COPY_AND_ASSIGN(GetCommitIdsCommand);
syncer.cc 191 GetCommitIdsCommand get_commit_ids_command(
syncer_unittest.cc 354 GetCommitIdsCommand command(limit);
550 GetCommitIdsCommand::CommitMetahandleIterator iterator(unsynced, &wtrans,
566 GetCommitIdsCommand::CommitMetahandleIterator iterator(unsynced, &wtrans,
    [all...]

Completed in 992 milliseconds