Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/omnibox/
Domnibox_popup_contents_view.cc340 model_->SetHoveredLine(GetIndexForPoint(event.location())); in OnMouseMoved()
345 model_->SetHoveredLine(GetIndexForPoint(event.location())); in OnMouseEntered()
467 size_t OmniboxPopupContentsView::GetIndexForPoint( in GetIndexForPoint() function in OmniboxPopupContentsView
487 size_t index = GetIndexForPoint(event.location()); in UpdateLineEvent()
496 size_t index = GetIndexForPoint(event.location()); in OpenSelectedLine()
Domnibox_popup_contents_view.h122 size_t GetIndexForPoint(const gfx::Point& point);
/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);