Home | History | Annotate | Download | only in dom

Lines Matching refs:m_textAutosizer

5697     if (!m_textAutosizer && !RuntimeEnabledFeatures::fastTextAutosizingEnabled())
5698 m_textAutosizer = TextAutosizer::create(this);
5699 return m_textAutosizer.get();