HomeSort by relevance Sort by last modified time
    Searched refs:FullScreen (Results 1 - 17 of 17) 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 27 const bool fullscreen,
36 fullscreen);
52 const bool fullscreen) :
54 _ptrWindow(window), _fullScreen(fullscreen), _ptrRenderer(NULL)
431 return _ptrRenderer->FullScreen();
video_render_internal_impl.cc 64 const bool fullscreen,
73 fullscreen);
89 const bool fullscreen) :
91 _ptrWindow(window), _fullScreen(fullscreen), _ptrRenderer(NULL)
654 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 25 const bool fullscreen) :
28 _fullScreen(fullscreen),
176 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 43 const bool /*fullscreen*/):
264 bool VideoRenderAndroid::FullScreen() {

Completed in 505 milliseconds