Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/login/
Dlogin_prompt_ui.cc84 has_autofill_(false), in LoginHandlerHtmlDelegate()
150 bool has_autofill_; member in LoginHandlerHtmlDelegate
225 has_autofill_ = true; in ShowAutofillData()
230 if (!closed_ && web_ui_ && has_autofill_ && ready_for_autofill_) { in SendAutofillData()