Searched refs:m_fastTextAutosizer (Results 1 – 2 of 2) sorted by relevance
1377 OwnPtr<FastTextAutosizer> m_fastTextAutosizer; variable
5704 if (!m_fastTextAutosizer && RuntimeEnabledFeatures::fastTextAutosizingEnabled()) in fastTextAutosizer()5705 m_fastTextAutosizer = FastTextAutosizer::create(this); in fastTextAutosizer()5706 return m_fastTextAutosizer.get(); in fastTextAutosizer()