HomeSort by relevance Sort by last modified time
    Searched defs:m_textLength (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutAttributesBuilder.h 73 unsigned m_textLength;
SVGTextLayoutAttributesBuilder.cpp 31 : m_textLength(0)
46 m_textLength = 0;
50 if (!m_textLength)
66 m_textLength = 0;
71 if (!m_textLength)
109 processRenderSVGInlineText(toRenderSVGInlineText(child), m_textLength, lastCharacter);
119 m_textPositions.append(TextPosition(element, m_textLength));
129 position.length = m_textLength - position.start;
139 TextPosition wholeTextPosition(outermostTextElement, 0, m_textLength);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.h 92 // as its getter needs special handling (return getComputedTextLength(), instead of m_textLength).
116 mutable SVGSynchronizableAnimatedProperty<SVGLength> m_textLength;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.h 95 int length() const { return m_textLength; }
161 int m_textLength;
225 int length() const { return m_textLength; }
230 if (!m_textLength)
235 m_textContainer.prependTo(output, m_textOffset, m_textLength);
269 String m_textContainer; // We're interested in the range [m_textOffset, m_textOffset + m_textLength) of m_textContainer.
271 int m_textLength;

Completed in 34 milliseconds