Searched defs:chrome_http_auth_handler_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/android/
H A Dlogin_prompt_android.cc35 DCHECK(chrome_http_auth_handler_.get() != NULL);
36 chrome_http_auth_handler_->OnAutofillDataAvailable(
54 chrome_http_auth_handler_.reset(new ChromeHttpAuthHandler(explanation));
55 chrome_http_auth_handler_->Init();
56 chrome_http_auth_handler_->SetObserver(this);
57 chrome_http_auth_handler_->ShowDialog(
76 scoped_ptr<ChromeHttpAuthHandler> chrome_http_auth_handler_; member in class:LoginHandlerAndroid

Completed in 110 milliseconds