Searched refs:TextSegment (Results 1 – 1 of 1) sorted by relevance
2494 typedef pair<UChar*, unsigned> TextSegment; in plainTextToMallocAllocatedBuffer() typedef2495 OwnPtr<Vector<TextSegment> > textSegments; in plainTextToMallocAllocatedBuffer()2509 textSegments = adoptPtr(new Vector<TextSegment>); in plainTextToMallocAllocatedBuffer()2530 const TextSegment& segment = textSegments->at(i); in plainTextToMallocAllocatedBuffer()