OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FullScreen
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_render/
i_video_render.h
84
virtual bool
FullScreen
() = 0;
video_render_impl.cc
68
const bool
fullscreen
,
77
fullscreen
);
93
const bool
fullscreen
) :
95
_ptrWindow(window), _fullScreen(
fullscreen
), _ptrRenderer(NULL)
672
return _ptrRenderer->
FullScreen
();
/external/chromium_org/third_party/webrtc/modules/video_render/linux/
video_render_linux_impl.h
31
void* window, const bool
fullscreen
);
82
virtual bool
FullScreen
();
video_render_linux_impl.cc
24
void* window, const bool
fullscreen
) :
183
bool VideoRenderLinuxImpl::
FullScreen
()
/external/chromium_org/third_party/webrtc/modules/video_render/external/
video_render_external_impl.h
30
void* window, const bool
fullscreen
);
81
virtual bool
FullScreen
();
video_render_external_impl.cc
19
const bool
fullscreen
) :
21
_fullscreen(
fullscreen
)
108
bool VideoRenderExternalImpl::
FullScreen
()
/external/chromium_org/third_party/webrtc/modules/video_render/ios/
video_render_ios_impl.h
58
bool
FullScreen
() OVERRIDE;
video_render_ios_impl.mm
115
bool VideoRenderIosImpl::
FullScreen
() { IOS_UNSUPPORTED(); }
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_mac_carbon_impl.h
35
const bool
fullscreen
);
86
virtual bool
FullScreen
();
video_render_mac_cocoa_impl.h
35
const bool
fullscreen
);
86
virtual bool
FullScreen
();
video_render_mac_carbon_impl.cc
25
const bool
fullscreen
) :
28
_fullScreen(
fullscreen
),
209
VideoRenderMacCarbonImpl::
FullScreen
()
video_render_mac_cocoa_impl.mm
26
const bool
fullscreen
) :
29
_fullScreen(
fullscreen
),
177
VideoRenderMacCocoaImpl::
FullScreen
()
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
video_render_windows_impl.h
39
void* window, const bool
fullscreen
);
90
virtual bool
FullScreen
();
video_render_windows_impl.cc
25
const VideoRenderType videoRenderType, void* window, const bool
fullscreen
)
29
_fullscreen(
fullscreen
),
198
bool VideoRenderWindowsImpl::
FullScreen
()
201
bool
fullscreen
= false;
local
207
fullscreen
= _ptrRendererWin->IsFullScreen();
209
return
fullscreen
;
/external/chromium_org/third_party/webrtc/modules/video_render/android/
video_render_android_impl.h
46
const bool
fullscreen
);
83
virtual bool
FullScreen
();
video_render_android_impl.cc
44
const bool /*
fullscreen
*/):
265
bool VideoRenderAndroid::
FullScreen
() {
Completed in 58 milliseconds