Home
last modified time | relevance | path

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

/external/chromium_org/components/autofill/core/browser/
Daddress_field.cc30 base::string16 attention_ignored = UTF8ToUTF16(autofill::kAttentionIgnoredRe); in Parse() local
46 } else if (ParseField(scanner, attention_ignored, NULL) || in Parse()
/external/chromium/chrome/browser/autofill/
Daddress_field.cc94 string16 attention_ignored = in Parse() local
108 } else if (ParseText(&q, attention_ignored) || in Parse()