Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/controls/menu/
Dmenu_item_view.cc799 gfx::Rect radio_bounds(icon_x, in PaintButton() local
803 AdjustBoundsForRTLUI(&radio_bounds); in PaintButton()
804 canvas->DrawImageInt(image, radio_bounds.x(), radio_bounds.y()); in PaintButton()