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

/external/chromium_org/android_webview/browser/
H A Daw_http_auth_handler_base.h32 virtual bool HandleOnUIThread(content::WebContents*) = 0;
H A Daw_login_delegate.cc95 if (!aw_http_auth_handler_->HandleOnUIThread(web_contents)) {
/external/chromium_org/android_webview/native/
H A Daw_http_auth_handler.h38 virtual bool HandleOnUIThread(content::WebContents* web_contents) OVERRIDE;
H A Daw_http_auth_handler.cc59 bool AwHttpAuthHandler::HandleOnUIThread(content::WebContents* web_contents) { function in class:android_webview::AwHttpAuthHandler

Completed in 87 milliseconds