Home
last modified time | relevance | path

Searched refs:computeReplacedLogicalHeightUsing (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderReplaced.cpp227 logicalHeight = computeReplacedLogicalHeightUsing(style()->logicalHeight()); in computeReplacedLogicalHeight()
233 int minLogicalHeight = computeReplacedLogicalHeightUsing(style()->logicalMinHeight()); in computeReplacedLogicalHeight()
234 …style()->logicalMaxHeight().isUndefined() ? logicalHeight : computeReplacedLogicalHeightUsing(styl… in computeReplacedLogicalHeight()
DRenderImage.cpp521 logicalHeight = computeReplacedLogicalHeightUsing(style()->logicalHeight()); in computeReplacedLogicalHeight()
530 int minLogicalHeight = computeReplacedLogicalHeightUsing(style()->logicalMinHeight()); in computeReplacedLogicalHeight()
531 …style()->logicalMaxHeight().isUndefined() ? logicalHeight : computeReplacedLogicalHeightUsing(styl… in computeReplacedLogicalHeight()
DRenderBox.h304 int computeReplacedLogicalHeightUsing(Length height) const;
DRenderBox.cpp2028 int logicalHeight = computeReplacedLogicalHeightUsing(style()->logicalHeight()); in computeReplacedLogicalHeight()
2029 int minLogicalHeight = computeReplacedLogicalHeightUsing(style()->logicalMinHeight()); in computeReplacedLogicalHeight()
2030 …style()->logicalMaxHeight().isUndefined() ? logicalHeight : computeReplacedLogicalHeightUsing(styl… in computeReplacedLogicalHeight()
2035 int RenderBox::computeReplacedLogicalHeightUsing(Length logicalHeight) const in computeReplacedLogicalHeightUsing() function in WebCore::RenderBox
/external/webkit/Source/WebCore/
DChangeLog2665 …(WebCore::RenderBox::computeReplacedLogicalHeightUsing): Do not apply the logic to prevent precent…
6222 (WebCore::RenderBox::computeReplacedLogicalHeightUsing): Expanded the scope of the fix for
61399 (WebCore::RenderBox::computeReplacedLogicalHeightUsing):
DChangeLog-2010-12-0641483 (WebCore::RenderBox::computeReplacedLogicalHeightUsing):