Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/autocomplete/
Dautocomplete_result_view_model.h19 virtual bool IsHoveredIndex(size_t index) const = 0;
Dautocomplete_popup_contents_view.h66 virtual bool IsHoveredIndex(size_t index) const OVERRIDE;
Dautocomplete_result_view.cc231 return model_->IsHoveredIndex(model_index_) ? HOVERED : NORMAL; in GetState()
Dautocomplete_popup_contents_view.cc374 bool AutocompletePopupContentsView::IsHoveredIndex(size_t index) const { in IsHoveredIndex() function in AutocompletePopupContentsView
/external/chromium_org/chrome/browser/ui/views/omnibox/
Domnibox_result_view_model.h20 virtual bool IsHoveredIndex(size_t index) const = 0;
Domnibox_popup_contents_view.h53 virtual bool IsHoveredIndex(size_t index) const OVERRIDE;
Domnibox_popup_contents_view.cc263 bool OmniboxPopupContentsView::IsHoveredIndex(size_t index) const { in IsHoveredIndex() function in OmniboxPopupContentsView
Domnibox_result_view.cc222 return model_->IsHoveredIndex(model_index_) ? HOVERED : NORMAL; in GetState()