Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/autocomplete/
Dautocomplete_popup_contents_view.cc427 size_t index = GetIndexForPoint(event.location()); in OnMousePressed()
438 size_t index = GetIndexForPoint(event.location()); in OnMouseDragged()
453 size_t index = GetIndexForPoint(event.location()); in OnMouseReleased()
466 model_->SetHoveredLine(GetIndexForPoint(event.location())); in OnMouseMoved()
471 model_->SetHoveredLine(GetIndexForPoint(event.location())); in OnMouseEntered()
633 size_t AutocompletePopupContentsView::GetIndexForPoint( in GetIndexForPoint() function in AutocompletePopupContentsView
Dautocomplete_popup_contents_view.h139 size_t GetIndexForPoint(const gfx::Point& point);