Home
last modified time | relevance | path

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

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