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

  /external/chromium_org/ui/views/controls/menu/
menu_separator_views.cc 48 gfx::Rect MenuSeparator::GetPaintBounds() {
67 canvas->FillRect(GetPaintBounds(),
menu_separator.h 28 gfx::Rect GetPaintBounds();
menu_separator_win.cc 29 gfx::Rect separator_bounds = GetPaintBounds();
  /external/chromium_org/ppapi/utility/graphics/
paint_aggregator.h 136 // paint_rects or in the rect returned by GetPaintBounds.
141 Rect GetPaintBounds() const;
paint_aggregator.cc 72 Rect PaintAggregator::InternalPaintUpdate::GetPaintBounds() const {
104 ret.paint_bounds = update_.GetPaintBounds();
260 Rect bounds = update_.GetPaintBounds();
  /external/chromium_org/ui/views/controls/table/
table_view.h 257 gfx::Rect GetPaintBounds(gfx::Canvas* canvas) const;
table_view.cc 482 const PaintRegion region(GetPaintRegion(GetPaintBounds(canvas)));
734 gfx::Rect TableView::GetPaintBounds(gfx::Canvas* canvas) const {

Completed in 193 milliseconds