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

/external/chromium/chrome/browser/renderer_host/
H A Dweb_cache_manager.cc186 size_t WebCacheManager::GetSize(AllocationTactic tactic, argument
188 switch (tactic) {
205 NOTREACHED() << "Unknown cache allocation tactic";
221 // Give up if we don't have enough space to use this tactic.
252 AllocationTactic tactic,
269 // Add in the space required to implement |tactic|.
272 cache_size += GetSize(tactic, elmt->second);
251 AddToStrategy(const std::set<int>& renderers, AllocationTactic tactic, size_t extra_bytes_to_allocate, AllocationStrategy* strategy) argument
H A Dweb_cache_manager_unittest.cc54 static size_t GetSize(int tactic, argument
57 static_cast<WebCacheManager::AllocationTactic>(tactic), stats);
74 int tactic,
78 static_cast<WebCacheManager::AllocationTactic>(tactic),
72 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 43 milliseconds