Searched defs:PurgeMemory (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_area.cc183 // to make the following 3 to work together: 1) FastClear, 2) PurgeMemory and
191 // from the database. This mechanism fails if PurgeMemory is called.
250 void DOMStorageArea::PurgeMemory() { function in class:content::DOMStorageArea
H A Ddom_storage_namespace.cc191 void DOMStorageNamespace::PurgeMemory(PurgeOption option) { function in class:content::DOMStorageNamespace
193 alias_master_namespace_->PurgeMemory(option);
217 it->second.area_->PurgeMemory();
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc499 void PurgeMemory() { function in class:net::ProxyResolverV8::Context
738 void ProxyResolverV8::PurgeMemory() { function in class:net::ProxyResolverV8
739 context_->PurgeMemory();

Completed in 1049 milliseconds