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

/packages/apps/Browser/tests/src/com/android/browser/
H A DTestWebViewClient.java105 public void onReceivedHttpAuthRequest(WebView view, method in class:TestWebViewClient
107 mWrappedClient.onReceivedHttpAuthRequest(view, handler, host, realm);
/packages/apps/Browser/src/com/android/browser/
H A DWebViewController.java73 void onReceivedHttpAuthRequest(Tab tab, WebView view, final HttpAuthHandler handler, method in interface:WebViewController
H A DPreloadController.java148 public void onReceivedHttpAuthRequest(Tab tab, WebView view, method in class:PreloadController
151 if (LOGD_ENABLED) Log.d(LOGTAG, "onReceivedHttpAuthRequest()");
H A DTab.java600 public void onReceivedHttpAuthRequest(WebView view,
603 mWebViewController.onReceivedHttpAuthRequest(Tab.this, view, handler, host, realm);
1066 public void onReceivedHttpAuthRequest(WebView view, method in class:Tab.SubWindowClient
1068 mClient.onReceivedHttpAuthRequest(view, handler, host, realm);
H A DController.java1001 public void onReceivedHttpAuthRequest(Tab tab, WebView view, method in class:Controller

Completed in 392 milliseconds