Home
last modified time | relevance | path

Searched refs:SelectedKeywordView (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/location_bar/
Dselected_keyword_view.cc16 SelectedKeywordView::SelectedKeywordView(const int background_images[], in SelectedKeywordView() function in SelectedKeywordView
26 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()
Dselected_keyword_view.h21 class SelectedKeywordView : public IconLabelBubbleView {
23 SelectedKeywordView(const int background_images[],
27 virtual ~SelectedKeywordView();
56 DISALLOW_IMPLICIT_CONSTRUCTORS(SelectedKeywordView);
Dlocation_bar_view.h42 class SelectedKeywordView; variable
377 SelectedKeywordView* selected_keyword_view_;
Dlocation_bar_view.cc182 selected_keyword_view_ = new SelectedKeywordView( in Init()