Searched refs:setNaturalSize (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.h222 void setNaturalSize(IntSize);
H A DMediaPlayerPrivateAVFoundationObjC.mm672 setNaturalSize(IntSize([m_avPlayerItem.get() presentationSize]));
691 // Cache the natural size (setNaturalSize will notify the player if it has changed).
692 setNaturalSize(IntSize(naturalSize));
H A DMediaPlayerPrivateAVFoundation.cpp344 void MediaPlayerPrivateAVFoundation::setNaturalSize(IntSize size) function in class:WebCore::MediaPlayerPrivateAVFoundation

Completed in 287 milliseconds