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

Completed in 124 milliseconds