Lines Matching full:false
46 , m_firstLine(false)
47 , m_constructed(false)
49 , m_dirty(false)
50 , m_extracted(false)
52 , m_hasVirtualHeight(false)
54 , m_endsWithBreak(false)
55 , m_hasSelectedChildren(false)
56 , m_hasEllipsisBox(false)
57 , m_dirOverride(false)
58 , m_isText(false)
59 , m_determinedIfNextOnLineExists(false)
60 , m_determinedIfPrevOnLineExists(false)
61 , m_nextOnLineExists(false)
62 , m_prevOnLineExists(false)
65 , m_hasBadParent(false)
85 , m_hasVirtualHeight(false)
87 , m_endsWithBreak(false)
88 , m_hasSelectedChildren(false)
89 , m_hasEllipsisBox(false)
90 , m_dirOverride(false)
91 , m_isText(false)
92 , m_determinedIfNextOnLineExists(false)
93 , m_determinedIfPrevOnLineExists(false)
94 , m_nextOnLineExists(false)
95 , m_prevOnLineExists(false)
98 , m_hasBadParent(false)
111 virtual bool isLineBreak() const { return false; }
136 virtual bool isInlineBox() { return false; }
137 virtual bool isInlineFlowBox() const { return false; }
138 virtual bool isInlineTextBox() { return false; }
139 virtual bool isRootInlineBox() const { return false; }
141 virtual bool isSVGRootInlineBox() { return false; }