OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textChunks
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextChunkBuilder.h
42
const Vector<SVGTextChunk>&
textChunks
() const { return m_textChunks; }
SVGTextLayoutEngine.cpp
186
const Vector<SVGTextChunk>&
textChunks
= lineLayout.m_chunkLayoutBuilder.
textChunks
();
188
unsigned size =
textChunks
.size();
190
const SVGTextChunk& chunk =
textChunks
.at(i);
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextIteratorTest.cpp
100
Vector<String>
textChunks
;
102
textChunks
.append(iterator.substring(0, iterator.length()));
105
return
textChunks
;
Completed in 76 milliseconds