GetClassLongPtr   540 chrome/browser/ui/views/frame/glass_browser_frame_view.cc       frame_icon = reinterpret_cast<HICON>(GetClassLongPtr(
GetClassLongPtr   296 third_party/wtl/include/atlapp.h   #ifndef GetClassLongPtr
GetClassLongPtr  3885 third_party/wtl/include/atlctrlw.h 						m_hIconChildMaximized = (HICON)::GetClassLongPtr(wnd, GCLP_HICONSM);
GetClassLongPtr  3887 third_party/wtl/include/atlctrlw.h 						m_hIconChildMaximized = (HICON)LongToHandle(::GetClassLongPtr(wnd, GCLP_HICONSM));
GetClassLongPtr   527 third_party/wtl/include/atltheme.h 			hBrush = (HBRUSH)::GetClassLongPtr(hWnd, GCLP_HBRBACKGROUND);
GetClassLongPtr   529 third_party/wtl/include/atltheme.h 			hBrush = (HBRUSH)UlongToPtr(::GetClassLongPtr(hWnd, GCLP_HBRBACKGROUND));