/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | MediaPlayerPrivatePhonon.cpp | 437 IntSize MediaPlayerPrivatePhonon::naturalSize() const in naturalSize() function in WebCore::MediaPlayerPrivatePhonon 452 IntSize naturalSize(videoSize.width(), videoSize.height()); in naturalSize() local 454 naturalSize.width(), naturalSize.height()); in naturalSize() 455 return naturalSize; in naturalSize()
|
D | MediaPlayerPrivatePhonon.h | 81 IntSize naturalSize() const;
|
D | MediaPlayerPrivateQt.h | 88 IntSize naturalSize() const;
|
/external/webkit/Source/WebCore/html/ |
D | HTMLVideoElement.cpp | 144 return player()->naturalSize().width(); in videoWidth() 151 return player()->naturalSize().height(); in videoHeight()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderMediaControls.cpp | 48 …ureMediaUIPart(part, themeStyle, bounds, naturalSize) WKMeasureMediaUIPart(part, themeStyle, bound… argument
|
D | RenderVideo.cpp | 113 return player->naturalSize(); in calculateIntrinsicSize()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | MediaPlayerPrivateWinCE.h | 49 IntSize naturalSize() const;
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | MediaPlayerPrivateQTKit.mm | 867 IntSize MediaPlayerPrivateQTKit::naturalSize() const 879 … FloatSize naturalSize([[m_qtMovie.get() attributeForKey:QTMovieNaturalSizeAttribute] sizeValue]); 880 if (naturalSize.isEmpty() && m_isStreaming) { 884 naturalSize = m_cachedNaturalSize; 887 // event when this happens, so we must cache the last valid naturalSize here: 888 m_cachedNaturalSize = naturalSize; 891 …return IntSize(naturalSize.width() * m_scaleFactor.width(), naturalSize.height() * m_scaleFactor.h… 1027 NSSize naturalSize = [[m_qtMovie.get() attributeForKey:QTMovieNaturalSizeAttribute] sizeValue]; 1034 initialSize = [displayTransform transformSize:naturalSize]; 1036 initialSize.width = naturalSize.width; [all …]
|
D | MediaPlayerPrivateQTKit.h | 86 IntSize naturalSize() const;
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebMediaPlayer.h | 117 virtual WebSize naturalSize() const = 0;
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | MediaPlayerPrivateQuickTimeVisualContext.cpp | 121 FloatSize naturalSize = m_parent->naturalSize(); in platformCALayerLayoutSublayersOfLayer() local 124 …FloatSize ratio(parentSize.width() / naturalSize.width(), parentSize.height() / naturalSize.height… in platformCALayerLayoutSublayersOfLayer() 499 IntSize MediaPlayerPrivateQuickTimeVisualContext::naturalSize() const in naturalSize() function in WebCore::MediaPlayerPrivateQuickTimeVisualContext
|
D | MediaPlayerPrivateQuickTimeWin.h | 84 IntSize naturalSize() const;
|
D | MediaPlayerPrivateQuickTimeVisualContext.h | 73 IntSize naturalSize() const;
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | MediaPlayerPrivate.h | 60 virtual IntSize naturalSize() const = 0;
|
D | MediaPlayer.cpp | 98 virtual IntSize naturalSize() const { return IntSize(0, 0); } in naturalSize() function in WebCore::NullMediaPlayerPrivate 473 IntSize MediaPlayer::naturalSize() in naturalSize() function in WebCore::MediaPlayer 475 return m_private->naturalSize(); in naturalSize()
|
D | MediaPlayer.h | 186 IntSize naturalSize();
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | MediaPlayerPrivateAndroid.h | 51 virtual IntSize naturalSize() const { return m_naturalSize; } in naturalSize() function
|
/external/webkit/Source/WebCore/platform/graphics/gstreamer/ |
D | MediaPlayerPrivateGStreamer.h | 53 IntSize naturalSize() const;
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebMediaPlayerClientImpl.cpp | 267 IntSize WebMediaPlayerClientImpl::naturalSize() const in naturalSize() function in WebKit::WebMediaPlayerClientImpl 270 return m_webMediaPlayer->naturalSize(); in naturalSize()
|
D | WebMediaPlayerClientImpl.h | 94 virtual WebCore::IntSize naturalSize() const;
|
/external/webkit/Source/WebCore/platform/graphics/avfoundation/ |
D | MediaPlayerPrivateAVFoundationObjC.mm | 676 …// AVAsset's 'naturalSize' property only considers the movie's first video track, so we need to co… 680 CGSize trackSize = [track naturalSize]; 689 …CGSize naturalSize = CGSizeApplyAffineTransform(trackUnionRect.size, [m_avAsset.get() preferredTra… 692 setNaturalSize(IntSize(naturalSize)); 700 @"naturalSize",
|
D | MediaPlayerPrivateAVFoundation.h | 126 virtual IntSize naturalSize() const;
|
/external/chromium/webkit/glue/ |
D | webmediaplayer_impl.h | 226 virtual WebKit::WebSize naturalSize() const;
|
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/ |
D | WebKitSystemInterface.h | 231 void WKMeasureMediaUIPart(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize);
|
/external/webkit/Source/WebCore/platform/mac/ |
D | WebCoreSystemInterface.h | 130 extern void (*wkMeasureMediaUIPart)(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize);
|