HomeSort by relevance Sort by last modified time
    Searched defs:KeywordHintView (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/location_bar/
keyword_hint_view.cc 25 KeywordHintView::KeywordHintView(Profile* profile,
41 KeywordHintView::~KeywordHintView() {
44 void KeywordHintView::SetKeyword(const base::string16& keyword) {
68 gfx::Size KeywordHintView::GetPreferredSize() const {
76 gfx::Size KeywordHintView::GetMinimumSize() const {
81 void KeywordHintView::Layout() {
95 views::Label* KeywordHintView::CreateLabel(const gfx::FontList& font_list,
keyword_hint_view.h 25 // KeywordHintView is used by the location bar view to display a hint to the
28 // Internally KeywordHintView uses two labels to render the text, and draws
33 class KeywordHintView : public views::View {
35 KeywordHintView(Profile* profile,
39 virtual ~KeywordHintView();
60 DISALLOW_COPY_AND_ASSIGN(KeywordHintView);

Completed in 575 milliseconds