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

/external/chromium/chrome/browser/autofill/
H A Dform_field.h132 static string16 GetEcmlPattern(const char* ecml_name);
H A Dform_field.cc254 string16 FormField::GetEcmlPattern(const char* ecml_name) { argument
255 return ASCIIToUTF16(std::string("^") + ecml_name);

Completed in 71 milliseconds