Searched defs:remote_change_processor (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dremote_change_processor_wrapper.cc8 #include "chrome/browser/sync_file_system/remote_change_processor.h"
14 RemoteChangeProcessor* remote_change_processor)
15 : remote_change_processor_(remote_change_processor) {}
13 RemoteChangeProcessorWrapper( RemoteChangeProcessor* remote_change_processor) argument
H A Dsync_engine_context.cc15 #include "chrome/browser/sync_file_system/remote_change_processor.h"
89 RemoteChangeProcessor* remote_change_processor) {
91 DCHECK(remote_change_processor);
92 remote_change_processor_ = remote_change_processor;
88 SetRemoteChangeProcessor( RemoteChangeProcessor* remote_change_processor) argument
H A Dremote_to_local_syncer.cc109 if (!drive_service() || !metadata_database() || !remote_change_processor()) {
475 remote_change_processor()->RecordFakeLocalChange(
737 remote_change_processor()->FinalizeRemoteSync(
749 remote_change_processor()->PrepareForProcessRemoteChange(
773 remote_change_processor()->ApplyRemoteChange(
821 remote_change_processor()->ApplyRemoteChange(
836 remote_change_processor()->ApplyRemoteChange(
851 RemoteChangeProcessor* RemoteToLocalSyncer::remote_change_processor() { function in class:sync_file_system::drive_backend::RemoteToLocalSyncer

Completed in 213 milliseconds