Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/accessibility/
Drenderer_accessibility_complete.cc223 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()
Drenderer_accessibility_complete.h87 base::hash_map<int, gfx::Rect> locations_; variable
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Dtext_format.h271 LocationMap locations_; variable
Dtext_format.cc112 locations_[field].push_back(location); in RecordLocation()
143 FindOrNull(locations_, field); in GetLocation()