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

  /external/chromium/chrome/browser/sync/sessions/
sync_session_context.h 83 max_commit_batch_size_ = batch_size;
85 int32 max_commit_batch_size() const { return max_commit_batch_size_; }
131 int max_commit_batch_size_; member in class:browser_sync::sessions::SyncSessionContext
sync_session_context.cc 25 max_commit_batch_size_(kDefaultMaxCommitBatchSize) {
  /external/chromium_org/sync/sessions/
sync_session_context.h 106 max_commit_batch_size_ = batch_size;
108 int32 max_commit_batch_size() const { return max_commit_batch_size_; }
190 int max_commit_batch_size_; member in class:syncer::sessions::SyncSessionContext
sync_session_context.cc 30 max_commit_batch_size_(kDefaultMaxCommitBatchSize),

Completed in 50 milliseconds