Home
last modified time | relevance | path

Searched refs:m_svgTextChunks (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
DSVGRootInlineBox.h89 Vector<SVGTextChunk> m_svgTextChunks; variable
DSVGRootInlineBox.cpp861 m_svgTextChunks.clear(); in computePerCharacterLayoutInformation()
870 buildTextChunks(m_svgChars, m_svgTextChunks, this); in computePerCharacterLayoutInformation()
1538 return m_svgTextChunks; in svgTextChunks()
1543 Vector<SVGTextChunk>::iterator it = m_svgTextChunks.begin(); in layoutTextChunks()
1544 Vector<SVGTextChunk>::iterator end = m_svgTextChunks.end(); in layoutTextChunks()
1631 Vector<SVGTextChunk>::iterator it = m_svgTextChunks.begin(); in walkTextChunks()
1632 Vector<SVGTextChunk>::iterator itEnd = m_svgTextChunks.end(); in walkTextChunks()