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

  /external/chromium_org/ui/views/
painter.h 37 static void PaintPainterAt(gfx::Canvas* canvas,
background.cc 49 Painter::PaintPainterAt(canvas, painter_, view->GetLocalBounds());
border.cc 109 Painter::PaintPainterAt(canvas, painter_.get(), view.GetLocalBounds());
painter.cc 219 void Painter::PaintPainterAt(gfx::Canvas* canvas,
234 PaintPainterAt(canvas, focus_painter, view->GetLocalBounds());
  /external/chromium_org/ui/views/controls/button/
label_button_border.cc 47 Painter::PaintPainterAt(canvas, painter, rect);
  /external/chromium_org/ui/views/bubble/
bubble_border.cc 207 Painter::PaintPainterAt(canvas, images_->border_painter.get(), bounds);
215 Painter::PaintPainterAt(canvas, images_->border_painter.get(), bounds);
  /external/chromium_org/chrome/browser/ui/views/
find_bar_view.cc 261 views::Painter::PaintPainterAt(canvas, find_text_border_.get(), text_bounds);
  /external/chromium_org/ui/views/controls/combobox/
combobox.cc 725 Painter::PaintPainterAt(canvas, text_button_painter,
733 Painter::PaintPainterAt(canvas, text_button_hovered_painter,
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc 727 views::Painter::PaintPainterAt(
    [all...]
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc     [all...]

Completed in 135 milliseconds