OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_textChunks
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/svg/
SVGTextChunkBuilder.h
43
const Vector<SVGTextChunk>& textChunks() const { return
m_textChunks
; }
58
Vector<SVGTextChunk>
m_textChunks
;
SVGTextChunkBuilder.cpp
80
if (
m_textChunks
.isEmpty())
83
unsigned chunkCount =
m_textChunks
.size();
85
processTextChunk(
m_textChunks
[i]);
87
m_textChunks
.clear();
150
m_textChunks
.append(chunk);
Completed in 137 milliseconds