HomeSort by relevance Sort by last modified time
    Searched refs:m_lineLayoutBoxes (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.h 82 Vector<SVGInlineTextBox*> m_lineLayoutBoxes;
SVGTextLayoutEngine.cpp 183 lineLayout.m_chunkLayoutBuilder.buildTextChunks(lineLayout.m_lineLayoutBoxes);
255 m_lineLayoutBoxes.append(textBox);
312 m_chunkLayoutBuilder.layoutTextChunks(m_lineLayoutBoxes);
315 if (!m_lineLayoutBoxes.isEmpty()) {
318 dumpTextBoxes(m_lineLayoutBoxes);
321 finalizeTransformMatrices(m_lineLayoutBoxes);

Completed in 83 milliseconds