HomeSort by relevance Sort by last modified time
    Searched refs:naturalSize (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/
WebMediaPlayer.h 120 virtual WebSize naturalSize() const = 0;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLVideoElement.cpp 135 return player()->naturalSize().width();
142 return player()->naturalSize().height();
  /external/chromium_org/content/renderer/media/
webmediaplayer_ms.h 92 virtual blink::WebSize naturalSize() const OVERRIDE;
webmediaplayer_impl.h 118 virtual blink::WebSize naturalSize() const;
webmediaplayer_ms.cc 207 blink::WebSize WebMediaPlayerMS::naturalSize() const {
213 DVLOG(3) << "WebMediaPlayerMS::naturalSize, " << size.ToString();
webmediaplayer_impl.cc 436 blink::WebSize WebMediaPlayerImpl::naturalSize() const {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/media/
MediaPlayer.h 122 virtual IntSize naturalSize() const = 0;
  /external/chromium/webkit/glue/
webmediaplayer_impl.h 226 virtual WebKit::WebSize naturalSize() const;
webmediaplayer_impl.cc 536 WebKit::WebSize WebMediaPlayerImpl::naturalSize() const {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderVideo.cpp 104 LayoutSize size = player->naturalSize();
  /external/chromium_org/third_party/WebKit/Source/web/
WebMediaPlayerClientImpl.cpp 332 IntSize WebMediaPlayerClientImpl::naturalSize() const
335 return m_webMediaPlayer->naturalSize();
588 // which is not supported by Skia yet. The bitmap's size needs to be the same as the video and use naturalSize() here.
591 if (!ensureTextureBackedSkBitmap(context3D->grContext(), m_bitmap, naturalSize(), kTopLeft_GrSurfaceOrigin, kSkia8888_GrPixelConfig))
WebMediaPlayerClientImpl.h 104 virtual WebCore::IntSize naturalSize() const OVERRIDE;
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.h 124 virtual blink::WebSize naturalSize() const;
webmediaplayer_android.cc 480 WebSize WebMediaPlayerAndroid::naturalSize() const {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ImageBitmap.cpp 62 IntRect videoRect = IntRect(IntPoint(), video->player()->naturalSize());
  /external/chromium_org/third_party/WebKit/Source/modules/imagebitmap/
ImageBitmapFactories.cpp 62 return player->naturalSize();
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]

Completed in 762 milliseconds