Searched refs:popup_input_type_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.h250 return popup_input_type_;
762 ServerFieldType popup_input_type_; member in class:autofill::AutofillDialogControllerImpl
H A Dautofill_dialog_controller_impl.cc2165 // |popup_input_type_| must be set before calling |Show()|.
2166 popup_input_type_ = type;
2195 return popup_input_type_ == UNKNOWN_TYPE;
2408 DCHECK_NE(UNKNOWN_TYPE, popup_input_type_);
2411 const ServerFieldType popup_input_type = popup_input_type_;
2835 popup_input_type_(UNKNOWN_TYPE),
3530 popup_input_type_ = UNKNOWN_TYPE;

Completed in 1521 milliseconds