Home
last modified time | relevance | path

Searched refs:m_fastTextAutosizer (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h1377 OwnPtr<FastTextAutosizer> m_fastTextAutosizer; variable
DDocument.cpp5704 if (!m_fastTextAutosizer && RuntimeEnabledFeatures::fastTextAutosizingEnabled()) in fastTextAutosizer()
5705 m_fastTextAutosizer = FastTextAutosizer::create(this); in fastTextAutosizer()
5706 return m_fastTextAutosizer.get(); in fastTextAutosizer()