Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRootInlineBox.h43 void setLogicalHeight(float height) { m_logicalHeight = height; } in setLogicalHeight() function
DSVGInlineFlowBox.h38 void setLogicalHeight(float h) { m_logicalHeight = h; } in setLogicalHeight() function
DSVGInlineTextBox.h40 void setLogicalHeight(float height) { m_logicalHeight = height; } in setLogicalHeight() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.h150 void setLogicalHeight(LayoutUnit size) in setLogicalHeight() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h995 void setLogicalHeight(const Length& v) in setLogicalHeight() function