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

  /external/chromium/chrome/browser/sync/glue/
data_type_manager.h 54 TypeSet requested_types; member in struct:browser_sync::DataTypeManager::ConfigureResultWithErrorLocation
60 const TypeSet& requested_types)
62 requested_types(requested_types) {
  /external/chromium/chrome/browser/sync/
backend_migrator.cc 118 std::set_intersection(result->requested_types.begin(),
119 result->requested_types.end(), to_migrate_.begin(), to_migrate_.end(),
  /external/chromium/net/tools/testserver/
chromiumsync_test.py 22 def GetChangesFromTimestamp(self, requested_types, timestamp):
25 for data_type in requested_types:
26 message.requested_types.Extensions[
350 msg.requested_types.Extensions[autofill].SetInParent()
351 msg.requested_types.Extensions[theme].SetInParent()
chromiumsync.py 112 happens with the requested_types field of GetUpdatesMessage), all types
197 for data_type in GetEntryTypesFromSpecifics(request.requested_types):
444 def _CreatePermanentItems(self, requested_types):
448 requested_types: A list of sync data types from ALL_TYPES.
452 if spec.sync_type in requested_types:
637 # requested_types at GetUpdates time.
    [all...]

Completed in 104 milliseconds