OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModelChangingSyncerCommand
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/sync/engine/
model_changing_syncer_command.h
17
// model-safe worker thread. Classes derived from
ModelChangingSyncerCommand
21
// A command should derive from
ModelChangingSyncerCommand
instead of
24
// WriteTransaction, this is a sign that
ModelChangingSyncerCommand
is likely
26
class
ModelChangingSyncerCommand
: public SyncerCommand {
28
ModelChangingSyncerCommand
() : work_session_(NULL) { }
29
virtual ~
ModelChangingSyncerCommand
() { }
60
DISALLOW_COPY_AND_ASSIGN(
ModelChangingSyncerCommand
);
model_changing_syncer_command.cc
14
void
ModelChangingSyncerCommand
::ExecuteImpl(sessions::SyncSession* session) {
27
&
ModelChangingSyncerCommand
::StartChangingModel));
32
bool
ModelChangingSyncerCommand
::ModelNeutralExecuteImpl(
apply_updates_command.h
19
class ApplyUpdatesCommand : public
ModelChangingSyncerCommand
{
24
//
ModelChangingSyncerCommand
implementation.
resolve_conflicts_command.h
20
class ResolveConflictsCommand : public
ModelChangingSyncerCommand
{
25
//
ModelChangingSyncerCommand
implementation.
process_updates_command.h
30
class ProcessUpdatesCommand : public
ModelChangingSyncerCommand
{
35
//
ModelChangingSyncerCommand
implementation.
verify_updates_command.h
24
class VerifyUpdatesCommand : public
ModelChangingSyncerCommand
{
build_and_process_conflict_sets_command.h
33
class BuildAndProcessConflictSetsCommand : public
ModelChangingSyncerCommand
{
38
//
ModelChangingSyncerCommand
implementation.
process_commit_response_command.h
24
class ProcessCommitResponseCommand : public
ModelChangingSyncerCommand
{
30
//
ModelChangingSyncerCommand
implementation.
Completed in 149 milliseconds