Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DInlineFlowBox.h59 m_hasTextDescendants = m_hasTextChildren; in InlineFlowBox()
188 bool hasTextDescendants() const { return m_hasTextDescendants; } in hasTextDescendants()
291 bool m_hasTextDescendants : 1; variable
DInlineFlowBox.cpp102 m_hasTextDescendants = true; in addToLine()
105 m_hasTextDescendants = true; in addToLine()