Searched refs:CandidateView (Results 1 – 6 of 6) sorted by relevance
135 CandidateView::CandidateView( in CandidateView() function in ash::ime::CandidateView167 void CandidateView::GetPreferredWidths(int* shortcut_width, in GetPreferredWidths()173 void CandidateView::SetWidths(int shortcut_width, int candidate_width) { in SetWidths()179 void CandidateView::SetEntry(const ui::CandidateWindow::Entry& entry) { in SetEntry()188 void CandidateView::SetInfolistIcon(bool enable) { in SetInfolistIcon()194 void CandidateView::SetHighlighted(bool highlighted) { in SetHighlighted()210 CandidateView* view = in SetHighlighted()211 static_cast<CandidateView*>((parent()->child_at(i))); in SetHighlighted()222 void CandidateView::StateChanged() { in StateChanged()228 bool CandidateView::OnMouseDragged(const ui::MouseEvent& event) { in OnMouseDragged()[all …]
19 class ASH_EXPORT CandidateView : public views::CustomButton {21 CandidateView(views::ButtonListener* listener,23 virtual ~CandidateView() {} in ~CandidateView()69 DISALLOW_COPY_AND_ASSIGN(CandidateView);
47 CandidateView* candidate = new CandidateView( in SetUp()71 CandidateView* GetCandidateAt(int index) { in GetCandidateAt()72 return static_cast<CandidateView*>(container_->child_at(index)); in GetCandidateAt()
16 class CandidateView; variable103 std::vector<CandidateView*> candidate_views_;
280 CandidateView* candidate_view = candidate_views_[index_in_page]; in UpdateCandidates()366 CandidateView* new_candidate = new CandidateView(this, orientation); in MaybeInitializeCandidateViews()
89 CandidateView* GetCandidateAt(size_t i) { in GetCandidateAt()105 const CandidateView* row) { in ExpectLabels()