Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.h65 m_hasTextDescendants = m_hasTextChildren; in InlineFlowBox()
208 bool hasTextDescendants() const { return m_hasTextDescendants; } in hasTextDescendants()
210 void setHasTextDescendants() { m_hasTextDescendants = true; } in setHasTextDescendants()
328 unsigned m_hasTextDescendants : 1; variable