Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DSVGInlineFlowBox.h41 void setLogicalHeight(int h) { m_logicalHeight = h; } in setLogicalHeight() function
DSVGRootInlineBox.h46 void setLogicalHeight(int height) { m_logicalHeight = height; } in setLogicalHeight() function
DSVGInlineTextBox.h41 void setLogicalHeight(int height) { m_logicalHeight = height; } in setLogicalHeight() function
/external/webkit/Source/WebCore/rendering/
DRenderBox.h85 void setLogicalHeight(int size) in setLogicalHeight() function