Home
last modified time | relevance | path

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

/external/chromium_org/sync/protocol/
Dclient_commands.proto22 optional int32 max_commit_batch_size = 3; field
Dproto_value_conversions.cc894 SET_INT32(max_commit_batch_size); in ClientCommandToValue()
/external/chromium/chrome/browser/sync/engine/
Dsyncer.cc192 session->context()->max_commit_batch_size()); in SyncShare()
300 command.max_commit_batch_size()); in ProcessClientCommand()
/external/chromium/chrome/browser/sync/sessions/
Dsync_session_context.h85 int32 max_commit_batch_size() const { return max_commit_batch_size_; } in max_commit_batch_size() function
/external/chromium_org/sync/sessions/
Dsync_session_context.h108 int32 max_commit_batch_size() const { return max_commit_batch_size_; } in max_commit_batch_size() function
/external/chromium_org/sync/engine/
Dsyncer.cc165 session->context()->max_commit_batch_size(), in BuildAndPostCommits()
Dsyncer_proto_util.cc413 command.max_commit_batch_size()); in PostClientToServerMessage()
/external/chromium/chrome/browser/sync/protocol/
Dsync.proto555 optional int32 max_commit_batch_size = 3; field