HomeSort by relevance Sort by last modified time
    Searched defs:LoginHandler (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/login/
login_prompt.h 32 class LoginHandler : public content::ResourceDispatcherHostLoginDelegate,
36 LoginHandler(net::AuthChallengeInfo* auth_info, net::URLRequest* request);
38 // Builds the platform specific LoginHandler. Used from within
40 static LoginHandler* Create(net::AuthChallengeInfo* auth_info,
69 // LoginHandlers so that this LoginHandler has the chance to dismiss itself
82 virtual ~LoginHandler();
164 explicit LoginNotificationDetails(LoginHandler* handler)
166 LoginHandler* handler() const { return handler_; }
171 LoginHandler* handler_; // Where to send the response.
181 AuthSuppliedLoginNotificationDetails(LoginHandler* handler
    [all...]
login_prompt.cc 49 // Helper to remove the ref from an net::URLRequest to the LoginHandler.
81 // LoginHandler
83 LoginHandler::LoginHandler(net::AuthChallengeInfo* auth_info,
95 DCHECK(request_) << "LoginHandler constructed with NULL request";
96 DCHECK(auth_info_.get()) << "LoginHandler constructed with NULL auth info";
98 AddRef(); // matched by LoginHandler::ReleaseSoon().
102 base::Bind(&LoginHandler::AddObservers, this));
110 void LoginHandler::OnRequestCancelled() {
121 void LoginHandler::SetPasswordForm(const autofill::PasswordForm& form)
    [all...]

Completed in 4039 milliseconds