Limit             121 chrome/browser/download/download_query.h   void Limit(size_t limit) { limit_ = limit; }
Limit             177 chrome/browser/download/download_query_unittest.cc   query()->Limit(1);
Limit             507 chrome/browser/extensions/api/downloads/downloads_api.cc     query_out.Limit(limit);
Limit              59 chrome/browser/sync/test/integration/multiple_client_dictionary_sync_test.cc IN_PROC_BROWSER_TEST_F(MultipleClientDictionarySyncTest, Limit) {
Limit             117 chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc IN_PROC_BROWSER_TEST_F(TwoClientDictionarySyncTest, Limit) {
Limit             511 chrome/browser/ui/webui/downloads_dom_handler.cc   query.Limit(kMaxDownloads);
Limit             895 third_party/protobuf/src/google/protobuf/extension_set.cc     io::CodedInputStream::Limit limit = input->PushLimit(size);
Limit             112 third_party/protobuf/src/google/protobuf/io/coded_stream.cc CodedInputStream::Limit CodedInputStream::PushLimit(int byte_limit) {
Limit             116 third_party/protobuf/src/google/protobuf/io/coded_stream.cc   Limit old_limit = current_limit_;
Limit             137 third_party/protobuf/src/google/protobuf/io/coded_stream.cc void CodedInputStream::PopLimit(Limit limit) {
Limit             309 third_party/protobuf/src/google/protobuf/io/coded_stream.h   Limit PushLimit(int byte_limit);
Limit             313 third_party/protobuf/src/google/protobuf/io/coded_stream.h   void PopLimit(Limit limit);
Limit             480 third_party/protobuf/src/google/protobuf/io/coded_stream.h   Limit current_limit_;   // if position = -1, no limit is applied
Limit             819 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     CodedInputStream::Limit limit = coded_input.PushLimit(8);
Limit             849 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     CodedInputStream::Limit limit1 = coded_input.PushLimit(8);
Limit             851 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     CodedInputStream::Limit limit2 = coded_input.PushLimit(4);
Limit             891 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     CodedInputStream::Limit limit1 = coded_input.PushLimit(4);
Limit             893 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc     CodedInputStream::Limit limit2 = coded_input.PushLimit(8);
Limit             930 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   CodedInputStream::Limit limit = coded_input.PushLimit(4);
Limit             945 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   CodedInputStream::Limit limit = coded_input.PushLimit(-1234);
Limit             958 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   CodedInputStream::Limit limit = coded_input.PushLimit(-64);
Limit             972 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   CodedInputStream::Limit limit = coded_input.PushLimit(INT_MAX);
Limit            1011 third_party/protobuf/src/google/protobuf/io/coded_stream_unittest.cc   CodedInputStream::Limit limit = coded_input.PushLimit(16);
Limit             147 third_party/protobuf/src/google/protobuf/wire_format.cc     io::CodedInputStream::Limit limit = input->PushLimit(length);
Limit             419 third_party/protobuf/src/google/protobuf/wire_format_lite.cc   io::CodedInputStream::Limit limit = input->PushLimit(length);
Limit             326 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   io::CodedInputStream::Limit limit = input->PushLimit(length);
Limit             360 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   io::CodedInputStream::Limit limit = input->PushLimit(length);
Limit             401 third_party/protobuf/src/google/protobuf/wire_format_lite_inl.h   io::CodedInputStream::Limit limit = input->PushLimit(length);