Home
last modified time | relevance | path

Searched refs:MenuHostWindow (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
Dnative_menu_win.h125 class MenuHostWindow; variable
126 friend MenuHostWindow; variable
127 scoped_ptr<MenuHostWindow> host_window_;
Dnative_menu_win.cc78 class NativeMenuWin::MenuHostWindow { class in views::NativeMenuWin
80 explicit MenuHostWindow(NativeMenuWin* parent) : parent_(parent) { in MenuHostWindow() function in views::NativeMenuWin::MenuHostWindow
88 ~MenuHostWindow() { in ~MenuHostWindow()
353 MenuHostWindow* host = in MenuHostWindowProc()
354 reinterpret_cast<MenuHostWindow*>(gfx::GetWindowUserData(window)); in MenuHostWindowProc()
367 DISALLOW_COPY_AND_ASSIGN(MenuHostWindow);
387 const wchar_t* NativeMenuWin::MenuHostWindow::kWindowClassName =
755 host_window_.reset(new MenuHostWindow(this)); in CreateHostWindow()