Searched refs:kCacheSize (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/processes/
H A Dprocesses_api_constants.cc43 const char kCacheSize[] = "size"; member in namespace:extensions::processes_api_constants
H A Dprocesses_api_constants.h46 extern const char kCacheSize[];
H A Dprocesses_api.cc52 cache->SetDouble(keys::kCacheSize, static_cast<double>(stat.size));
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dcache_test.cc35 static const int kCacheSize = 1000; member in class:leveldb::CacheTest
40 CacheTest() : cache_(NewLRUCache(kCacheSize)) {
140 for (int i = 0; i < kCacheSize + 100; i++) {
157 while (added < 2*kCacheSize) {
173 ASSERT_LE(cached_weight, kCacheSize + kCacheSize/10);
/external/chromium_org/ppapi/proxy/
H A Dppb_image_data_proxy.cc137 const static int kCacheSize = 2; member in class:ppapi::proxy::__anon10120::ImageDataInstanceCache
139 ImageDataCacheEntry images_[kCacheSize];
150 for (int i = 0; i < kCacheSize; i++) {
176 for (int i = 0; i < kCacheSize; i++) {
198 for (int i = 0; i < kCacheSize; i++) {
217 if (next_insertion_point_ >= kCacheSize)
H A Dflash_resource.cc43 : base::MRUCache<PP_Time, LocalTimeZoneOffsetEntry>(kCacheSize) {}
45 static const size_t kCacheSize = 100; member in class:ppapi::proxy::__anon10098::LocalTimeZoneOffsetCache
/external/chromium_org/ui/gfx/
H A Dfont_render_params_linux.cc37 const size_t kCacheSize = 20; member in namespace:gfx::__anon16830
43 SynchronizedCache() : cache(kCacheSize) {}
/external/chromium_org/content/browser/geolocation/
H A Dnetwork_location_provider_unittest.cc538 const int kCacheSize = NetworkLocationProvider::PositionCache::kMaximumSize; local
539 for (int i = 1; i < kCacheSize * 2 + 1; ++i) {
548 if (i <= kCacheSize) {
552 const int evicted = i - kCacheSize;
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_file_unittest.cc207 const uint64 kCacheSize = 456U; local
210 simple_index_file.WriteToDisk(entries, kCacheSize,

Completed in 4529 milliseconds