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

/external/chromium_org/components/autofill/core/browser/
H A Dpersonal_data_manager.cc553 const base::string16& field_contents,
594 StartsWith(multi_values[i], field_contents, false) &&
607 base::StringToLowerASCII(field_contents));
651 const base::string16& field_contents,
670 StartsWith(creditcard_field_value, field_contents, false)) {
551 GetProfileSuggestions( const AutofillType& type, const base::string16& field_contents, bool field_is_autofilled, const std::vector<ServerFieldType>& other_field_types, const base::Callback<bool(const AutofillProfile&)>& filter, std::vector<base::string16>* values, std::vector<base::string16>* labels, std::vector<base::string16>* icons, std::vector<GUIDPair>* guid_pairs) argument
649 GetCreditCardSuggestions( const AutofillType& type, const base::string16& field_contents, std::vector<base::string16>* values, std::vector<base::string16>* labels, std::vector<base::string16>* icons, std::vector<GUIDPair>* guid_pairs) argument
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc2104 const base::string16& field_contents,
2112 RebuildInputsForCountry(section, field_contents, true);
2123 if (was_edit && field_contents.empty()) {
2138 field_contents, local
2146 field_contents, local
2099 UserEditedOrActivatedInput( DialogSection section, ServerFieldType type, gfx::NativeView parent_view, const gfx::Rect& content_bounds, const base::string16& field_contents, bool was_edit) argument

Completed in 91 milliseconds