Home | History | Annotate | Download | only in renderer_host

Lines Matching defs:WebCacheManager

53 void WebCacheManager::RegisterPrefs(PrefService* prefs) {
58 WebCacheManager* WebCacheManager::GetInstance() {
59 return Singleton<WebCacheManager>::get();
62 WebCacheManager::WebCacheManager()
67 WebCacheManager::~WebCacheManager() {
70 void WebCacheManager::Add(int renderer_id) {
92 void WebCacheManager::Remove(int renderer_id) {
102 void WebCacheManager::ObserveActivity(int renderer_id) {
122 void WebCacheManager::ObserveStats(int renderer_id,
145 void WebCacheManager::SetGlobalSizeLimit(size_t bytes) {
150 void WebCacheManager::ClearCache() {
157 size_t WebCacheManager::GetDefaultGlobalSizeLimit() {
165 void WebCacheManager::GatherStats(const std::set<int>& renderers,
186 size_t WebCacheManager::GetSize(AllocationTactic tactic,
210 bool WebCacheManager::AttemptTactic(
251 void WebCacheManager::AddToStrategy(const std::set<int>& renderers,
280 void WebCacheManager::EnactStrategy(const AllocationStrategy& strategy) {
307 void WebCacheManager::ClearRendederCache(const std::set<int>& renderers) {
316 void WebCacheManager::ReviseAllocationStrategy() {
386 void WebCacheManager::ReviseAllocationStrategyLater() {
391 &WebCacheManager::ReviseAllocationStrategy),
395 void WebCacheManager::FindInactiveRenderers() {