Searched refs:prop_map_ (Results 1 – 2 of 2) sorted by relevance
267 for (std::map<const void*, Value>::const_iterator iter = prop_map_.begin(); in ~Window()268 iter != prop_map_.end(); in ~Window()273 prop_map_.clear(); in ~Window()842 prop_map_.erase(key); in SetPropertyInternal()848 prop_map_[key] = prop_value; in SetPropertyInternal()857 std::map<const void*, Value>::const_iterator iter = prop_map_.find(key); in GetPropertyInternal()858 if (iter == prop_map_.end()) in GetPropertyInternal()
537 std::map<const void*, Value> prop_map_; variable