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

  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.h 222 void setNaturalSize(IntSize);
MediaPlayerPrivateAVFoundationObjC.mm 672 setNaturalSize(IntSize([m_avPlayerItem.get() presentationSize]));
691 // Cache the natural size (setNaturalSize will notify the player if it has changed).
692 setNaturalSize(IntSize(naturalSize));
MediaPlayerPrivateAVFoundation.cpp 344 void MediaPlayerPrivateAVFoundation::setNaturalSize(IntSize size)

Completed in 52 milliseconds