Searched refs:ParseEmptyText (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/autofill/
H A Dname_field.cc63 ParseEmptyText(&q, &next)) {
64 if (ParseEmptyText(&q, &v->last_name_)) {
H A Daddress_field.cc229 if (!ParseEmptyText(iter, &address_field->address2_))
235 if (!ParseEmptyText(iter, &address_field->address2_))
247 if (!ParseEmptyText(iter, NULL))
H A Dform_field.h105 static bool ParseEmptyText(std::vector<AutofillField*>::const_iterator* iter,
H A Dform_field.cc185 bool FormField::ParseEmptyText( function in class:FormField

Completed in 361 milliseconds