Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/engine_impl/cycle/
H A Dsync_cycle_context.h83 int32_t max_commit_batch_size() const { return max_commit_batch_size_; } in max_commit_batch_size() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/protocol/
H A Dclient_commands.proto30 optional int32 max_commit_batch_size = 3; field
H A Dproto_visitors.h263 VISIT(max_commit_batch_size); in VISIT_PROTO_FIELDS()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/engine_impl/
H A Dsyncer.cc150 cycle->context()->max_commit_batch_size(), in BuildAndPostCommits()
H A Dsyncer_proto_util.cc459 command.max_commit_batch_size()); in PostClientToServerMessage()