Home
last modified time | relevance | path

Searched refs:painter_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.h359 scoped_ptr<views::HorizontalPainter> painter_; variable
Dlocation_bar_view.cc127 painter_.reset(new views::HorizontalPainter(kNormalModeBackgroundImages)); in LocationBarView()
672 if (painter_.get()) { in OnPaint()
673 painter_->Paint(width(), height(), canvas); in OnPaint()