Home
last modified time | relevance | path

Searched refs:first_auth_attempt (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/android_webview/native/
Daw_http_auth_handler.cc22 bool first_auth_attempt) in AwHttpAuthHandler() argument
30 env, reinterpret_cast<intptr_t>(this), first_auth_attempt)); in AwHttpAuthHandler()
72 bool first_auth_attempt) { in Create() argument
73 return new AwHttpAuthHandler(login_delegate, auth_info, first_auth_attempt); in Create()
Daw_http_auth_handler.h34 bool first_auth_attempt);
/external/chromium_org/android_webview/browser/
Daw_login_delegate.cc85 bool first_auth_attempt) { in HandleHttpAuthRequestOnUIThread() argument
89 this, auth_info_.get(), first_auth_attempt)); in HandleHttpAuthRequestOnUIThread()
Daw_http_auth_handler_base.h27 bool first_auth_attempt);
Daw_login_delegate.h36 void HandleHttpAuthRequestOnUIThread(bool first_auth_attempt);