shouldHandleLayout  317 Source/core/rendering/FastTextAutosizer.cpp     ASSERT(enabled() && shouldHandleLayout());
shouldHandleLayout  346 Source/core/rendering/FastTextAutosizer.cpp     if (!enabled() || !shouldHandleLayout())
shouldHandleLayout  409 Source/core/rendering/FastTextAutosizer.cpp     ASSERT(enabled() && shouldHandleLayout());
shouldHandleLayout 1042 Source/core/rendering/FastTextAutosizer.cpp     if (m_textAutosizer->enabled() && m_textAutosizer->shouldHandleLayout())
shouldHandleLayout  202 Source/core/rendering/FastTextAutosizer.h     bool shouldHandleLayout() const;