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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pymactoolbox.h 126 extern PyObject *DragObj_New(DragReference);
127 extern int DragObj_Convert(PyObject *, DragReference *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pymactoolbox.h 126 extern PyObject *DragObj_New(DragReference);
127 extern int DragObj_Convert(PyObject *, DragReference *);
  /external/python/cpython2/Mac/Modules/mlte/
mltesupport.py 117 DragReference = OpaqueByValueType("DragReference", "DragObj")
_Mltemodule.c 858 DragReference iDragReference;
888 DragReference iDragReference;
    [all...]
  /external/python/cpython2/Mac/Modules/drag/
dragsupport.py 27 DragReference = DragRef
70 void *handlerRefCon, DragReference theDrag)
96 DragReference theDrag)
122 ItemReference theItem, DragReference theDrag)
152 void *dragSendRefCon, DragReference theDrag)
159 void *dragSendRefCon, DragReference theDrag)
_Dragmodule.c 1014 void *handlerRefCon, DragReference theDrag)
1040 DragReference theDrag)
    [all...]
  /external/python/cpython2/Include/
pymactoolbox.h 141 extern PyObject *DragObj_New(DragReference);
142 extern int DragObj_Convert(PyObject *, DragReference *);
  /external/python/cpython2/Mac/Modules/win/
winsupport.py 32 DragReference = OpaqueByValueType("DragReference", "DragObj")
_Winmodule.c 1160 DragReference outNewDrag;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
mactoolboxglue.c 403 GLUE_NEW(DragReference, DragObj_New, "Carbon.Drag")
404 GLUE_CONVERT(DragReference, DragObj_Convert, "Carbon.Drag")
  /external/python/cpython2/Python/
mactoolboxglue.c 403 GLUE_NEW(DragReference, DragObj_New, "Carbon.Drag")
404 GLUE_CONVERT(DragReference, DragObj_Convert, "Carbon.Drag")
  /external/python/cpython2/Mac/Modules/ctl/
ctlsupport.py 49 DragReference = OpaqueByValueType("DragReference", "DragObj")
_Ctlmodule.c     [all...]

Completed in 2751 milliseconds