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

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwBrowserContext.java17 * being able to use a single browser context, currently there can only be one AwBrowserContext
20 public class AwBrowserContext { class
32 public AwBrowserContext(SharedPreferences sharedPreferences) { method in class:AwBrowserContext
/external/chromium_org/android_webview/browser/
H A Daw_browser_context.h52 class AwBrowserContext : public content::BrowserContext, class in namespace:android_webview
56 AwBrowserContext(const base::FilePath path,
58 virtual ~AwBrowserContext();
61 static AwBrowserContext* GetDefault();
63 // Convenience method to returns the AwBrowserContext corresponding to the
65 static AwBrowserContext* FromWebContents(
148 DISALLOW_COPY_AND_ASSIGN(AwBrowserContext);
H A Daw_browser_context.cc47 AwBrowserContext* g_browser_context = NULL;
62 bool AwBrowserContext::data_reduction_proxy_enabled_ = false;
64 AwBrowserContext::AwBrowserContext( function in class:android_webview::AwBrowserContext
77 AwBrowserContext::~AwBrowserContext() {
83 AwBrowserContext* AwBrowserContext::GetDefault() {
90 AwBrowserContext* AwBrowserContext
[all...]

Completed in 94 milliseconds