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.h 40 class AwBrowserContext : public content::BrowserContext,
44 AwBrowserContext(const base::FilePath path,
46 virtual ~AwBrowserContext();
49 static AwBrowserContext* GetDefault();
51 // Convenience method to returns the AwBrowserContext corresponding to the
53 static AwBrowserContext* FromWebContents(
123 DISALLOW_COPY_AND_ASSIGN(AwBrowserContext);
aw_browser_context.cc 62 AwBrowserContext* g_browser_context = NULL;
66 AwBrowserContext::AwBrowserContext(
80 AwBrowserContext::~AwBrowserContext() {
86 AwBrowserContext* AwBrowserContext::GetDefault() {
93 AwBrowserContext* AwBrowserContext::FromWebContents(
96 return static_cast<AwBrowserContext*>(web_contents->GetBrowserContext())
    [all...]
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwBrowserContext.java 16 * being able to use a single browser context, currently there can only be one AwBrowserContext
21 public class AwBrowserContext {
32 public AwBrowserContext(SharedPreferences sharedPreferences) {

Completed in 1038 milliseconds