Searched defs:setLogicalHeight (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGInlineFlowBox.h41 void setLogicalHeight(int h) { m_logicalHeight = h; } function in class:WebCore::SVGInlineFlowBox
H A DSVGRootInlineBox.h46 void setLogicalHeight(int height) { m_logicalHeight = height; } function in class:WebCore::SVGRootInlineBox
H A DSVGInlineTextBox.h41 void setLogicalHeight(int height) { m_logicalHeight = height; } function in class:WebCore::SVGInlineTextBox
/external/webkit/Source/WebCore/rendering/
H A DRenderBox.h85 void setLogicalHeight(int size) function in class:WebCore::RenderBox

Completed in 59 milliseconds