Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/autocomplete/
Dautocomplete_popup_contents_view.cc642 gfx::Point point_in_child_coords(point); in GetIndexForPoint() local
643 View::ConvertPointToView(this, child, &point_in_child_coords); in GetIndexForPoint()
644 if (child->HitTest(point_in_child_coords)) in GetIndexForPoint()