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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineFlowBox.h 34 , m_logicalHeight(0)
39 virtual float virtualLogicalHeight() const { return m_logicalHeight; }
40 void setLogicalHeight(float h) { m_logicalHeight = h; }
50 float m_logicalHeight;
SVGRootInlineBox.h 38 , m_logicalHeight(0)
44 virtual float virtualLogicalHeight() const OVERRIDE FINAL { return m_logicalHeight; }
45 void setLogicalHeight(float height) { m_logicalHeight = height; }
62 float m_logicalHeight;
SVGInlineTextBox.h 39 virtual float virtualLogicalHeight() const { return m_logicalHeight; }
40 void setLogicalHeight(float height) { m_logicalHeight = height; }
43 virtual int selectionHeight() { return static_cast<int>(ceilf(m_logicalHeight)); }
84 float m_logicalHeight;
SVGInlineTextBox.cpp 55 , m_logicalHeight(0)

Completed in 1363 milliseconds