Searched refs:locations_ (Results 1 – 4 of 4) sorted by relevance
223 locations_[event_msg.update.nodes[i].id] = in SendPendingAccessibilityEvents()253 base::hash_map<int, gfx::Rect>::iterator iter = locations_.find(id); in SendLocationChanges()254 if (iter == locations_.end()) in SendLocationChanges()259 if (iter != locations_.end() && iter->second != new_location) { in SendLocationChanges()275 locations_.swap(new_locations); in SendLocationChanges()
87 base::hash_map<int, gfx::Rect> locations_; variable
271 LocationMap locations_; variable
112 locations_[field].push_back(location); in RecordLocation()143 FindOrNull(locations_, field); in GetLocation()