Home | History | Annotate | Download | only in autofill

Lines Matching refs:textfields

1363       group->textfields.find(originating_type);
1364 if (text_mapping != group->textfields.end())
1385 for (TextfieldMap::const_iterator it = group->textfields.begin();
1386 it != group->textfields.end(); ++it) {
1926 TextfieldMap* textfields = &group->textfields;
1927 textfields->clear();
1958 textfields->insert(std::make_pair(input.type, field));
2050 TextfieldMap::iterator text_mapping = group->textfields.find(input.type);
2051 if (text_mapping != group->textfields.end()) {
2170 for (TextfieldMap::const_iterator iter = group->textfields.begin();
2171 iter != group->textfields.end(); ++iter) {
2205 for (TextfieldMap::const_iterator iter = group.textfields.begin();
2206 iter != group.textfields.end(); ++iter) {
2350 // Textfields need to check a second case, since they can be suggested
2385 TextfieldMap::const_iterator text_mapping = group.textfields.find(type);
2386 textfields.end())
2407 for (TextfieldMap::const_iterator text_it = it->second.textfields.begin();
2408 text_it != it->second.textfields.end(); ++text_it) {
2460 TextfieldMap* textfields = &GroupForSection(section)->textfields;
2461 for (TextfieldMap::const_iterator textfield_it = textfields->begin();
2462 textfield_it != textfields->end();
2484 TextfieldMap::iterator text_mapping = group->textfields.find(input.type);
2485 if (text_mapping != group->textfields.end()) {