HomeSort by relevance Sort by last modified time
    Searched defs:GetUpdatesProcessor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sync/engine/
get_updates_processor.h 45 class SYNC_EXPORT_PRIVATE GetUpdatesProcessor {
47 explicit GetUpdatesProcessor(UpdateHandlerMap* update_handler_map,
49 ~GetUpdatesProcessor();
114 DISALLOW_COPY_AND_ASSIGN(GetUpdatesProcessor);
get_updates_processor.cc 164 GetUpdatesProcessor::GetUpdatesProcessor(UpdateHandlerMap* update_handler_map,
168 GetUpdatesProcessor::~GetUpdatesProcessor() {}
170 SyncerError GetUpdatesProcessor::DownloadUpdates(
188 void GetUpdatesProcessor::PrepareGetUpdates(
211 SyncerError GetUpdatesProcessor::ExecuteDownloadUpdates(
275 SyncerError GetUpdatesProcessor::ProcessResponse(
299 syncer::SyncerError GetUpdatesProcessor::ProcessGetUpdatesResponse(
359 void GetUpdatesProcessor::ApplyUpdates
    [all...]

Completed in 46 milliseconds