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

  /external/chromium_org/content/shell/android/
shell_manager.cc 60 ShellBrowserContext* browserContext =
63 Shell::CreateNewWindow(browserContext,
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewChromiumFactoryProvider.java 443 AwBrowserContext browserContext = getBrowserContextLocked();
445 browserContext.getFormDatabase(),
446 browserContext.getHttpAuthDatabase(context));
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContents.java 533 * @param browserContext the browsing context to associate this view contents with.
543 public AwContents(AwBrowserContext browserContext, ViewGroup containerView, Context context,
546 this(browserContext, containerView, context, internalAccessAdapter, nativeGLDelegate,
557 public AwContents(AwBrowserContext browserContext, ViewGroup containerView, Context context,
561 mBrowserContext = browserContext;
    [all...]

Completed in 67 milliseconds