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

  /external/webkit/Source/WebCore/rendering/svg/
SVGInlineFlowBox.h 41 void setLogicalHeight(int h) { m_logicalHeight = h; }
SVGRootInlineBox.h 46 void setLogicalHeight(int height) { m_logicalHeight = height; }
SVGInlineTextBox.h 41 void setLogicalHeight(int height) { m_logicalHeight = height; }
  /external/webkit/Source/WebCore/rendering/
RenderBox.h 85 void setLogicalHeight(int size)

Completed in 175 milliseconds