HomeSort by relevance Sort by last modified time
    Searched refs:ApplyLocalChange (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/
local_change_processor.h 34 virtual void ApplyLocalChange(
mock_local_change_processor.h 20 MOCK_METHOD5(ApplyLocalChange,
mock_local_change_processor.cc 21 ON_CALL(*this, ApplyLocalChange(_, _, _, _, _))
sync_file_system_service_unittest.cc 344 // The local_change_processor's ApplyLocalChange should be called once
349 ApplyLocalChange(change, _, _, kFile, _))
404 ApplyLocalChange(_, _, _, kFile, _))
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_worker_interface.h 91 virtual void ApplyLocalChange(
fake_sync_worker.h 77 virtual void ApplyLocalChange(
sync_worker.h 94 virtual void ApplyLocalChange(
fake_sync_worker.cc 141 void FakeSyncWorker::ApplyLocalChange(
sync_engine.h 118 virtual void ApplyLocalChange(
sync_engine.cc 583 void SyncEngine::ApplyLocalChange(
598 base::Bind(&SyncWorkerInterface::ApplyLocalChange,
sync_worker.cc 250 void SyncWorker::ApplyLocalChange(
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_service.cc 423 GetLocalChangeProcessor(sync_file_info.url)->ApplyLocalChange(
445 GetLocalChangeProcessor(sync_file_info.url)->ApplyLocalChange(
473 GetLocalChangeProcessor(url)->ApplyLocalChange(
local_file_sync_service_unittest.cc 342 // from ApplyLocalChange)
368 // The local_change_processor's ApplyLocalChange should be called once
374 ApplyLocalChange(change, _, metadata, kFile, _))
405 // The local_change_processor's ApplyLocalChange should be called once
411 EXPECT_CALL(local_change_processor, ApplyLocalChange(change, _, _, kFile, _))
441 // The local_change_processor's ApplyLocalChange should never be called.
478 // The local_change_processor's ApplyLocalChange will be called
482 EXPECT_CALL(local_change_processor, ApplyLocalChange(_, _, _, kPath, _))
572 EXPECT_CALL(local_change_processor, ApplyLocalChange(_, _, _, kURL, _))
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service.h 109 virtual void ApplyLocalChange(
drive_file_sync_service.cc 259 void DriveFileSyncService::ApplyLocalChange(
    [all...]

Completed in 331 milliseconds