Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Droot_window_win.cc120 edit_hwnd_(NULL), in RootWindowWin()
429 DCHECK(hWnd == self->edit_hwnd_); in EditWndProc()
451 self->edit_hwnd_ = NULL; in EditWndProc()
652 if (with_controls_ && edit_hwnd_) { in OnSize()
677 SendMessage(edit_hwnd_, WM_SETFONT, reinterpret_cast<WPARAM>(font_), in OnSize()
705 hdwp = DeferWindowPos(hdwp, edit_hwnd_, NULL, x_offset, 0, in OnSize()
911 edit_hwnd_ = CreateWindow(L"EDIT", 0, in OnCreate()
916 CHECK(edit_hwnd_); in OnCreate()
919 edit_wndproc_old_ = SetWndProcPtr(edit_hwnd_, EditWndProc); in OnCreate()
922 SetUserDataPtr(edit_hwnd_, this); in OnCreate()
[all …]
Droot_window_win.h141 HWND edit_hwnd_; variable