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

  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command.h 24 class ProcessCommitResponseCommand : public ModelChangingSyncerCommand {
27 ProcessCommitResponseCommand();
28 virtual ~ProcessCommitResponseCommand();
90 DISALLOW_COPY_AND_ASSIGN(ProcessCommitResponseCommand);
process_commit_response_command.cc 57 ProcessCommitResponseCommand::ProcessCommitResponseCommand() {}
58 ProcessCommitResponseCommand::~ProcessCommitResponseCommand() {}
60 bool ProcessCommitResponseCommand::ModelNeutralExecuteImpl(
97 void ProcessCommitResponseCommand::ModelChangingExecuteImpl(
109 void ProcessCommitResponseCommand::ProcessCommitResponse(
208 ProcessCommitResponseCommand::ProcessSingleCommitResponse(
283 const string& ProcessCommitResponseCommand::GetResultingPostCommitName(
293 bool ProcessCommitResponseCommand::UpdateVersionAfterCommit
    [all...]
syncer.cc 217 ProcessCommitResponseCommand process_response_command;
process_commit_response_command_unittest.cc 36 // A test fixture for tests exercising ProcessCommitResponseCommand.
132 // ProcessCommitResponseCommand consumes commit_ids from the session
144 // ProcessCommitResponseCommand looks at both the commit message as well
196 ProcessCommitResponseCommand command_;
273 // be a torture test of the code in ProcessCommitResponseCommand that changes

Completed in 318 milliseconds