Searched refs:text_it (Results 1 – 2 of 2) sorted by relevance
181 const TextHashesMap::const_iterator text_it = text_.find(misspelled_text); in FindMisspellings() local182 return text_it == text_.end() ? empty_hash_collection_ : text_it->second; in FindMisspellings()
2407 for (TextfieldMap::const_iterator text_it = it->second.textfields.begin(); in TypeForTextfield() local2408 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()