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 32 : m_textLength(0)
47 m_textLength = 0;
51 if (!m_textLength)
67 m_textLength = 0;
72 if (!m_textLength)
110 processRenderSVGInlineText(toRenderSVGInlineText(child), m_textLength, lastCharacter);
120 m_textPositions.append(TextPosition(element, m_textLength));
130 position.length = m_textLength - position.start;
140 TextPosition wholeTextPosition(outermostTextElement, 0, m_textLength);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.h 63 SVGAnimatedLength* textLength() { return m_textLength.get(); }
81 RefPtr<SVGAnimatedLength> m_textLength;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.h 90 int length() const { return m_textLength; }
179 int m_textLength;
245 int length() const { return m_textLength; }
252 if (!m_textLength)
257 m_textContainer.prependTo(output, m_textOffset, m_textLength);
295 String m_textContainer; // We're interested in the range [m_textOffset, m_textOffset + m_textLength) of m_textContainer.
297 int m_textLength;

Completed in 103 milliseconds