Searched defs:GetLocalBounds (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/ui/views/
H A Dview.cc312 gfx::Rect contents_bounds(GetLocalBounds());
318 gfx::Rect View::GetLocalBounds() const { function in class:views::View
333 gfx::Rect vis_bounds(GetLocalBounds());
753 SchedulePaintInRect(GetLocalBounds());
1458 SetLayerBounds(GetLocalBounds() + offset);
1917 SetLayerBounds(GetLocalBounds() +
2187 layer()->SetBounds(GetLocalBounds() + offset);
2191 layer()->SchedulePaint(GetLocalBounds());
/external/chromium_org/ash/frame/
H A Ddefault_header_painter.cc169 TileRoundRect(canvas, paint, GetLocalBounds(), corner_radius);
229 view_->SchedulePaintInRect(GetLocalBounds());
326 gfx::Rect DefaultHeaderPainter::GetLocalBounds() const { function in class:ash::DefaultHeaderPainter

Completed in 38 milliseconds