Searched refs:IsHoveredIndex (Results 1 – 8 of 8) sorted by relevance
19 virtual bool IsHoveredIndex(size_t index) const = 0;
66 virtual bool IsHoveredIndex(size_t index) const OVERRIDE;
231 return model_->IsHoveredIndex(model_index_) ? HOVERED : NORMAL; in GetState()
374 bool AutocompletePopupContentsView::IsHoveredIndex(size_t index) const { in IsHoveredIndex() function in AutocompletePopupContentsView
20 virtual bool IsHoveredIndex(size_t index) const = 0;
53 virtual bool IsHoveredIndex(size_t index) const OVERRIDE;
263 bool OmniboxPopupContentsView::IsHoveredIndex(size_t index) const { in IsHoveredIndex() function in OmniboxPopupContentsView
222 return model_->IsHoveredIndex(model_index_) ? HOVERED : NORMAL; in GetState()