HomeSort by relevance Sort by last modified time
    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 7676 milliseconds