Searched refs:match_count_text_ (Results 1 – 2 of 2) sorted by relevance
91 match_count_text_(NULL), in FindBarView()107 match_count_text_ = new views::Label(); in FindBarView()108 match_count_text_->SetFont(rb.GetFont(ResourceBundle::BaseFont)); in FindBarView()109 match_count_text_->SetColor(kTextColorMatchCount); in FindBarView()110 match_count_text_->SetHorizontalAlignment(views::Label::ALIGN_CENTER); in FindBarView()111 AddChildView(match_count_text_); in FindBarView()190 return WideToUTF16Hack(match_count_text_->GetText()); in GetMatchCountText()207 match_count_text_->SetText(UTF16ToWide( in UpdateForResult()217 match_count_text_->SetText(std::wstring()); in UpdateForResult()230 match_count_text_->SetText(L""); in ClearMatchCount()[all …]
131 views::Label* match_count_text_; variable