Searched refs:IsHoveredIndex (Results 1 – 4 of 4) 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