Home | History | Annotate | Download | only in mac

Lines Matching refs:windowRef

362 #pragma mark VideoRenderAGL WindowRef constructor
364 VideoRenderAGL::VideoRenderAGL(WindowRef windowRef, bool fullscreen, int iId) :
366 _windowRef( windowRef),
404 //WEBRTC_TRACE(kTraceError, kTraceVideoRenderer, _id, "%s:%d Invalid WindowRef:0x%x", __FUNCTION__, __LINE__, _windowRef);
408 //WEBRTC_TRACE(kTraceDebug, kTraceVideoRenderer, _id, "%s:%d WindowRef 0x%x is valid", __FUNCTION__, __LINE__, _windowRef);
422 #pragma mark WindowRef Event Handler
427 WindowRef windowRef = NULL;
436 sizeof (WindowRef),
438 &windowRef);
471 obj->ParentWindowResized(windowRef);
481 VideoRenderAGL::VideoRenderAGL(HIViewRef windowRef, bool fullscreen, int iId) :
482 _hiviewRef( windowRef),
527 // This gets the parent window of the HIViewRef that's passed in and installs a WindowRef event handler on it
543 WindowRef parentWindow = HIViewGetWindow(windowRef);
600 WindowRef parentWindow = HIViewGetWindow(hiviewRef);
1001 // this is causing problem w/invalid windowRef
1010 //WEBRTC_TRACE(kTraceDebug, "%s:%d Invalid windowRef", __FUNCTION__, __LINE__);
1014 WindowRef window = HIViewGetWindow(_hiviewRef);
1024 //WEBRTC_TRACE(kTraceDebug, "%s:%d WindowRef = NULL", __FUNCTION__, __LINE__);
1181 void VideoRenderAGL::ParentWindowResized(WindowRef window)
1192 //WEBRTC_LOG(kTraceDebug, "invalid windowRef");
1199 //WEBRTC_LOG(kTraceError, "invalid windowRef");
1206 //WEBRTC_LOG(kTraceError, "windowRef = NULL");
1334 //WEBRTC_LOG(kTraceError, "Could not set WindowRef: %d", aglGetError());
1341 WindowRef window = GetControlOwner(_hiviewRef);
1395 //WEBRTC_LOG(kTraceError, "Could not set WindowRef: %d", aglGetError());
1605 //WEBRTC_LOG(kTraceError, "No WindowRef");
1675 WindowRef window = GetControlOwner(control);