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.h69 m_hasTextDescendants = m_hasTextChildren; in InlineFlowBox()
210 bool hasTextDescendants() const { return m_hasTextDescendants; } in hasTextDescendants()
212 void setHasTextDescendants() { m_hasTextDescendants = true; } in setHasTextDescendants()
332 unsigned m_hasTextDescendants : 1; variable