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

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

Completed in 54 milliseconds