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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.h 96 UChar characterAt(unsigned index) const;
308 UChar characterAt(unsigned index) const { return m_textIterator.characterAt(m_runOffset + index); }
355 UChar characterAt(unsigned index) const;
TextIterator.cpp 426 UChar TextIterator::characterAt(unsigned index) const
    [all...]
TextCheckingHelper.cpp 245 if (!(length == 1 && it.characterAt(0) == ' ')) {
VisibleSelection.cpp 245 UChar c = charIt.characterAt(0);
VisibleUnits.cpp 598 if (charIt.characterAt(0) == '\n') {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineIterator.h 79 && !toRenderText(m_obj)->isWordBreak() && toRenderText(m_obj)->characterAt(m_pos) == '\n';
87 UChar characterAt(unsigned) const;
373 inline UChar InlineIterator::characterAt(unsigned index) const
378 return toRenderText(m_obj)->characterAt(index);
383 return characterAt(m_pos);
391 return characterAt(m_pos - 1);
RenderText.h 77 UChar characterAt(unsigned) const;
215 inline UChar RenderText::characterAt(unsigned i) const
RenderBlockLineLayout.cpp     [all...]
InlineFlowBox.cpp 384 if (needsWordSpacing && isSpaceOrNewline(rt->characterAt(text->start())))
386 needsWordSpacing = !isSpaceOrNewline(rt->characterAt(text->end()));
    [all...]
RenderText.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutAttributesBuilder.cpp 94 UChar currentCharacter = text->characterAt(textPosition);
SVGTextLayoutEngine.cpp 491 UChar currentCharacter = text->characterAt(m_visualCharacterOffset);
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.h 454 UChar characterAt(unsigned index) const

Completed in 394 milliseconds