Searched refs:candidate_label (Results 1 – 2 of 2) sorted by relevance
151 views::Label* candidate_label = NULL; in CreateCandidateLabel() local156 candidate_label = new VerticalCandidateLabel; in CreateCandidateLabel()158 candidate_label = new views::Label; in CreateCandidateLabel()162 candidate_label->SetFont( in CreateCandidateLabel()163 candidate_label->font().DeriveFont(kFontSizeDelta)); in CreateCandidateLabel()164 candidate_label->SetHorizontalAlignment(gfx::ALIGN_LEFT); in CreateCandidateLabel()166 return candidate_label; in CreateCandidateLabel()230 scoped_ptr<views::Label> candidate_label( in ComputeCandidateColumnSize() local247 candidate_label->SetText( in ComputeCandidateColumnSize()249 gfx::Size text_size = candidate_label->GetPreferredSize(); in ComputeCandidateColumnSize()
181 views::Label* candidate_label = NULL; in CreateCandidateLabel() local186 candidate_label = new VerticalCandidateLabel; in CreateCandidateLabel()188 candidate_label = new views::Label; in CreateCandidateLabel()192 candidate_label->SetFont( in CreateCandidateLabel()193 candidate_label->font().DeriveFont(kFontSizeDelta)); in CreateCandidateLabel()194 candidate_label->SetHorizontalAlignment(views::Label::ALIGN_LEFT); in CreateCandidateLabel()196 return candidate_label; in CreateCandidateLabel()252 scoped_ptr<views::Label> candidate_label( in ComputeCandidateColumnWidth() local266 candidate_label->SetText( in ComputeCandidateColumnWidth()270 candidate_label->GetPreferredSize().width()); in ComputeCandidateColumnWidth()