HomeSort by relevance Sort by last modified time
    Searched refs:WINDOWPOS (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/ui/views/widget/
widget_hwnd_utils.h 22 // Returns true if the WINDOWPOS data provided indicates the client area of
25 bool DidClientAreaSizeChange(const WINDOWPOS* window_pos);
widget_hwnd_utils.cc 145 bool DidClientAreaSizeChange(const WINDOWPOS* window_pos) {
  /external/chromium_org/ui/platform_window/win/
win_window.h 70 void OnWindowPosChanged(WINDOWPOS* window_pos);
win_window.cc 163 void WinWindow::OnWindowPosChanged(WINDOWPOS* window_pos) {
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_desktop_window_tree_host_win.cc 216 WINDOWPOS* window_pos = reinterpret_cast<WINDOWPOS*>(l_param);
  /external/chromium_org/ui/views/win/
hwnd_message_handler.h 460 void OnWindowPosChanging(WINDOWPOS* window_pos);
461 void OnWindowPosChanged(WINDOWPOS* window_pos);
hwnd_message_handler.cc     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c 561 WINDOWPOS *windowpos = (WINDOWPOS*)lParam; local
570 windowpos->x = 0;
571 windowpos->y = 0;
  /external/chromium_org/win8/metro_driver/
chrome_app_view.cc 961 WINDOWPOS* pos = reinterpret_cast<WINDOWPOS*>(lp);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windowsx.h16 171 #define HANDLE_WM_WINDOWPOSCHANGING(hwnd,wParam,lParam,fn) (LRESULT)(DWORD)(WINBOOL)(fn)((hwnd),(WINDOWPOS *)(lParam))
172 #define FORWARD_WM_WINDOWPOSCHANGING(hwnd,lpwpos,fn) (WINBOOL)(DWORD)(fn)((hwnd),WM_WINDOWPOSCHANGING,0,(LPARAM)(WINDOWPOS *)(lpwpos))
174 #define HANDLE_WM_WINDOWPOSCHANGED(hwnd,wParam,lParam,fn) ((fn)((hwnd),(const WINDOWPOS *)(lParam)),0L)
175 #define FORWARD_WM_WINDOWPOSCHANGED(hwnd,lpwpos,fn) (void)(fn)((hwnd),WM_WINDOWPOSCHANGED,0,(LPARAM)(const WINDOWPOS *)(lpwpos))
    [all...]
commctrl.h 558 WINDOWPOS *pwpos;
    [all...]
winuser.h     [all...]
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_win.cc     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 728 milliseconds