Searched defs:BrowserContext (Results 1 - 2 of 2) sorted by path

/external/chromium_org/content/browser/
H A Dbrowser_context.cc33 // Only ~BrowserContext() is needed on iOS.
37 // Key names on BrowserContext.
46 BrowserContext* browser_context) {
58 BrowserContext* browser_context,
90 void BrowserContext::AsyncObliterateStoragePartition(
91 BrowserContext* browser_context,
99 void BrowserContext::GarbageCollectStoragePartitions(
100 BrowserContext* browser_context,
107 DownloadManager* BrowserContext::GetDownloadManager(
108 BrowserContext* contex
[all...]
/external/chromium_org/content/public/browser/
H A Dbrowser_context.h49 class CONTENT_EXPORT BrowserContext : public base::SupportsUserData { class in namespace:content
51 static DownloadManager* GetDownloadManager(BrowserContext* browser_context);
53 // Returns BrowserContext specific external mount points. It may return NULL
54 // if the context doesn't have any BrowserContext specific external mount
56 static storage::ExternalMountPoints* GetMountPoints(BrowserContext* context);
59 BrowserContext* browser_context, SiteInstance* site_instance);
61 BrowserContext* browser_context, const GURL& site);
64 BrowserContext* browser_context,
67 BrowserContext* browser_context,
74 BrowserContext* browser_contex
[all...]

Completed in 1913 milliseconds