Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/location_bar/
Dkeyword_hint_view.cc25 KeywordHintView::KeywordHintView(Profile* profile, in KeywordHintView() function in KeywordHintView
41 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()
Dkeyword_hint_view.h33 class KeywordHintView : public views::View {
35 KeywordHintView(Profile* profile,
39 virtual ~KeywordHintView();
60 DISALLOW_COPY_AND_ASSIGN(KeywordHintView);
Dlocation_bar_view.h38 class KeywordHintView; variable
455 KeywordHintView* keyword_hint_view_;
Dlocation_bar_view.cc295 keyword_hint_view_ = new KeywordHintView( in Init()