Home
last modified time | relevance | path

Searched refs:flowObject (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
DInlineBox.cpp102 RenderBoxModelObject* flowObject = boxModelObject(); in height() local
107 …result += flowObject->borderTop() + flowObject->paddingTop() + flowObject->borderBottom() + flowOb… in height()
108 if (strictMode || flowBox->hasTextChildren() || flowObject->hasHorizontalBordersOrPadding()) in height()
/external/webkit/WebCore/
DChangeLog-2005-08-2330080 (khtml::InlineFlowBox::flowObject):