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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutAttributesBuilder.h 50 // Invoked whenever the underlying DOM tree changes, so that m_textPositions is rebuild.
51 void clearTextPositioningElements() { m_textPositions.clear(); }
52 unsigned numberOfTextPositioningElements() const { return m_textPositions.size(); }
74 Vector<TextPosition> m_textPositions;
SVGTextLayoutAttributesBuilder.cpp 43 if (m_textPositions.isEmpty()) {
65 if (m_textPositions.isEmpty()) {
105 ASSERT(!start->isSVGText() || m_textPositions.isEmpty());
117 unsigned atPosition = m_textPositions.size();
119 m_textPositions.append(TextPosition(element, m_textLength));
127 TextPosition& position = m_textPositions[atPosition];
158 unsigned size = m_textPositions.size();
160 fillCharacterDataMap(m_textPositions[i]);

Completed in 43 milliseconds