LineFragmentationData 193 Source/core/rendering/RootInlineBox.h struct LineFragmentationData; LineFragmentationData 194 Source/core/rendering/RootInlineBox.h LineFragmentationData* ensureLineFragmentationData() LineFragmentationData 197 Source/core/rendering/RootInlineBox.h m_fragmentationData = adoptPtr(new LineFragmentationData()); LineFragmentationData 217 Source/core/rendering/RootInlineBox.h WTF_MAKE_NONCOPYABLE(LineFragmentationData); WTF_MAKE_FAST_ALLOCATED; LineFragmentationData 219 Source/core/rendering/RootInlineBox.h LineFragmentationData() LineFragmentationData 232 Source/core/rendering/RootInlineBox.h OwnPtr<LineFragmentationData> m_fragmentationData;