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

  /external/webkit/Source/WebCore/rendering/
RootInlineBox.h 72 int blockLogicalHeight() const { return m_blockLogicalHeight; }
73 void setBlockLogicalHeight(int h) { m_blockLogicalHeight = h; }
186 int m_blockLogicalHeight;
RootInlineBox.cpp 52 , m_blockLogicalHeight(0)
209 m_blockLogicalHeight += blockDirectionDelta;
    [all...]

Completed in 612 milliseconds