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

  /external/chromium/chrome/browser/ui/views/location_bar/
keyword_hint_view.h 22 // 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 {
32 explicit KeywordHintView(Profile* profile);
33 virtual ~KeywordHintView();
59 DISALLOW_IMPLICIT_CONSTRUCTORS(KeywordHintView);
keyword_hint_view.cc 26 KeywordHintView::KeywordHintView(Profile* profile) : profile_(profile) {
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::GetMinimumSize()
    [all...]
location_bar_view.h 38 class KeywordHintView;
386 KeywordHintView* keyword_hint_view_;
location_bar_view.cc 191 keyword_hint_view_ = new KeywordHintView(profile_);
    [all...]

Completed in 497 milliseconds