Searched refs:KeywordHintView (Results 1 – 4 of 4) sorted by relevance
25 KeywordHintView::KeywordHintView(Profile* profile, in KeywordHintView() function in KeywordHintView41 KeywordHintView::~KeywordHintView() { in ~KeywordHintView()44 void KeywordHintView::SetKeyword(const base::string16& keyword) { in SetKeyword()68 gfx::Size KeywordHintView::GetPreferredSize() const { in GetPreferredSize()76 gfx::Size KeywordHintView::GetMinimumSize() const { in GetMinimumSize()81 void KeywordHintView::Layout() { in Layout()95 views::Label* KeywordHintView::CreateLabel(const gfx::FontList& font_list, in CreateLabel()
33 class KeywordHintView : public views::View {35 KeywordHintView(Profile* profile,39 virtual ~KeywordHintView();60 DISALLOW_COPY_AND_ASSIGN(KeywordHintView);
38 class KeywordHintView; variable455 KeywordHintView* keyword_hint_view_;
295 keyword_hint_view_ = new KeywordHintView( in Init()