Home
last modified time | relevance | path

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

/external/chromium_org/ui/native_theme/
Dnative_theme_aura.cc102 const MenuBackgroundExtraParams& menu_background) const { in PaintMenuPopupBackground()
104 if (menu_background.corner_radius > 0) { in PaintMenuPopupBackground()
113 SkScalar radius = SkIntToScalar(menu_background.corner_radius); in PaintMenuPopupBackground()
Dnative_theme_mac.h39 const MenuBackgroundExtraParams& menu_background) const OVERRIDE;
Dnative_theme_aura.h31 const MenuBackgroundExtraParams& menu_background) const OVERRIDE;
Dnative_theme.h205 MenuBackgroundExtraParams menu_background; member
Dnative_theme_base.h105 const MenuBackgroundExtraParams& menu_background) const;
Dnative_theme_base.cc217 PaintMenuPopupBackground(canvas, rect.size(), extra.menu_background); in Paint()
786 const MenuBackgroundExtraParams& menu_background) const { in PaintMenuPopupBackground()
Dnative_theme_mac.mm331 const MenuBackgroundExtraParams& menu_background) const {
/external/chromium_org/chrome/browser/ui/libgtk2ui/
Dnative_theme_gtk2.h37 const MenuBackgroundExtraParams& menu_background) const OVERRIDE;
Dnative_theme_gtk2.cc163 const MenuBackgroundExtraParams& menu_background) const { in PaintMenuPopupBackground()
164 if (menu_background.corner_radius > 0) { in PaintMenuPopupBackground()
173 SkScalar radius = SkIntToScalar(menu_background.corner_radius); in PaintMenuPopupBackground()
/external/chromium_org/ui/views/controls/menu/
Dmenu_scroll_view_container.cc214 extra.menu_background.corner_radius = menu_config.corner_radius; in OnPaintBackground()