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

  /external/chromium_org/sync/engine/
update_handler.h 68 virtual void PassiveApplyUpdates(sessions::StatusController* status) = 0;
get_updates_delegate.cc 28 void PassiveApplyUpdates(
35 it->second->PassiveApplyUpdates(status_controller);
113 PassiveApplyUpdates(gu_types, status_controller, update_handler_map);
directory_update_handler.h 63 virtual void PassiveApplyUpdates(sessions::StatusController* status) OVERRIDE;
model_type_sync_worker_impl.h 80 virtual void PassiveApplyUpdates(sessions::StatusController* status) OVERRIDE;
directory_update_handler.cc 96 void DirectoryUpdateHandler::PassiveApplyUpdates(
model_type_sync_worker_impl.cc 209 void ModelTypeSyncWorkerImpl::PassiveApplyUpdates(
  /external/chromium_org/sync/test/engine/
mock_update_handler.h 31 virtual void PassiveApplyUpdates(sessions::StatusController* status) OVERRIDE;
36 // Returns the number of times PassiveApplyUpdates() was invoked.
mock_update_handler.cc 45 void MockUpdateHandler::PassiveApplyUpdates(

Completed in 195 milliseconds