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

  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineFlowBox.h 35 , m_logicalHeight(0)
40 virtual int virtualLogicalHeight() const { return m_logicalHeight; }
41 void setLogicalHeight(int h) { m_logicalHeight = h; }
51 int m_logicalHeight;
SVGRootInlineBox.h 39 , m_logicalHeight(0)
45 virtual int virtualLogicalHeight() const { return m_logicalHeight; }
46 void setLogicalHeight(int height) { m_logicalHeight = height; }
64 int m_logicalHeight;
SVGInlineTextBox.h 40 virtual int virtualLogicalHeight() const { return m_logicalHeight; }
41 void setLogicalHeight(int height) { m_logicalHeight = height; }
44 virtual int selectionHeight() { return m_logicalHeight; }
81 int m_logicalHeight;
SVGInlineTextBox.cpp 43 , m_logicalHeight(0)

Completed in 34 milliseconds