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

  /external/chromium_org/chrome/browser/sync_file_system/
local_change_processor.h 34 virtual void ApplyLocalChange(const FileChange& change,
mock_local_change_processor.h 20 MOCK_METHOD5(ApplyLocalChange,
mock_local_change_processor.cc 22 ON_CALL(*this, ApplyLocalChange(_, _, _, _, _))
sync_file_system_service_unittest.cc 349 // The local_change_processor's ApplyLocalChange should be called once
354 ApplyLocalChange(change, _, _, kFile, _))
418 ApplyLocalChange(_, _, _, kFile, _))
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_worker_interface.h 91 virtual void ApplyLocalChange(const FileChange& local_change,
fake_sync_worker.h 77 virtual void ApplyLocalChange(const FileChange& local_change,
fake_sync_worker.cc 140 void FakeSyncWorker::ApplyLocalChange(const FileChange& local_change,
sync_worker.h 92 virtual void ApplyLocalChange(const FileChange& local_change,
sync_engine.h 132 virtual void ApplyLocalChange(const FileChange& local_change,
sync_engine.cc 627 void SyncEngine::ApplyLocalChange(const FileChange& local_change,
646 base::Bind(&SyncWorkerInterface::ApplyLocalChange,
sync_worker.cc 247 void SyncWorker::ApplyLocalChange(const FileChange& local_change,
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_service.cc 444 GetLocalChangeProcessor(sync_file_info.url)->ApplyLocalChange(
466 GetLocalChangeProcessor(sync_file_info.url)->ApplyLocalChange(
494 GetLocalChangeProcessor(url)->ApplyLocalChange(
local_file_sync_service_unittest.cc 341 // from ApplyLocalChange)
367 // The local_change_processor's ApplyLocalChange should be called once
373 ApplyLocalChange(change, _, metadata, kFile, _))
404 // The local_change_processor's ApplyLocalChange should be called once
410 EXPECT_CALL(local_change_processor, ApplyLocalChange(change, _, _, kFile, _))
440 // The local_change_processor's ApplyLocalChange should never be called.
477 // The local_change_processor's ApplyLocalChange will be called
481 EXPECT_CALL(local_change_processor, ApplyLocalChange(_, _, _, kPath, _))
571 EXPECT_CALL(local_change_processor, ApplyLocalChange(_, _, _, kURL, _))

Completed in 241 milliseconds