Searched refs:marker_it (Results 1 – 1 of 1) sorted by relevance
285 MarkerMap::const_iterator marker_it = marker_map.find(result_it->location); in OnSpellcheckResults() local286 if (marker_it != marker_map.end() && in OnSpellcheckResults()287 feedback_.HasMisspelling(marker_it->second)) { in OnSpellcheckResults()290 result_it->hash = marker_it->second; in OnSpellcheckResults()