Searched refs:menu_background (Results 1 - 9 of 9) sorted by relevance

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

Completed in 181 milliseconds