Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineTextBox.h51 void clearTextFragments() { m_textFragments.clear(); } in clearTextFragments()
52 Vector<SVGTextFragment>& textFragments() { return m_textFragments; } in textFragments()
53 const Vector<SVGTextFragment>& textFragments() const { return m_textFragments; } in textFragments()
82 Vector<SVGTextFragment> m_textFragments; variable
DSVGInlineTextBox.cpp160 unsigned textFragmentsSize = m_textFragments.size(); in localSelectionRect()
162 const SVGTextFragment& fragment = m_textFragments.at(i); in localSelectionRect()
221 unsigned textFragmentsSize = m_textFragments.size(); in paintSelectionBackground()
223 SVGTextFragment& fragment = m_textFragments.at(i); in paintSelectionBackground()
294 unsigned textFragmentsSize = m_textFragments.size(); in paint()
296 SVGTextFragment& fragment = m_textFragments.at(i); in paint()
729 unsigned textFragmentsSize = m_textFragments.size(); in calculateBoundaries()
731 const SVGTextFragment& fragment = m_textFragments.at(i); in calculateBoundaries()