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

  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.cpp 341 return m_cachedNaturalSize;
346 IntSize oldSize = m_cachedNaturalSize;
347 m_cachedNaturalSize = size;
348 if (oldSize != m_cachedNaturalSize)
MediaPlayerPrivateAVFoundation.h 255 IntSize m_cachedNaturalSize;
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.h 219 mutable FloatSize m_cachedNaturalSize;
MediaPlayerPrivateQTKit.mm 884 naturalSize = m_cachedNaturalSize;
888 m_cachedNaturalSize = naturalSize;
    [all...]

Completed in 143 milliseconds