Home
last modified time | relevance | path

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

/external/chromium_org/ash/system/ime/
Dtray_ime.cc166 std::map<views::View*, std::string>::const_iterator prop_find; in OnViewClicked() local
167 prop_find = property_map_.find(sender); in OnViewClicked()
168 if (prop_find != property_map_.end()) { in OnViewClicked()
169 const std::string key = prop_find->second; in OnViewClicked()