Home | History | Annotate | Download | only in share

Lines Matching refs:sync_count_size_

234       sync_count_size_(0),
320 sync_count_size_ = 0;
1202 sync_count_size_ = dict_info.sync_count + kUserDictPreAlloc;
2110 if (dict_info_.sync_count < sync_count_size_) {
2114 syncs_, (sync_count_size_ + kUserDictPreAlloc) << 2);
2116 sync_count_size_ += kUserDictPreAlloc;