Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/spellchecker/
Dfeedback.cc181 const TextHashesMap::const_iterator text_it = text_.find(misspelled_text); in FindMisspellings() local
182 return text_it == text_.end() ? empty_hash_collection_ : text_it->second; in FindMisspellings()
/external/chromium_org/chrome/browser/ui/views/autofill/
Dautofill_dialog_views.cc2407 for (TextfieldMap::const_iterator text_it = it->second.textfields.begin(); in TypeForTextfield() local
2408 text_it != it->second.textfields.end(); ++text_it) { in TypeForTextfield()
2409 if (expanding == text_it->second) in TypeForTextfield()
2410 return text_it->first; in TypeForTextfield()