Searched refs:ProcessCommitResponseCommand (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
H A Dprocess_commit_response_command.h24 class ProcessCommitResponseCommand : public ModelChangingSyncerCommand { class in namespace:browser_sync
27 ProcessCommitResponseCommand();
28 virtual ~ProcessCommitResponseCommand();
90 DISALLOW_COPY_AND_ASSIGN(ProcessCommitResponseCommand);
H A Dprocess_commit_response_command.cc57 ProcessCommitResponseCommand::ProcessCommitResponseCommand() {} function in class:browser_sync::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
[all...]
H A Dsyncer.cc217 ProcessCommitResponseCommand process_response_command;
H A Dprocess_commit_response_command_unittest.cc36 // 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 118 milliseconds