HomeSort by relevance Sort by last modified time
    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; }
57 Vector<SVGTextChunk> m_textChunks;
SVGTextChunkBuilder.cpp 79 if (m_textChunks.isEmpty())
82 unsigned chunkCount = m_textChunks.size();
84 processTextChunk(m_textChunks[i]);
86 m_textChunks.clear();
150 m_textChunks.append(chunk);

Completed in 622 milliseconds