Home
last modified time | relevance | path

Searched refs:max_commit_batch_size_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/sessions/
Dsync_session_context.h83 max_commit_batch_size_ = batch_size; in set_max_commit_batch_size()
85 int32 max_commit_batch_size() const { return max_commit_batch_size_; } in max_commit_batch_size()
131 int max_commit_batch_size_; variable
Dsync_session_context.cc25 max_commit_batch_size_(kDefaultMaxCommitBatchSize) { in SyncSessionContext()
/external/chromium_org/sync/sessions/
Dsync_session_context.h106 max_commit_batch_size_ = batch_size; in set_max_commit_batch_size()
108 int32 max_commit_batch_size() const { return max_commit_batch_size_; } in max_commit_batch_size()
190 int max_commit_batch_size_; variable
Dsync_session_context.cc30 max_commit_batch_size_(kDefaultMaxCommitBatchSize), in SyncSessionContext()