Searched defs:MenuConfig (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_config.cc11 MenuConfig::MenuConfig(const ui::NativeTheme* theme) function in class:views::MenuConfig
49 MenuConfig::~MenuConfig() {}
H A Dmenu_config.h19 // the MenuConfig for the current platform.
20 struct VIEWS_EXPORT MenuConfig { struct in namespace:views
21 explicit MenuConfig(const ui::NativeTheme* theme);
22 ~MenuConfig();
24 static const MenuConfig& instance(const ui::NativeTheme* theme);
130 // Configures a MenuConfig as appropriate for the current platform.

Completed in 136 milliseconds