Home
last modified time | relevance | path

Searched refs:HorizontalPainter (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/views/location_bar/
Dicon_label_bubble_view.h56 views::HorizontalPainter background_painter_;
Dlocation_bar_view.h49 class HorizontalPainter; variable
359 scoped_ptr<views::HorizontalPainter> painter_;
Dlocation_bar_view.cc127 painter_.reset(new views::HorizontalPainter(kNormalModeBackgroundImages)); in LocationBarView()