Searched refs:GetPaintBounds (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_separator_views.cc48 gfx::Rect MenuSeparator::GetPaintBounds() { function in class:views::MenuSeparator
67 canvas->FillRect(GetPaintBounds(),
H A Dmenu_separator.h28 gfx::Rect GetPaintBounds();
H A Dmenu_separator_win.cc29 gfx::Rect separator_bounds = GetPaintBounds();
/external/chromium_org/ppapi/utility/graphics/
H A Dpaint_aggregator.h136 // paint_rects or in the rect returned by GetPaintBounds.
141 Rect GetPaintBounds() const;
H A Dpaint_aggregator.cc72 Rect PaintAggregator::InternalPaintUpdate::GetPaintBounds() const { function in class:pp::PaintAggregator::InternalPaintUpdate
104 ret.paint_bounds = update_.GetPaintBounds();
260 Rect bounds = update_.GetPaintBounds();
/external/chromium_org/ui/views/controls/table/
H A Dtable_view.h257 gfx::Rect GetPaintBounds(gfx::Canvas* canvas) const;
H A Dtable_view.cc482 const PaintRegion region(GetPaintRegion(GetPaintBounds(canvas)));
734 gfx::Rect TableView::GetPaintBounds(gfx::Canvas* canvas) const { function in class:views::TableView

Completed in 931 milliseconds