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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGInlineFlowBox.h38 void setLogicalHeight(float h) { m_logicalHeight = h; } function in class:blink::FINAL
H A DSVGRootInlineBox.h43 void setLogicalHeight(float height) { m_logicalHeight = height; } function in class:blink::FINAL
H A DSVGInlineTextBox.h38 void setLogicalHeight(float height) { m_logicalHeight = height; } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.h152 void setLogicalHeight(LayoutUnit size) function in class:blink::RenderBox
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h994 void setLogicalHeight(const Length& v) function in class:blink::RenderStyle

Completed in 756 milliseconds