max_size_ 51 ash/wm/workspace/workspace_window_resizer_unittest.cc max_size_ = size; max_size_ 61 ash/wm/workspace/workspace_window_resizer_unittest.cc return max_size_; max_size_ 65 ash/wm/workspace/workspace_window_resizer_unittest.cc gfx::Size max_size_; max_size_ 69 base/containers/mru_cache.h explicit MRUCacheBase(size_type max_size) : max_size_(max_size) { max_size_ 73 base/containers/mru_cache.h : max_size_(max_size), deletor_(deletor) { max_size_ 82 base/containers/mru_cache.h size_type max_size() const { return max_size_; } max_size_ 97 base/containers/mru_cache.h } else if (max_size_ != NO_AUTO_EVICT) { max_size_ 100 base/containers/mru_cache.h ShrinkToSize(max_size_ - 1); max_size_ 203 base/containers/mru_cache.h size_type max_size_; max_size_ 12 cc/base/rolling_time_delta_history.cc : max_size_(max_size) {} max_size_ 17 cc/base/rolling_time_delta_history.cc if (max_size_ == 0) max_size_ 20 cc/base/rolling_time_delta_history.cc if (sample_set_.size() == max_size_) { max_size_ 37 cc/base/rolling_time_delta_history.h size_t max_size_; max_size_ 71 chrome/browser/net/evicted_domain_cookie_counter.cc max_size_(kMaxEvictedDomainCookies), max_size_ 82 chrome/browser/net/evicted_domain_cookie_counter.cc max_size_(max_size), max_size_ 85 chrome/browser/net/evicted_domain_cookie_counter.cc DCHECK_LT(purge_count, max_size_); max_size_ 129 chrome/browser/net/evicted_domain_cookie_counter.cc if (evicted_cookies_.size() <= max_size_) max_size_ 134 chrome/browser/net/evicted_domain_cookie_counter.cc size_t size_goal = max_size_ - purge_count_; max_size_ 136 chrome/browser/net/evicted_domain_cookie_counter.h const size_t max_size_; max_size_ 567 chrome/browser/ui/panels/panel.cc int current_max_width = max_size_.width(); max_size_ 570 chrome/browser/ui/panels/panel.cc int current_max_height = max_size_.height(); max_size_ 643 chrome/browser/ui/panels/panel.cc if (min_size == min_size_ && max_size == max_size_) max_size_ 649 chrome/browser/ui/panels/panel.cc max_size_ = max_size; max_size_ 655 chrome/browser/ui/panels/panel.cc gfx::Size new_max_size = max_size_; max_size_ 681 chrome/browser/ui/panels/panel.cc if (new_width > max_size_.width()) max_size_ 682 chrome/browser/ui/panels/panel.cc new_width = max_size_.width(); max_size_ 689 chrome/browser/ui/panels/panel.cc if (new_height > max_size_.height()) max_size_ 690 chrome/browser/ui/panels/panel.cc new_height = max_size_.height(); max_size_ 809 chrome/browser/ui/panels/panel.cc max_size_(max_size), max_size_ 872 chrome/browser/ui/panels/panel.cc native_panel_->ContentSizeFromWindowSize(max_size_)); max_size_ 184 chrome/browser/ui/panels/panel.h const gfx::Size& max_size() const { return max_size_; } max_size_ 366 chrome/browser/ui/panels/panel.h gfx::Size max_size_; max_size_ 118 net/disk_cache/blockfile/backend_impl.cc max_size_(0), max_size_ 144 net/disk_cache/blockfile/backend_impl.cc max_size_(0), max_size_ 620 net/disk_cache/blockfile/backend_impl.cc COMPILE_ASSERT(sizeof(max_bytes) == sizeof(max_size_), unsupported_int_model); max_size_ 633 net/disk_cache/blockfile/backend_impl.cc max_size_ = max_bytes; max_size_ 821 net/disk_cache/blockfile/backend_impl.cc if (data_->header.num_bytes > max_size_ && !read_only_ && max_size_ 843 net/disk_cache/blockfile/backend_impl.cc return cache_type() == net::PNACL_CACHE ? max_size_ : max_size_ / 8; max_size_ 1221 net/disk_cache/blockfile/backend_impl.cc item.second = base::StringPrintf("%d", max_size_); max_size_ 1247 net/disk_cache/blockfile/backend_impl.cc header.table_len = DesiredIndexTableLen(max_size_); max_size_ 1304 net/disk_cache/blockfile/backend_impl.cc if (max_size_) max_size_ 1313 net/disk_cache/blockfile/backend_impl.cc max_size_ = kDefaultCacheSize; max_size_ 1320 net/disk_cache/blockfile/backend_impl.cc max_size_ = PreferredCacheSize(available); max_size_ 1327 net/disk_cache/blockfile/backend_impl.cc if (max_size_ > current_max_size) max_size_ 1328 net/disk_cache/blockfile/backend_impl.cc max_size_= current_max_size; max_size_ 1843 net/disk_cache/blockfile/backend_impl.cc int max_size = max_size_ / (1024 * 1024); max_size_ 2001 net/disk_cache/blockfile/backend_impl.cc (max_size_ < kint32max - kDefaultCacheSize && max_size_ 2002 net/disk_cache/blockfile/backend_impl.cc data_->header.num_bytes > max_size_ + kDefaultCacheSize)) { max_size_ 365 net/disk_cache/blockfile/backend_impl.h int32 max_size_; // Maximum data size for this instance. max_size_ 62 net/disk_cache/blockfile/backend_impl_v3.cc max_size_(0), max_size_ 101 net/disk_cache/blockfile/backend_impl_v3.cc COMPILE_ASSERT(sizeof(max_bytes) == sizeof(max_size_), unsupported_int_model); max_size_ 114 net/disk_cache/blockfile/backend_impl_v3.cc max_size_ = max_bytes; max_size_ 173 net/disk_cache/blockfile/backend_impl_v3.cc if (data_->header.num_bytes > max_size_ && !read_only_ && max_size_ 191 net/disk_cache/blockfile/backend_impl_v3.cc return max_size_ / 8; max_size_ 698 net/disk_cache/blockfile/backend_impl_v3.cc item.second = base::StringPrintf("%d", max_size_); max_size_ 732 net/disk_cache/blockfile/backend_impl_v3.cc if (max_size_) max_size_ 741 net/disk_cache/blockfile/backend_impl_v3.cc max_size_ = kDefaultCacheSize; max_size_ 748 net/disk_cache/blockfile/backend_impl_v3.cc max_size_ = PreferedCacheSize(available); max_size_ 752 net/disk_cache/blockfile/backend_impl_v3.cc if (max_size_ > kDefaultCacheSize * 4) max_size_ 753 net/disk_cache/blockfile/backend_impl_v3.cc max_size_ = kDefaultCacheSize * 4; max_size_ 760 net/disk_cache/blockfile/backend_impl_v3.cc if (max_size_ > current_max_size) max_size_ 761 net/disk_cache/blockfile/backend_impl_v3.cc max_size_= current_max_size; max_size_ 1317 net/disk_cache/blockfile/backend_impl_v3.cc int max_size = max_size_ / (1024 * 1024); max_size_ 1447 net/disk_cache/blockfile/backend_impl_v3.cc (max_size_ < kint32max - kDefaultCacheSize && max_size_ 1448 net/disk_cache/blockfile/backend_impl_v3.cc data_->header.num_bytes > max_size_ + kDefaultCacheSize)) { max_size_ 252 net/disk_cache/blockfile/backend_impl_v3.h int32 max_size_; // Maximum data size for this instance. max_size_ 293 net/disk_cache/blockfile/backend_worker_v3.cc header.table_len = DesiredIndexTableLen(max_size_); max_size_ 401 net/disk_cache/blockfile/backend_worker_v3.cc (max_size_ < kint32max - kDefaultCacheSize && max_size_ 402 net/disk_cache/blockfile/backend_worker_v3.cc data_->header.num_bytes > max_size_ + kDefaultCacheSize)) { max_size_ 89 net/disk_cache/blockfile/eviction.cc max_size_ = LowWaterAdjust(backend_->max_size_); max_size_ 130 net/disk_cache/blockfile/eviction.cc int target_size = empty ? 0 : max_size_; max_size_ 232 net/disk_cache/blockfile/eviction.cc if (!FallingBehind(header_->num_bytes, max_size_) && max_size_ 347 net/disk_cache/blockfile/eviction.cc int target_size = empty ? 0 : max_size_; max_size_ 75 net/disk_cache/blockfile/eviction.h int max_size_; max_size_ 94 net/disk_cache/blockfile/eviction_v3.cc max_size_ = LowWaterAdjust(backend_->max_size_); max_size_ 135 net/disk_cache/blockfile/eviction_v3.cc int target_size = empty ? 0 : max_size_; max_size_ 255 net/disk_cache/blockfile/eviction_v3.cc if (!FallingBehind(header_->num_bytes, max_size_) && max_size_ 336 net/disk_cache/blockfile/eviction_v3.cc int target_size = empty ? 0 : max_size_; max_size_ 63 net/disk_cache/blockfile/eviction_v3.h int max_size_; max_size_ 32 net/disk_cache/memory/mem_backend_impl.cc : max_size_(0), current_size_(0), net_log_(net_log) {} max_size_ 56 net/disk_cache/memory/mem_backend_impl.cc if (max_size_) max_size_ 62 net/disk_cache/memory/mem_backend_impl.cc max_size_ = kDefaultInMemoryCacheSize; max_size_ 70 net/disk_cache/memory/mem_backend_impl.cc max_size_ = kDefaultInMemoryCacheSize * 5; max_size_ 72 net/disk_cache/memory/mem_backend_impl.cc max_size_ = static_cast<int32>(total_memory); max_size_ 78 net/disk_cache/memory/mem_backend_impl.cc COMPILE_ASSERT(sizeof(max_bytes) == sizeof(max_size_), unsupported_int_model); max_size_ 86 net/disk_cache/memory/mem_backend_impl.cc max_size_ = max_bytes; max_size_ 116 net/disk_cache/memory/mem_backend_impl.cc return max_size_ / 8; max_size_ 312 net/disk_cache/memory/mem_backend_impl.cc int target_size = empty ? 0 : LowWaterAdjust(max_size_); max_size_ 328 net/disk_cache/memory/mem_backend_impl.cc if (current_size_ > max_size_) max_size_ 110 net/disk_cache/memory/mem_backend_impl.h int32 max_size_; // Maximum data size for this instance. max_size_ 145 net/disk_cache/simple/simple_index.cc max_size_(0), max_size_ 212 net/disk_cache/simple/simple_index.cc max_size_ = max_bytes; max_size_ 213 net/disk_cache/simple/simple_index.cc high_watermark_ = max_size_ - max_size_ / kEvictionMarginDivisor; max_size_ 214 net/disk_cache/simple/simple_index.cc low_watermark_ = max_size_ - 2 * (max_size_ / kEvictionMarginDivisor); max_size_ 316 net/disk_cache/simple/simple_index.cc max_size_ / kBytesInKb); max_size_ 90 net/disk_cache/simple/simple_index.h int max_size() const { return max_size_; } max_size_ 164 net/disk_cache/simple/simple_index.h uint64 max_size_; max_size_ 38 net/spdy/hpack_header_table.cc max_size_ = max_size; max_size_ 39 net/spdy/hpack_header_table.cc while (size_ > max_size_) { max_size_ 56 net/spdy/hpack_header_table.cc size_t size_t_max_size = static_cast<size_t>(max_size_); max_size_ 33 net/spdy/hpack_header_table.h uint32 max_size() const { return max_size_; } max_size_ 62 net/spdy/hpack_header_table.h uint32 max_size_; max_size_ 142 third_party/re2/util/sparse_array.h return max_size_; max_size_ 224 third_party/re2/util/sparse_array.h int max_size_; max_size_ 234 third_party/re2/util/sparse_array.h : size_(0), max_size_(0), sparse_to_dense_(NULL), dense_(), max_size_ 272 third_party/re2/util/sparse_array.h if (new_max_size > max_size_) { max_size_ 275 third_party/re2/util/sparse_array.h memmove(a, sparse_to_dense_, max_size_*sizeof a[0]); max_size_ 278 third_party/re2/util/sparse_array.h for (int i = max_size_; i < new_max_size; i++) max_size_ 287 third_party/re2/util/sparse_array.h max_size_ = new_max_size; max_size_ 288 third_party/re2/util/sparse_array.h if (size_ > max_size_) max_size_ 289 third_party/re2/util/sparse_array.h size_ = max_size_; max_size_ 297 third_party/re2/util/sparse_array.h DCHECK_LT(i, max_size_); max_size_ 298 third_party/re2/util/sparse_array.h if (static_cast<uint>(i) >= max_size_) { max_size_ 310 third_party/re2/util/sparse_array.h if (static_cast<uint>(i) >= max_size_) { max_size_ 372 third_party/re2/util/sparse_array.h if (static_cast<uint>(i) >= max_size_) { max_size_ 413 third_party/re2/util/sparse_array.h DCHECK_LT(size_, max_size_); max_size_ 420 third_party/re2/util/sparse_array.h max_size_ = max_size; max_size_ 442 third_party/re2/util/sparse_array.h DCHECK_LE(size_, max_size_); max_size_ 57 third_party/re2/util/sparse_set.h : size_(0), max_size_(0), sparse_to_dense_(NULL), dense_(NULL), max_size_ 61 third_party/re2/util/sparse_set.h max_size_ = max_size; max_size_ 95 third_party/re2/util/sparse_set.h if (new_max_size > max_size_) { max_size_ 98 third_party/re2/util/sparse_set.h memmove(a, sparse_to_dense_, max_size_*sizeof a[0]); max_size_ 100 third_party/re2/util/sparse_set.h for (int i = max_size_; i < new_max_size; i++) max_size_ 118 third_party/re2/util/sparse_set.h max_size_ = new_max_size; max_size_ 123 third_party/re2/util/sparse_set.h int max_size() const { return max_size_; } max_size_ 131 third_party/re2/util/sparse_set.h DCHECK_LT(i, max_size_); max_size_ 132 third_party/re2/util/sparse_set.h if (static_cast<uint>(i) >= max_size_) { max_size_ 149 third_party/re2/util/sparse_set.h if (static_cast<uint>(i) >= max_size_) { max_size_ 156 third_party/re2/util/sparse_set.h DCHECK_LT(size_, max_size_); max_size_ 170 third_party/re2/util/sparse_set.h int max_size_; max_size_ 121 third_party/tcmalloc/chromium/src/thread_cache.cc max_size_ = 0; max_size_ 123 third_party/tcmalloc/chromium/src/thread_cache.cc if (max_size_ == 0) { max_size_ 126 third_party/tcmalloc/chromium/src/thread_cache.cc max_size_ = kMinThreadCacheSize; max_size_ 286 third_party/tcmalloc/chromium/src/thread_cache.cc max_size_ += kStealAmount; max_size_ 301 third_party/tcmalloc/chromium/src/thread_cache.cc next_memory_steal_->max_size_ <= kMinThreadCacheSize) { max_size_ 304 third_party/tcmalloc/chromium/src/thread_cache.cc next_memory_steal_->max_size_ -= kStealAmount; max_size_ 305 third_party/tcmalloc/chromium/src/thread_cache.cc max_size_ += kStealAmount; max_size_ 466 third_party/tcmalloc/chromium/src/thread_cache.cc unclaimed_cache_space_ += heap->max_size_; max_size_ 486 third_party/tcmalloc/chromium/src/thread_cache.cc h->max_size_ = static_cast<size_t>(h->max_size_ * ratio); max_size_ 488 third_party/tcmalloc/chromium/src/thread_cache.cc claimed += h->max_size_; max_size_ 312 third_party/tcmalloc/chromium/src/thread_cache.h size_t max_size_; // size_ > max_size_ --> Scavenge() max_size_ 377 third_party/tcmalloc/chromium/src/thread_cache.h ssize_t size_headroom = max_size_ - size_ - 1; max_size_ 395 third_party/tcmalloc/chromium/src/thread_cache.h if (size_ >= max_size_) Scavenge(); max_size_ 118 third_party/tcmalloc/vendor/src/thread_cache.cc max_size_ = 0; max_size_ 120 third_party/tcmalloc/vendor/src/thread_cache.cc if (max_size_ == 0) { max_size_ 123 third_party/tcmalloc/vendor/src/thread_cache.cc max_size_ = kMinThreadCacheSize; max_size_ 280 third_party/tcmalloc/vendor/src/thread_cache.cc max_size_ += kStealAmount; max_size_ 295 third_party/tcmalloc/vendor/src/thread_cache.cc next_memory_steal_->max_size_ <= kMinThreadCacheSize) { max_size_ 298 third_party/tcmalloc/vendor/src/thread_cache.cc next_memory_steal_->max_size_ -= kStealAmount; max_size_ 299 third_party/tcmalloc/vendor/src/thread_cache.cc max_size_ += kStealAmount; max_size_ 455 third_party/tcmalloc/vendor/src/thread_cache.cc unclaimed_cache_space_ += heap->max_size_; max_size_ 475 third_party/tcmalloc/vendor/src/thread_cache.cc h->max_size_ = static_cast<size_t>(h->max_size_ * ratio); max_size_ 477 third_party/tcmalloc/vendor/src/thread_cache.cc claimed += h->max_size_; max_size_ 297 third_party/tcmalloc/vendor/src/thread_cache.h size_t max_size_; // size_ > max_size_ --> Scavenge() max_size_ 350 third_party/tcmalloc/vendor/src/thread_cache.h ssize_t size_headroom = max_size_ - size_ - 1; max_size_ 368 third_party/tcmalloc/vendor/src/thread_cache.h if (size_ >= max_size_) Scavenge(); max_size_ 18 ui/message_center/views/proportional_image_view.cc gfx::Size ProportionalImageView::GetPreferredSize() { return max_size_; } max_size_ 21 ui/message_center/views/proportional_image_view.cc return max_size_.height(); max_size_ 28 ui/message_center/views/proportional_image_view.h gfx::Size max_size_; max_size_ 216 ui/views/controls/button/label_button.cc if (max_size_.width() > 0) max_size_ 217 ui/views/controls/button/label_button.cc size.set_width(std::min(max_size_.width(), size.width())); max_size_ 218 ui/views/controls/button/label_button.cc if (max_size_.height() > 0) max_size_ 219 ui/views/controls/button/label_button.cc size.set_height(std::min(max_size_.height(), size.height())); max_size_ 64 ui/views/controls/button/label_button.h void set_max_size(const gfx::Size& max_size) { max_size_ = max_size; } max_size_ 149 ui/views/controls/button/label_button.h gfx::Size max_size_;