Searched refs:WindowRef (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython2/Mac/Modules/win/ |
D | winedit.py | 5 (WindowRef, 'theWindow', InMode), 10 (WindowRef, 'theWindow', InMode), 16 (WindowRef, 'theWindow', InMode), 22 (WindowRef, 'theWindow', InMode), 28 (WindowRef, 'theWindow', InMode),
|
D | winsupport.py | 26 WindowRef = WindowPtr variable
|
D | _Winmodule.c | 21 extern PyObject *_WinObj_New(WindowRef); 22 extern PyObject *_WinObj_WhichWindow(WindowRef); 23 extern int _WinObj_Convert(PyObject *, WindowRef *);
|
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_agl.h | 87 VideoRenderAGL(WindowRef windowRef, bool fullscreen, int iId); 132 void ParentWindowResized(WindowRef window); 141 WindowRef _windowRef;
|
D | video_render_agl.cc | 362 #pragma mark VideoRenderAGL WindowRef constructor 364 VideoRenderAGL::VideoRenderAGL(WindowRef windowRef, bool fullscreen, int iId) : in VideoRenderAGL() 422 #pragma mark WindowRef Event Handler 427 WindowRef windowRef = NULL; in sHandleWindowResized() 436 sizeof (WindowRef), in sHandleWindowResized() 543 WindowRef parentWindow = HIViewGetWindow(windowRef); in VideoRenderAGL() 600 WindowRef parentWindow = HIViewGetWindow(hiviewRef); in sHandleHiViewResized() 1014 WindowRef window = HIViewGetWindow(_hiviewRef); in ScreenUpdateProcess() 1181 void VideoRenderAGL::ParentWindowResized(WindowRef window) in ParentWindowResized() 1341 WindowRef window = GetControlOwner(_hiviewRef); in CreateMixingContext() [all …]
|
D | video_render_mac_carbon_impl.cc | 59 WindowRef* windowRef = static_cast<WindowRef*>(_ptrWindow); in Init()
|
/external/webrtc/talk/media/devices/ |
D | carbonvideorenderer.h | 68 WindowRef window_ref_;
|
/external/python/cpython2/Mac/Modules/ctl/ |
D | ctledit.py | 5 (WindowRef, 'inWindow', InMode),
|
/external/python/cpython2/Tools/bgen/bgen/ |
D | macsupport.py | 72 WindowRef = WindowPtr variable
|
/external/python/cpython2/Mac/Modules/ |
D | MacOS.c | 509 WindowRef theWindow; in MacOS_splash()
|
/external/python/cpython2/Mac/Modules/qd/ |
D | _Qdmodule.c | 98 WindowRef win; in GrafObj_Convert() 112 WindowRef win = (WindowRef)((GrafPortObject *)v)->ob_itself; in GrafObj_Convert()
|
/external/python/cpython2/Mac/scripts/ |
D | errors.txt | 689 -5600 errInvalidWindowPtr tried to pass a bad WindowRef argument
|