Searched refs:MenuHostWindow (Results 1 – 2 of 2) sorted by relevance
125 class MenuHostWindow; variable126 friend MenuHostWindow; variable127 scoped_ptr<MenuHostWindow> host_window_;
78 class NativeMenuWin::MenuHostWindow { class in views::NativeMenuWin80 explicit MenuHostWindow(NativeMenuWin* parent) : parent_(parent) { in MenuHostWindow() function in views::NativeMenuWin::MenuHostWindow88 ~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()