Searched refs:m_alwaysCreateLineBoxes (Results 1 – 2 of 2) sorted by relevance
90 bool alwaysCreateLineBoxes() const { return m_alwaysCreateLineBoxes; } in alwaysCreateLineBoxes()91 void setAlwaysCreateLineBoxes() { m_alwaysCreateLineBoxes = true; } in setAlwaysCreateLineBoxes()187 bool m_alwaysCreateLineBoxes : 1; variable
51 , m_alwaysCreateLineBoxes(false) in RenderInline()193 if (!m_alwaysCreateLineBoxes) { in styleDidChange()199 m_alwaysCreateLineBoxes = alwaysCreateLineBoxes; in styleDidChange()207 if (m_alwaysCreateLineBoxes) in updateAlwaysCreateLineBoxes()234 m_alwaysCreateLineBoxes = true; in updateAlwaysCreateLineBoxes()