Searched refs:contentUrl (Results 1 - 1 of 1) sorted by relevance

/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java580 public void onStartContentIntent(Context context, String contentUrl) { argument
582 if (TRACE) Log.d(TAG, "shouldOverrideUrlLoading=" + contentUrl);
583 mWebViewClient.shouldOverrideUrlLoading(mWebView, contentUrl);

Completed in 26 milliseconds