Home
last modified time | relevance | path

Searched refs:allowLaunchingApps (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Browser2/src/org/chromium/webview_shell/
DWebViewBrowserActivity.java221 boolean allowLaunchingApps = request.hasGesture() || request.isRedirect(); in createAndInitializeWebView()
222 return startBrowsingIntent(WebViewBrowserActivity.this, url, allowLaunchingApps); in createAndInitializeWebView()
465 boolean allowLaunchingApps) { in startBrowsingIntent() argument
495 if (allowLaunchingApps) { in startBrowsingIntent()