Searched refs:kParentWndProc (Results 1 – 1 of 1) sorted by relevance
1106 LPCWSTR kParentWndProc = L"CefParentWndProc"; variable1114 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()