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

  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineFlowBox.h 41 void setLogicalHeight(int h) { m_logicalHeight = h; }
SVGRootInlineBox.h 46 void setLogicalHeight(int height) { m_logicalHeight = height; }
SVGInlineTextBox.h 41 void setLogicalHeight(int height) { m_logicalHeight = height; }
SVGRootInlineBox.cpp 147 textBox->setLogicalHeight(boxRect.height());
162 flowBox->setLogicalHeight(boxRect.height());
202 setLogicalHeight(heightBlock);
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp 613 setLogicalHeight(lineBox->alignBoxesInBlockDirection(logicalHeight(), textBoxDataMap, verticalPositionCache));
    [all...]
RenderTable.cpp 281 setLogicalHeight(logicalHeight() + m_caption->logicalHeight() + m_caption->marginBefore() + m_caption->marginAfter());
296 setLogicalHeight(0);
400 setLogicalHeight(logicalHeight() + borderAndPaddingBefore);
423 setLogicalHeight(logicalHeight() + computedLogicalHeight);
439 setLogicalHeight(logicalHeight() + section->logicalHeight());
443 setLogicalHeight(logicalHeight() + borderAndPaddingAfter);
    [all...]
RenderFieldset.cpp 111 setLogicalHeight(max(b, h) + paddingBefore());
RenderBlock.cpp     [all...]
RenderBox.cpp     [all...]
RenderBox.h 85 void setLogicalHeight(int size)
RenderTableSection.cpp 591 rowRenderer->setLogicalHeight(m_rowPos[r + 1] - m_rowPos[r] - vspacing);
740 setLogicalHeight(m_rowPos[totalRows]);
    [all...]
RenderView.cpp 83 setLogicalHeight(viewLogicalHeight());
RenderListMarker.cpp     [all...]

Completed in 188 milliseconds