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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderReplaced.h 92 void computeAspectRatioInformationForRenderBox(RenderBox*, FloatSize& constrainedSize, double& intrinsicRatio) const;
RenderReplaced.cpp 244 void RenderReplaced::computeAspectRatioInformationForRenderBox(RenderBox* contentRenderer, FloatSize& constrainedSize, double& intrinsicRatio) const
348 computeAspectRatioInformationForRenderBox(contentRenderer, constrainedSize, intrinsicRatio);
411 computeAspectRatioInformationForRenderBox(contentRenderer, constrainedSize, intrinsicRatio);

Completed in 249 milliseconds