Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/native/
Dnative_menu_win.h128 class MenuHostWindow; variable
129 friend MenuHostWindow; variable
130 std::unique_ptr<MenuHostWindow> host_window_;
Dnative_menu_win.cc129 class CefNativeMenuWin::MenuHostWindow { class in views::CefNativeMenuWin
131 MenuHostWindow() { in MenuHostWindow() function in views::CefNativeMenuWin::MenuHostWindow
139 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()