HomeSort by relevance Sort by last modified time
    Searched defs:AwBrowserContext (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/android_webview/browser/
aw_browser_context.cc 47 AwBrowserContext* g_browser_context = NULL;
62 bool AwBrowserContext::data_reduction_proxy_enabled_ = false;
64 AwBrowserContext::AwBrowserContext(
77 AwBrowserContext::~AwBrowserContext() {
83 AwBrowserContext* AwBrowserContext::GetDefault() {
90 AwBrowserContext* AwBrowserContext::FromWebContents
    [all...]
aw_browser_context.h 52 class AwBrowserContext : public content::BrowserContext,
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);
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwBrowserContext.java 17 * being able to use a single browser context, currently there can only be one AwBrowserContext
20 public class AwBrowserContext {
32 public AwBrowserContext(SharedPreferences sharedPreferences) {

Completed in 1271 milliseconds