Searched refs:kint32max (Results 1 - 18 of 18) sorted by relevance

/external/chromium/webkit/glue/
H A Dcontext_menu.cc10 const int32 CustomContextMenuContext::kCurrentRenderWidget = kint32max;
/external/chromium/net/http/
H A Dpartial_data.cc427 if (current_range_start_ > kint32max)
443 if (current_range_start_ > kint32max)
469 kint32max;
470 if (range_len > kint32max)
471 range_len = kint32max;
H A Dhttp_cache_unittest.cc173 DCHECK(offset < kint32max);
209 DCHECK(offset < kint32max);
235 DCHECK(offset < kint32max);
/external/chromium/base/
H A Dbasictypes.h78 const int32 kint32max = (( int32) 0x7FFFFFFF); variable
H A Dstring_util.cc267 DCHECK_LE(byte_size, static_cast<uint32>(kint32max));
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon_unittest.cc71 EXPECT_LT(kint32min, kint32max);
72 EXPECT_EQ(static_cast<uint32>(kint32min), static_cast<uint32>(kint32max) + 1);
H A Dstrutil.cc533 return kint32max;
537 } else if (errno == 0 && result > kint32max) {
539 return kint32max;
H A Dcommon.h167 static const int32 kint32max = 0x7FFFFFFF; member in namespace:google::protobuf
168 static const int32 kint32min = -kint32max - 1;
/external/chromium/net/disk_cache/
H A Dbackend_impl.cc329 // Return 1% of the available space if it does not exceed kint32max.
330 if (available < static_cast<int64>(kint32max) * 100)
333 return kint32max;
812 if (max_bytes >= kint32max - kint32max / 10)
813 max_bytes = kint32max - kint32max / 10 - 1;
1139 byte_count_ = kint32max;
2029 (max_size_ < kint32max - kDefaultCacheSize &&
H A Deviction.cc378 if (info->reuse_count < kint32max) {
404 if (info->refetch_count < kint32max)
H A Drankings.cc878 DCHECK(control_data_->sizes[list] < kint32max);
879 if (control_data_->sizes[list] < kint32max)
H A Dbackend_unittest.cc1960 int64 largest_size = kint32max;
1995 EXPECT_EQ(kint32max - 1,
1998 // Region 6: expected = kint32max
1999 EXPECT_EQ(kint32max,
2001 EXPECT_EQ(kint32max,
H A Dentry_impl.cc1019 size = kint32max;
/external/chromium/webkit/glue/media/
H A Dbuffered_resource_loader.cc173 if (read_position_ > offset_ + kint32max ||
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc164 kint32max, &value)) {
551 max_value = kint32max;
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc352 DO(ConsumeSignedInteger(&value, kint32max));
H A Ddescriptor_unittest.cc2008 EXPECT_EQ(kint32max , options->GetExtension(protobuf_unittest::int32_opt));
2012 EXPECT_EQ(kint32max , options->GetExtension(protobuf_unittest::sint32_opt));
2016 EXPECT_EQ(kint32max , options->GetExtension(protobuf_unittest::sfixed32_opt));
H A Ddescriptor.cc4122 static_cast<uint64>(kint32max)) {

Completed in 526 milliseconds