Searched defs:tactic (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/renderer_host/
H A Dweb_cache_manager.cc218 size_t WebCacheManager::GetSize(AllocationTactic tactic, argument
220 switch (tactic) {
237 NOTREACHED() << "Unknown cache allocation tactic";
253 // Give up if we don't have enough space to use this tactic.
284 AllocationTactic tactic,
301 // Add in the space required to implement |tactic|.
304 cache_size += GetSize(tactic, elmt->second);
283 AddToStrategy(const std::set<int>& renderers, AllocationTactic tactic, size_t extra_bytes_to_allocate, AllocationStrategy* strategy) argument
H A Dweb_cache_manager_unittest.cc55 static size_t GetSize(int tactic, argument
58 static_cast<WebCacheManager::AllocationTactic>(tactic), stats);
75 int tactic,
79 static_cast<WebCacheManager::AllocationTactic>(tactic),
73 AddToStrategy(WebCacheManager* h, std::set<int> renderers, int tactic, size_t extra_bytes_to_allocate, std::list< std::pair<int,size_t> >* strategy) argument

Completed in 244 milliseconds