CTRunRef           39 Source/platform/fonts/mac/ComplexTextController.h typedef const struct __CTRun * CTRunRef;
CTRunRef           77 Source/platform/fonts/mac/ComplexTextController.h         static PassRefPtr<ComplexTextRun> create(CTRunRef ctRun, const SimpleFontData* fontData, const UChar* characters, unsigned stringLocation, size_t stringLength, CFRange runRange)
CTRunRef          103 Source/platform/fonts/mac/ComplexTextController.h         ComplexTextRun(CTRunRef, const SimpleFontData*, const UChar* characters, unsigned stringLocation, size_t stringLength, CFRange runRange);
CTRunRef          122 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp             CTRunRef ctRun = static_cast<CTRunRef>(CFArrayGetValueAtIndex(runArray, r));