HomeSort by relevance Sort by last modified time
    Searched defs:GetCommitIdsCommand (Results 1 - 2 of 2) 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);

Completed in 21 milliseconds