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

  /external/chromium_org/ui/base/clipboard/
clipboard_util_win.cc 45 HDROP hdrop = static_cast<HDROP>(GlobalLock(medium.hGlobal));
47 if (!hdrop)
52 if (DragQueryFileW(hdrop, 0, filename, arraysize(filename))) {
64 DragFinish(hdrop);
217 HDROP hdrop = static_cast<HDROP>(GlobalLock(medium.hGlobal));
218 if (!hdrop)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wownt32.h 33 #define HDROP_32(h16) ((HDROP) (WOWHandle32(h16,WOW_TYPE_HDROP)))
shellapi.h 47 DECLARE_HANDLE(HDROP);
57 SHSTDAPI_(UINT) DragQueryFileA(HDROP,UINT,LPSTR,UINT);
58 SHSTDAPI_(UINT) DragQueryFileW(HDROP,UINT,LPWSTR,UINT);
59 SHSTDAPI_(WINBOOL) DragQueryPoint(HDROP,LPPOINT);
60 SHSTDAPI_(void) DragFinish(HDROP);
windowsx.h 178 #define HANDLE_WM_DROPFILES(hwnd,wParam,lParam,fn) ((fn)((hwnd),(HDROP)(wParam)),(LRESULT)0)
179 #define FORWARD_WM_DROPFILES(hwnd,hdrop,fn) (void)(fn)((hwnd),WM_DROPFILES,(WPARAM)(HDROP)(hdrop),(LPARAM)0)
    [all...]
windowsx.h16 215 #define HANDLE_WM_DROPFILES(hwnd,wParam,lParam,fn) ((fn)((hwnd),(HDROP)(wParam)),0L)
216 #define FORWARD_WM_DROPFILES(hwnd,hdrop,fn) (void)(fn)((hwnd),WM_DROPFILES,(WPARAM)(hdrop),0L)
    [all...]
  /external/chromium_org/ui/gfx/win/
msg_util.h     [all...]

Completed in 213 milliseconds