CTLineRef          40 Source/platform/fonts/mac/ComplexTextController.h typedef const struct __CTLine * CTLineRef;
CTLineRef         151 Source/platform/fonts/mac/ComplexTextController.h     Vector<RetainPtr<CTLineRef> > m_coreTextLines;
CTLineRef         102 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp         RetainPtr<CTLineRef> line(AdoptCF, CTLineCreateWithAttributedString(attributedString.get()));