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

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaPlayerPrivateAndroid.h 51 virtual IntSize naturalSize() const { return m_naturalSize; }
133 IntSize m_naturalSize;
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivateQt.h 149 IntSize m_naturalSize;
MediaPlayerPrivateQt.cpp 112 , m_naturalSize(RenderVideo::defaultSize())
447 m_naturalSize = size.toSize();
550 LOG(Media, "MediaPlayerPrivateQt::naturalSize() -> %dx%d (m_naturalSize)",
551 m_naturalSize.width(), m_naturalSize.height());
553 return m_naturalSize;
558 m_oldNaturalSize = m_naturalSize;
  /external/webkit/Source/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 153 m_naturalSize(100, 100),
312 m_naturalSize = IntSize(poster->width(), poster->height());
327 m_naturalSize = IntSize(width, height);

Completed in 49 milliseconds