Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DInlineFlowBox.h58 m_hasTextChildren = obj->style()->display() == LIST_ITEM; in InlineFlowBox()
59 m_hasTextDescendants = m_hasTextChildren; in InlineFlowBox()
187 bool hasTextChildren() const { return m_hasTextChildren; } in hasTextChildren()
290 bool m_hasTextChildren : 1; variable
DInlineFlowBox.cpp101 m_hasTextChildren = true; in addToLine()