OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HandleOnUIThread
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/android_webview/browser/
aw_http_auth_handler_base.h
32
virtual bool
HandleOnUIThread
(content::WebContents*) = 0;
aw_login_delegate.cc
95
if (!aw_http_auth_handler_->
HandleOnUIThread
(web_contents)) {
/external/chromium_org/android_webview/native/
aw_http_auth_handler.h
38
virtual bool
HandleOnUIThread
(content::WebContents* web_contents) OVERRIDE;
aw_http_auth_handler.cc
59
bool AwHttpAuthHandler::
HandleOnUIThread
(content::WebContents* web_contents) {
Completed in 334 milliseconds