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/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextChunkBuilder.h
42
const Vector<SVGTextChunk>& textChunks() const { return
m_textChunks
; }
56
Vector<SVGTextChunk>
m_textChunks
;
SVGTextChunkBuilder.cpp
73
if (
m_textChunks
.isEmpty())
76
unsigned chunkCount =
m_textChunks
.size();
78
processTextChunk(
m_textChunks
[i]);
80
m_textChunks
.clear();
145
m_textChunks
.append(chunk);
Completed in 53 milliseconds