Searched refs:windowRef (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/video_render/mac/ |
D | video_render_mac_carbon_impl.cc | 59 WindowRef* windowRef = static_cast<WindowRef*>(_ptrWindow); in Init() local 61 if (IsValidWindowPtr(*windowRef)) in Init() 63 _ptrCarbonRender = new VideoRenderAGL(*windowRef, _fullScreen, _id); in Init() 65 …%d Successfully initialized CarbonRenderer with WindowRef:%x", __FUNCTION__, __LINE__, *windowRef); in Init()
|
D | video_render_agl.h | 88 VideoRenderAGL(WindowRef windowRef, bool fullscreen, int iId); 89 VideoRenderAGL(HIViewRef windowRef, bool fullscreen, int iId);
|
D | video_render_agl.cc | 365 VideoRenderAGL::VideoRenderAGL(WindowRef windowRef, bool fullscreen, int iId) : in VideoRenderAGL() argument 367 _windowRef( windowRef), in VideoRenderAGL() 429 WindowRef windowRef = NULL; in sHandleWindowResized() local 440 &windowRef); in sHandleWindowResized() 473 obj->ParentWindowResized(windowRef); in sHandleWindowResized() 483 VideoRenderAGL::VideoRenderAGL(HIViewRef windowRef, bool fullscreen, int iId) : in VideoRenderAGL() argument 484 _hiviewRef( windowRef), in VideoRenderAGL() 546 WindowRef parentWindow = HIViewGetWindow(windowRef); in VideoRenderAGL()
|
D | video_render_nsopengl.h | 105 VideoRenderNSOpenGL(CocoaRenderView *windowRef, bool fullScreen, int iId);
|
D | video_render_nsopengl.mm | 365 VideoRenderNSOpenGL::VideoRenderNSOpenGL(CocoaRenderView *windowRef, bool fullScreen, int iId) : 366 _windowRef( (CocoaRenderView*)windowRef),
|
/external/clang/test/CodeGen/ |
D | pragma-pack-3.c | 10 void *windowRef; member
|