HomeSort by relevance Sort by last modified time
    Searched refs:MenuHost (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/views/controls/menu/
menu_host.cc 26 // MenuHost, public:
28 MenuHost::MenuHost(SubmenuView* submenu)
34 MenuHost::~MenuHost() {
37 void MenuHost::InitMenuHost(Widget* parent,
41 TRACE_EVENT0("views", "MenuHost::InitMenuHost");
68 bool MenuHost::IsMenuHostVisible() {
72 void MenuHost::ShowMenuHost(bool do_capture) {
82 void MenuHost::HideMenuHost()
    [all...]
menu_host.h 19 // SubmenuView uses a MenuHost to house the SubmenuView.
21 // SubmenuView owns the MenuHost. When SubmenuView is done with the MenuHost
25 // to the MenuHost.
26 class MenuHost : public Widget {
28 explicit MenuHost(SubmenuView* submenu);
29 virtual ~MenuHost();
31 // Initializes and shows the MenuHost.
74 DISALLOW_COPY_AND_ASSIGN(MenuHost);
submenu_view.h 17 class MenuHost;
132 // references to the MenuHost as the MenuHost is about to be deleted.
183 MenuHost* host_;
submenu_view.cc 306 host_ = new MenuHost(this);
381 // Otherwise MenuHost would delete us.

Completed in 3967 milliseconds