Home
last modified time | relevance | path

Searched refs:TextSegment (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
DTextIterator.cpp2494 typedef pair<UChar*, unsigned> TextSegment; in plainTextToMallocAllocatedBuffer() typedef
2495 OwnPtr<Vector<TextSegment> > textSegments; in plainTextToMallocAllocatedBuffer()
2509 textSegments = adoptPtr(new Vector<TextSegment>); in plainTextToMallocAllocatedBuffer()
2530 const TextSegment& segment = textSegments->at(i); in plainTextToMallocAllocatedBuffer()