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

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_types.cc14 return message.sure && !message.text.empty();
136 ValidityMessage::ValidityMessage(const base::string16& text, bool sure) argument
137 : text(text), sure(sure) {}
H A Dautofill_dialog_types.h202 ValidityMessage(const base::string16& text, bool sure);
208 // If |sure| is true, always display message. If it is false,
211 bool sure; member in struct:autofill::ValidityMessage
H A Dautofill_dialog_controller_impl.cc143 // A helper class to make sure an AutofillDialogView knows when a series of
2009 bool sure = iter->second != MISSING_REQUIRED_FIELD; local
2013 ValidityMessage(text, sure));
2025 bool sure = InputWasEdited(type, iter->second); local
2027 if (sure && status == AddressValidator::RULES_NOT_READY &&
2034 sure = false;
2038 messages.Set(type, ValidityMessage(text, sure));
2128 // If the user clicks while the popup is already showing, be sure to hide
2470 // TODO(estade): not sure why it's necessary to do this explicitly.
2657 // Making sure th
[all...]

Completed in 87 milliseconds