Home
last modified time | relevance | path

Searched refs:intrinsicLogicalWidth (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderReplaced.cpp373 intrinsicSize = FloatSize(intrinsicLogicalWidth(), intrinsicLogicalHeight()); in computeIntrinsicRatioInformation()
446 …return computeReplacedLogicalWidthRespectingMinMaxWidth(intrinsicLogicalWidth(), shouldComputePref… in computeReplacedLogicalWidth()
486 minLogicalWidth = maxLogicalWidth = intrinsicLogicalWidth(); in computeIntrinsicLogicalWidths()
DRenderBox.h417 …LayoutUnit intrinsicLogicalWidth() const { return style()->isHorizontalWritingMode() ? intrinsicSi… in intrinsicLogicalWidth() function
DRenderBox.cpp3004 return intrinsicLogicalWidth(); in computeReplacedLogicalWidthUsing()