Home
last modified time | relevance | path

Searched refs:m_hasVirtualLogicalHeight (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DInlineBox.h52 , m_hasVirtualLogicalHeight(false) in InlineBox()
87 , m_hasVirtualLogicalHeight(false) in InlineBox()
165 bool hasVirtualLogicalHeight() const { return m_hasVirtualLogicalHeight; } in hasVirtualLogicalHeight()
166 void setHasVirtualLogicalHeight() { m_hasVirtualLogicalHeight = true; } in setHasVirtualLogicalHeight()
344 bool m_hasVirtualLogicalHeight : 1; variable