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 531 * @param browserContext the browsing context to associate this view contents with.
541 public AwContents(AwBrowserContext browserContext, ViewGroup containerView, Context context,
544 this(browserContext, containerView, context, internalAccessAdapter, nativeGLDelegate,
555 public AwContents(AwBrowserContext browserContext, ViewGroup containerView, Context context,
559 mBrowserContext = browserContext;
    [all...]

Completed in 362 milliseconds