Searched refs:SelectedKeywordView (Results 1 – 4 of 4) sorted by relevance
16 SelectedKeywordView::SelectedKeywordView(const int background_images[], in SelectedKeywordView() function in SelectedKeywordView26 SelectedKeywordView::~SelectedKeywordView() { in ~SelectedKeywordView()29 void SelectedKeywordView::SetFont(const gfx::Font& font) { in SetFont()35 gfx::Size SelectedKeywordView::GetPreferredSize() { in GetPreferredSize()41 gfx::Size SelectedKeywordView::GetMinimumSize() { in GetMinimumSize()47 void SelectedKeywordView::Layout() { in Layout()53 void SelectedKeywordView::SetKeyword(const string16& keyword) { in SetKeyword()
21 class SelectedKeywordView : public IconLabelBubbleView {23 SelectedKeywordView(const int background_images[],27 virtual ~SelectedKeywordView();56 DISALLOW_IMPLICIT_CONSTRUCTORS(SelectedKeywordView);
42 class SelectedKeywordView; variable377 SelectedKeywordView* selected_keyword_view_;
182 selected_keyword_view_ = new SelectedKeywordView( in Init()