HomeSort by relevance Sort by last modified time
    Searched refs:ExecuteImpl (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium/chrome/browser/sync/engine/
cleanup_disabled_types_command.h 29 // cared for in this command by retrying; see ExecuteImpl.
36 virtual void ExecuteImpl(sessions::SyncSession* session);
post_commit_message_command.h 19 virtual void ExecuteImpl(sessions::SyncSession* session);
store_timestamps_command.h 32 virtual void ExecuteImpl(sessions::SyncSession* session);
syncer_end_command.h 26 virtual void ExecuteImpl(sessions::SyncSession* session);
build_commit_command.h 21 virtual void ExecuteImpl(sessions::SyncSession* session);
clear_data_command.h 27 virtual void ExecuteImpl(sessions::SyncSession* session);
download_updates_command.h 44 virtual void ExecuteImpl(sessions::SyncSession* session);
model_changing_syncer_command.h 19 // ExecuteImpl, but otherwise, the contract is the same.
32 virtual void ExecuteImpl(sessions::SyncSession* session);
54 // ExecuteImpl is expected to be run by SyncerCommand to set work_session.
syncer_command.h 19 // ExecuteImpl(). This is done so that chunks of syncer operation can be unit
34 // Execute dispatches to a derived class's ExecuteImpl.
37 // ExecuteImpl is where derived classes actually do work.
38 virtual void ExecuteImpl(sessions::SyncSession* session) = 0;
syncer_end_command.cc 17 void SyncerEndCommand::ExecuteImpl(sessions::SyncSession* session) {
cleanup_disabled_types_command_unittest.cc 50 command.ExecuteImpl(session());
60 command.ExecuteImpl(session());
63 command.ExecuteImpl(session());
82 command.ExecuteImpl(session());
model_changing_syncer_command.cc 14 void ModelChangingSyncerCommand::ExecuteImpl(sessions::SyncSession* session) {
syncer_command.cc 19 ExecuteImpl(session);
cleanup_disabled_types_command.cc 18 void CleanupDisabledTypesCommand::ExecuteImpl(sessions::SyncSession* session) {
post_commit_message_command.cc 21 void PostCommitMessageCommand::ExecuteImpl(sessions::SyncSession* session) {
clear_data_command.cc 29 void ClearDataCommand::ExecuteImpl(SyncSession* session) {
store_timestamps_command.cc 18 void StoreTimestampsCommand::ExecuteImpl(sessions::SyncSession* session) {
apply_updates_command_unittest.cc 142 apply_updates_command_.ExecuteImpl(session());
165 apply_updates_command_.ExecuteImpl(session());
182 apply_updates_command_.ExecuteImpl(session());
204 apply_updates_command_.ExecuteImpl(session());
240 apply_updates_command_.ExecuteImpl(session());
258 apply_updates_command_.ExecuteImpl(session());
306 apply_updates_command_.ExecuteImpl(session());
347 apply_updates_command_.ExecuteImpl(session());
428 apply_updates_command_.ExecuteImpl(session());
523 apply_updates_command_.ExecuteImpl(session())
    [all...]
download_updates_command_unittest.cc 115 command_.ExecuteImpl(session());
132 command_.ExecuteImpl(session(source));
download_updates_command.cc 27 void DownloadUpdatesCommand::ExecuteImpl(SyncSession* session) {
get_commit_ids_command.h 30 virtual void ExecuteImpl(sessions::SyncSession* session);
  /external/chromium/chrome/browser/diagnostics/
diagnostics_test.cc 24 bool keep_going = ExecuteImpl(observer);
diagnostics_test.h 19 // 1- override ExecuteImpl() to implement the test.
65 virtual bool ExecuteImpl(DiagnosticsModel::Observer* observer) = 0;
recon_diagnostics.cc 49 virtual bool ExecuteImpl(DiagnosticsModel::Observer* observer) {
78 virtual bool ExecuteImpl(DiagnosticsModel::Observer* observer) {
134 virtual bool ExecuteImpl(DiagnosticsModel::Observer* observer) {
166 virtual bool ExecuteImpl(DiagnosticsModel::Observer* observer) {
225 virtual bool ExecuteImpl(DiagnosticsModel::Observer* observer) {
291 virtual bool ExecuteImpl(DiagnosticsModel::Observer* observer) {
323 virtual bool ExecuteImpl(DiagnosticsModel::Observer* observer) {
sqlite_diagnostics.cc 37 virtual bool ExecuteImpl(DiagnosticsModel::Observer* observer) {

Completed in 393 milliseconds

1 2