Home
last modified time | relevance | path

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

/external/chromium_org/ui/message_center/views/
Dnotification_view.cc236 gfx::Rect slice_bounds = content_bounds; in OnPaint() local
237 slice_bounds.set_width(slice_width); in OnPaint()
239 slice_path.addRoundRect(gfx::RectToSkRect(slice_bounds), in OnPaint()