Searched refs:calcAspectRatioWidth (Results 1 - 4 of 4) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderVideo.h75 int calcAspectRatioWidth() const;
H A DRenderImage.h94 int calcAspectRatioWidth() const;
H A DRenderVideo.cpp217 width = calcAspectRatioWidth() * style()->effectiveZoom();
239 int RenderVideo::calcAspectRatioWidth() const function in class:WebCore::RenderVideo
H A DRenderImage.cpp600 width = calcAspectRatioWidth();
642 width = calcAspectRatioWidth();
658 int RenderImage::calcAspectRatioWidth() const function in class:WebCore::RenderImage

Completed in 84 milliseconds