Home
last modified time | relevance | path

Searched refs:containingBlockWidth (Results 1 – 14 of 14) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderImage.cpp519 int cw = containingBlockWidth(); in calcReplacedWidth()
558 int cw = containingBlockWidth(); in calcReplacedHeight()
DRenderSVGContainer.cpp267 const int cw = containingBlockWidth(); in calcReplacedWidth()
DRenderBox.cpp1353 int RenderBox::containingBlockWidth() const in containingBlockWidth() function in WebCore::RenderBox
1691 return -style()->right().calcValue(containingBlockWidth()); in relativePositionOffsetX()
1692 return style()->left().calcValue(containingBlockWidth()); in relativePositionOffsetX()
1695 return -style()->right().calcValue(containingBlockWidth()); in relativePositionOffsetX()
1747 int containerWidth = max(0, containingBlockWidth()); in calcWidth()
2113 … int cw = isPositioned() ? containingBlockWidthForPositioned(container()) : containingBlockWidth(); in calcReplacedWidthUsing()
DRenderBox.h216 virtual int containingBlockWidth() const;
DRenderObject.h513 virtual int containingBlockWidth() const;
DRenderFlow.cpp550 int containerRight = containingBlock()->x() + containingBlockWidth(); in localCaretRect()
DRenderTable.cpp311 int cw = containingBlockWidth(); in layout()
Dbidi.cpp827 int containerWidth = max(0, containingBlockWidth()); in layoutInlineChildren()
DRenderObject.cpp681 int RenderObject::containingBlockWidth() const in containingBlockWidth() function in WebCore::RenderObject
/external/webkit/WebCore/
DChangeLog-2003-10-255417 (RenderBox::containingBlockWidth):
7368 (RenderBox::containingBlockWidth):
8769 (RenderBox::containingBlockWidth):
13062 * khtml/rendering/render_html.cpp: (RenderHtml::containingBlockWidth):
13207 (RenderBox::containingBlockWidth):
DChangeLog-2005-08-2349849 (RenderBox::containingBlockWidth):
49885 (RenderObject::containingBlockWidth):
54847 (RenderBox::containingBlockWidth):
55528 Fix for 3486441, don't use the visibleWidth when computing the containingBlockWidth(). No need to
55534 (RenderBox::containingBlockWidth):
56143 (RenderBox::containingBlockWidth):
DChangeLog-2007-10-1454703 (WebCore::RenderBox::containingBlockWidth):
61385 (WebCore::RenderBox::containingBlockWidth):
67589 (WebCore::RenderBox::containingBlockWidth):
67591 (WebCore::RenderObject::containingBlockWidth):
DChangeLog3162 (WebCore::RenderBox::containingBlockWidth):
3857 (WebCore::RenderBox::containingBlockWidth):
DChangeLog-2006-12-3112803 (WebCore::RenderObject::containingBlockWidth):