HomeSort by relevance Sort by last modified time
    Searched refs:AwLoginDelegate (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/android_webview/browser/
aw_login_delegate.cc 40 AwLoginDelegate::AwLoginDelegate(net::AuthChallengeInfo* auth_info,
59 base::Bind(&AwLoginDelegate::HandleHttpAuthRequestOnUIThread,
64 AwLoginDelegate::~AwLoginDelegate() {
70 void AwLoginDelegate::Proceed(const base::string16& user,
74 base::Bind(&AwLoginDelegate::ProceedOnIOThread,
78 void AwLoginDelegate::Cancel() {
81 base::Bind(&AwLoginDelegate::CancelOnIOThread, this));
84 void AwLoginDelegate::HandleHttpAuthRequestOnUIThread
    [all...]
aw_http_auth_handler_base.h 18 class AwLoginDelegate;
25 static AwHttpAuthHandlerBase* Create(AwLoginDelegate* login_delegate,
31 // AwLoginDelegate.
aw_login_delegate.h 21 class AwLoginDelegate :
24 AwLoginDelegate(net::AuthChallengeInfo* auth_info,
35 virtual ~AwLoginDelegate();
  /external/chromium_org/android_webview/native/
aw_http_auth_handler.h 29 // One instance of this class is created per underlying AwLoginDelegate.
32 AwHttpAuthHandler(AwLoginDelegate* login_delegate,
44 scoped_refptr<AwLoginDelegate> login_delegate_;
aw_http_auth_handler.cc 20 AwHttpAuthHandler::AwHttpAuthHandler(AwLoginDelegate* login_delegate,
70 AwLoginDelegate* login_delegate,
  /external/chromium_org/android_webview/browser/renderer_host/
aw_resource_dispatcher_host_delegate.cc 297 return new AwLoginDelegate(auth_info, request);

Completed in 1408 milliseconds