Searched defs:prop_find (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/system/ime/
H A Dtray_ime.cc189 std::map<views::View*, std::string>::const_iterator prop_find; variable
190 prop_find = property_map_.find(sender);
191 if (prop_find != property_map_.end()) {
192 const std::string key = prop_find->second;

Completed in 261 milliseconds