OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_textLength
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
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
);
SVGTextLayoutAttributesBuilder.h
73
unsigned
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
;
SVGTextContentElement.cpp
77
,
m_textLength
(SVGAnimatedTextLength::create(this))
81
addToPropertyMap(
m_textLength
);
237
m_textLength
->setBaseValueAsString(value, parseError);
/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
;
TextIterator.cpp
249
,
m_textLength
(0)
280
,
m_textLength
(0)
380
m_textLength
= 0;
835
m_textLength
= m_text.length();
836
m_lastCharacter = m_text[
m_textLength
- 1];
841
m_textLength
= 0;
[
all
...]
Completed in 1419 milliseconds