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

/frameworks/base/core/java/android/webkit/
H A DWebViewClient.java358 public void onReceivedLoginRequest(WebView view, String realm, method in class:WebViewClient
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java848 public void onReceivedLoginRequest(String realm, String account, String args) { method in class:WebViewContentsClientAdapter
850 if (TRACE) Log.d(TAG, "onReceivedLoginRequest=" + realm);
851 mWebViewClient.onReceivedLoginRequest(mWebView, realm, account, args);

Completed in 44 milliseconds