Searched refs:MenuHostWindow (Results 1 – 2 of 2) sorted by relevance
128 class MenuHostWindow; variable129 friend MenuHostWindow; variable130 std::unique_ptr<MenuHostWindow> host_window_;
129 class CefNativeMenuWin::MenuHostWindow { class in views::CefNativeMenuWin131 MenuHostWindow() { in MenuHostWindow() function in views::CefNativeMenuWin::MenuHostWindow139 MenuHostWindow(const MenuHostWindow&) = delete;140 MenuHostWindow& operator=(const MenuHostWindow&) = delete;142 ~MenuHostWindow() { DestroyWindow(hwnd_); } in ~MenuHostWindow()408 MenuHostWindow* host = in MenuHostWindowProc()409 reinterpret_cast<MenuHostWindow*>(gfx::GetWindowUserData(window)); in MenuHostWindowProc()435 const wchar_t* CefNativeMenuWin::MenuHostWindow::kWindowClassName =782 host_window_.reset(new MenuHostWindow()); in CreateHostWindow()