Searched refs:HandleOnUIThread (Results 1 – 4 of 4) sorted by relevance
32 virtual bool HandleOnUIThread(content::WebContents*) = 0;
95 if (!aw_http_auth_handler_->HandleOnUIThread(web_contents)) { in HandleHttpAuthRequestOnUIThread()
38 virtual bool HandleOnUIThread(content::WebContents* web_contents) OVERRIDE;
59 bool AwHttpAuthHandler::HandleOnUIThread(content::WebContents* web_contents) { in HandleOnUIThread() function in android_webview::AwHttpAuthHandler