Lines Matching full:browsercontext
33 // Only ~BrowserContext() is needed on iOS.
37 // Key names on BrowserContext.
46 BrowserContext* browser_context) {
58 BrowserContext* browser_context,
100 void BrowserContext::AsyncObliterateStoragePartition(
101 BrowserContext* browser_context,
109 void BrowserContext::GarbageCollectStoragePartitions(
110 BrowserContext* browser_context,
117 DownloadManager* BrowserContext::GetDownloadManager(
118 BrowserContext* context) {
138 fileapi::ExternalMountPoints* BrowserContext::GetMountPoints(
139 BrowserContext* context) {
161 StoragePartition* BrowserContext::GetStoragePartition(
162 BrowserContext* browser_context,
180 StoragePartition* BrowserContext::GetStoragePartitionForSite(
181 BrowserContext* browser_context,
195 void BrowserContext::ForEachStoragePartition(
196 BrowserContext* browser_context,
207 StoragePartition* BrowserContext::GetDefaultStoragePartition(
208 BrowserContext* browser_context) {
212 void BrowserContext::EnsureResourceContextInitialized(BrowserContext* context) {
213 // This will be enough to tickle initialization of BrowserContext if
216 // ResourceContext initialization may call back into BrowserContext
224 void BrowserContext::SaveSessionState(BrowserContext* browser_context) {
228 BrowserContext::GetDefaultStoragePartition(browser_context);
256 void BrowserContext::PurgeMemory(BrowserContext* browser_context) {
262 BrowserContext::GetDefaultStoragePartition(browser_context)->
272 BrowserContext::~BrowserContext() {