OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_windowref
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
cocoa_render_view.mm
41
// [
_windowRef
setFrame:screenRect];
42
// [
_windowRef
setBounds:screenRect];
video_render_nsopengl.mm
366
_windowRef
( (CocoaRenderView*)windowRef),
394
_windowRef
= newWindowRef;
562
if(
_windowRef
)
564
[
_windowRef
initCocoaRenderView:fmt];
572
_nsglContext = [
_windowRef
nsOpenGLContext];
603
_windowRefSuperViewFrame = [
_windowRef
frame];
604
_windowRefSuperView = [
_windowRef
superview];
609
[
_windowRef
setFrame:screenRect];
610
[
_windowRef
setBounds:screenRect];
615
[[[_fullScreenWindow window] contentView] addSubview:
_windowRef
];
[
all
...]
video_render_agl.h
143
WindowRef
_windowRef
;
video_render_nsopengl.h
167
CocoaRenderView*
_windowRef
;
video_render_agl.cc
367
_windowRef
( windowRef),
404
if(!IsValidWindowPtr(
_windowRef
))
406
//WEBRTC_TRACE(kTraceError, kTraceVideoRenderer, _id, "%s:%d Invalid WindowRef:0x%x", __FUNCTION__, __LINE__,
_windowRef
);
410
//WEBRTC_TRACE(kTraceDebug, kTraceVideoRenderer, _id, "%s:%d WindowRef 0x%x is valid", __FUNCTION__, __LINE__,
_windowRef
);
485
_windowRef
( 0),
[
all
...]
Completed in 542 milliseconds