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.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.
73 DISALLOW_COPY_AND_ASSIGN(MenuHost);
menu_host.cc 28 // MenuHost, public:
30 MenuHost::MenuHost(SubmenuView* submenu)
37 MenuHost::~MenuHost() {
40 void MenuHost::InitMenuHost(Widget* parent,
44 TRACE_EVENT0("views", "MenuHost::InitMenuHost");
71 bool MenuHost::IsMenuHostVisible() {
75 void MenuHost::ShowMenuHost(bool do_capture) {
90 void MenuHost::HideMenuHost()
    [all...]
submenu_view.h 17 class MenuHost;
130 // references to the MenuHost as the MenuHost is about to be deleted.
181 MenuHost* host_;
submenu_view.cc 306 host_ = new MenuHost(this);
381 // Otherwise MenuHost would delete us.

Completed in 24 milliseconds