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

  /external/webkit/WebCore/platform/graphics/android/
MediaPlayerPrivateAndroid.h 50 virtual IntSize naturalSize() const { return m_naturalSize; }
  /external/webkit/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 387 IntSize MediaPlayerPrivate::naturalSize() const
390 LOG(Media, "MediaPlayerPrivatePhonon::naturalSize() -> %dx%d",
396 LOG(Media, "MediaPlayerPrivatePhonon::naturalSize() -> %dx%d",
402 IntSize naturalSize(videoSize.width(), videoSize.height());
403 LOG(Media, "MediaPlayerPrivatePhonon::naturalSize() -> %dx%d",
404 naturalSize.width(), naturalSize.height());
405 return naturalSize;
  /external/webkit/WebKit/chromium/src/
WebMediaPlayerClientImpl.cpp 165 IntSize WebMediaPlayerClientImpl::naturalSize() const
168 return m_webMediaPlayer->naturalSize();
  /external/webkit/WebCore/platform/graphics/
MediaPlayer.cpp 73 virtual IntSize naturalSize() const { return IntSize(0, 0); }
342 IntSize MediaPlayer::naturalSize()
344 return m_private->naturalSize();
  /external/webkit/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 291 IntSize MediaPlayerPrivate::naturalSize() const
  /external/webkit/WebCore/platform/graphics/gtk/
MediaPlayerPrivateGStreamer.cpp 471 IntSize MediaPlayerPrivate::naturalSize() const
    [all...]

Completed in 74 milliseconds