Searched refs:LineFragmentationData (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRootInlineBox.h192 struct LineFragmentationData;
193 LineFragmentationData* ensureLineFragmentationData()
196 m_fragmentationData = adoptPtr(new LineFragmentationData());
209 struct LineFragmentationData { struct in class:blink::RootInlineBox
210 WTF_MAKE_NONCOPYABLE(LineFragmentationData); WTF_MAKE_FAST_ALLOCATED;
212 LineFragmentationData() function in struct:blink::RootInlineBox::LineFragmentationData
225 OwnPtr<LineFragmentationData> m_fragmentationData;

Completed in 64 milliseconds