Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Droot_window_win.cc1106 LPCWSTR kParentWndProc = L"CefParentWndProc"; variable
1114 reinterpret_cast<WNDPROC>(::GetPropW(hWnd, kParentWndProc)); in SubclassedWindowProc()
1136 HANDLE hParentWndProc = ::GetPropW(hWnd, kParentWndProc); in SubclassWindow()
1148 ::SetPropW(hWnd, kParentWndProc, reinterpret_cast<HANDLE>(hOldWndProc)); in SubclassWindow()
1154 reinterpret_cast<LONG_PTR>(::GetPropW(hWnd, kParentWndProc)); in UnSubclassWindow()
1163 ::RemovePropW(hWnd, kParentWndProc); in UnSubclassWindow()