Home
last modified time | relevance | path

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

/external/chromium_org/ash/system/ime/
Dtray_ime.cc157 std::map<views::View*, std::string>::const_iterator ime_find; in OnViewClicked() local
158 ime_find = ime_map_.find(sender); in OnViewClicked()
159 if (ime_find != ime_map_.end()) { in OnViewClicked()
162 std::string ime_id = ime_find->second; in OnViewClicked()