Home
last modified time | relevance | path

Searched refs:PassiveApplyUpdates (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/sync/engine/
Dget_updates_delegate.cc28 void PassiveApplyUpdates( in PassiveApplyUpdates() function
35 it->second->PassiveApplyUpdates(status_controller); in PassiveApplyUpdates()
113 PassiveApplyUpdates(gu_types, status_controller, update_handler_map); in ApplyUpdates()
Dupdate_handler.h68 virtual void PassiveApplyUpdates(sessions::StatusController* status) = 0;
Dnon_blocking_type_processor_core.h71 virtual void PassiveApplyUpdates(sessions::StatusController* status) OVERRIDE;
Ddirectory_update_handler.h63 virtual void PassiveApplyUpdates(sessions::StatusController* status) OVERRIDE;
Ddirectory_update_handler.cc96 void DirectoryUpdateHandler::PassiveApplyUpdates( in PassiveApplyUpdates() function in syncer::DirectoryUpdateHandler
Dnon_blocking_type_processor_core.cc132 void NonBlockingTypeProcessorCore::PassiveApplyUpdates( in PassiveApplyUpdates() function in syncer::NonBlockingTypeProcessorCore
/external/chromium_org/sync/test/engine/
Dmock_update_handler.h31 virtual void PassiveApplyUpdates(sessions::StatusController* status) OVERRIDE;
Dmock_update_handler.cc45 void MockUpdateHandler::PassiveApplyUpdates( in PassiveApplyUpdates() function in syncer::MockUpdateHandler