limit_            338 ash/system/chromeos/session/tray_session_length_limit.cc       !delegate->GetSessionLengthLimit(&limit_)) {
limit_            344 ash/system/chromeos/session/tray_session_length_limit.cc         limit_ - (base::TimeTicks::Now() - session_start_time_),
limit_             64 ash/system/chromeos/session/tray_session_length_limit.h   base::TimeDelta limit_;
limit_             57 base/strings/utf_offset_string_conversions.h     : limit_(limit) {}
limit_             60 base/strings/utf_offset_string_conversions.h     if (offset > limit_)
limit_             64 base/strings/utf_offset_string_conversions.h   size_t limit_;
limit_            241 chrome/browser/download/download_query.cc   : limit_(kuint32max) {
limit_            437 chrome/browser/download/download_query.cc                       results->begin() + std::min(limit_, results->size()),
limit_            440 chrome/browser/download/download_query.cc   if (results->size() > limit_)
limit_            441 chrome/browser/download/download_query.cc     results->resize(limit_);
limit_            121 chrome/browser/download/download_query.h   void Limit(size_t limit) { limit_ = limit; }
limit_            149 chrome/browser/download/download_query.h   size_t limit_;
limit_             43 third_party/leveldatabase/env_chromium.cc         limit_(start_ + base::TimeDelta::FromMilliseconds(
limit_             63 third_party/leveldatabase/env_chromium.cc     if (last_ < limit_) {
limit_             74 third_party/leveldatabase/env_chromium.cc   base::TimeTicks limit_;
limit_            420 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   if (limit_ < 0) input_->BackUp(-limit_);
limit_            424 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   if (limit_ <= 0) return false;
limit_            427 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   limit_ -= *size;
limit_            428 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   if (limit_ < 0) {
limit_            430 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc     *size += limit_;
limit_            436 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   if (limit_ < 0) {
limit_            437 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc     input_->BackUp(count - limit_);
limit_            438 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc     limit_ = count;
limit_            441 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc     limit_ += count;
limit_            446 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   if (count > limit_) {
limit_            447 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc     if (limit_ < 0) return false;
limit_            448 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc     input_->Skip(limit_);
limit_            449 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc     limit_ = 0;
limit_            453 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc     limit_ -= count;
limit_            459 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   if (limit_ < 0) {
limit_            460 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc     return input_->ByteCount() + limit_;
limit_            346 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h   int64 limit_;  // Decreases as we go, becomes negative if we overshoot.
limit_             47 third_party/tcmalloc/chromium/src/raw_printer.cc   *limit_ = '\0';
limit_             51 third_party/tcmalloc/chromium/src/raw_printer.cc   if (limit_ > ptr_) {
limit_             54 third_party/tcmalloc/chromium/src/raw_printer.cc     int avail = limit_ - ptr_;
limit_             61 third_party/tcmalloc/chromium/src/raw_printer.cc       ptr_ = limit_;
limit_             64 third_party/tcmalloc/chromium/src/raw_printer.cc       ptr_ = limit_;
limit_             62 third_party/tcmalloc/chromium/src/raw_printer.h   int space_left() const { return (limit_ - ptr_); }
limit_             82 third_party/tcmalloc/chromium/src/raw_printer.h   char* limit_;         // One past last non-\0 char we can write
limit_             47 third_party/tcmalloc/vendor/src/raw_printer.cc   *limit_ = '\0';
limit_             51 third_party/tcmalloc/vendor/src/raw_printer.cc   if (limit_ > ptr_) {
limit_             54 third_party/tcmalloc/vendor/src/raw_printer.cc     int avail = limit_ - ptr_;
limit_             61 third_party/tcmalloc/vendor/src/raw_printer.cc       ptr_ = limit_;
limit_             64 third_party/tcmalloc/vendor/src/raw_printer.cc       ptr_ = limit_;
limit_             62 third_party/tcmalloc/vendor/src/raw_printer.h   int space_left() const { return (limit_ - ptr_); }
limit_             82 third_party/tcmalloc/vendor/src/raw_printer.h   char* limit_;         // One past last non-\0 char we can write