Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/accessibility/
Drenderer_accessibility_complete.cc243 base::hash_map<int, gfx::Rect> new_locations; in SendLocationChanges() local
267 new_locations[id] = new_location; in SendLocationChanges()
275 locations_.swap(new_locations); in SendLocationChanges()
/external/lldb/source/Breakpoint/
DBreakpointLocationList.cpp292 BreakpointLocationList::StartRecordingNewLocations (BreakpointLocationCollection &new_locations) in StartRecordingNewLocations() argument
296 m_new_location_recorder = &new_locations; in StartRecordingNewLocations()
/external/lldb/include/lldb/Breakpoint/
DBreakpointLocationList.h242 StartRecordingNewLocations(BreakpointLocationCollection &new_locations);