Home
last modified time | relevance | path

Searched refs:need_encryption_key (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/engine_impl/
H A Dget_updates_processor.cc166 bool need_encryption_key = ShouldRequestEncryptionKey(cycle->context()); in InitDownloadUpdatesContext() local
167 get_updates->set_need_encryption_key(need_encryption_key); in InitDownloadUpdatesContext()
222 bool need_encryption_key = ShouldRequestEncryptionKey(cycle->context()); in ExecuteDownloadUpdates() local
273 if (need_encryption_key || in ExecuteDownloadUpdates()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/test/engine/
H A Dmock_connection_manager.cc511 if (gu.need_encryption_key()) in ProcessGetUpdates()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/engine_impl/loopback_server/
H A Dloopback_server.cc488 get_updates.need_encryption_key()) { in HandleGetUpdatesRequest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/protocol/
H A Dproto_visitors.h557 VISIT(need_encryption_key); in VISIT_PROTO_FIELDS()
H A Dsync.proto684 optional bool need_encryption_key = 8 [default = false]; field
931 // the GetUpdatesMessage in the request had need_encryption_key == true or