Searched defs:KeywordHintView (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/location_bar/
H A Dkeyword_hint_view.cc26 KeywordHintView::KeywordHintView(Profile* profile) : profile_(profile) { function in class:KeywordHintView
38 KeywordHintView::~KeywordHintView() {
41 void KeywordHintView::SetFont(const gfx::Font& font) {
46 void KeywordHintView::SetColor(const SkColor& color) {
51 void KeywordHintView::SetKeyword(const string16& keyword) {
82 void KeywordHintView::OnPaint(gfx::Canvas* canvas) {
98 gfx::Size KeywordHintView::GetPreferredSize() {
109 gfx::Size KeywordHintView
[all...]
H A Dkeyword_hint_view.h22 // KeywordHintView is used by the location bar view to display a hint to the
25 // Internally KeywordHintView uses two labels to render the text, and draws
30 class KeywordHintView : public views::View { class in inherits:views::View
32 explicit KeywordHintView(Profile* profile);
33 virtual ~KeywordHintView();
59 DISALLOW_IMPLICIT_CONSTRUCTORS(KeywordHintView);
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dkeyword_hint_view.cc25 KeywordHintView::KeywordHintView(Profile* profile, function in class:KeywordHintView
42 KeywordHintView::~KeywordHintView() {
45 void KeywordHintView::SetKeyword(const string16& keyword) {
69 gfx::Size KeywordHintView::GetPreferredSize() {
77 gfx::Size KeywordHintView::GetMinimumSize() {
82 void KeywordHintView::Layout() {
96 views::Label* KeywordHintView::CreateLabel(const gfx::Font& font,
H A Dkeyword_hint_view.h25 // 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 { class in inherits:views::View
35 KeywordHintView(Profile* profile,
40 virtual ~KeywordHintView();
62 DISALLOW_COPY_AND_ASSIGN(KeywordHintView);

Completed in 286 milliseconds