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

  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.h 37 PassRefPtr<Range> subrange(int characterOffset, int characterCount) const;
TextCheckingHelper.cpp 88 PassRefPtr<Range> TextCheckingParagraph::subrange(int characterOffset, int characterCount) const function in class:WebCore::TextCheckingParagraph
91 return TextIterator::subrange(paragraphRange().get(), characterOffset, characterCount);
198 RefPtr<Range> misspellingRange = TextIterator::subrange(m_range.get(), currentChunkOffset + misspellingLocation, misspellingLength);
378 RefPtr<Range> badGrammarRange = TextIterator::subrange(m_range.get(), badGrammarPhraseLocation - startOffset + detail->location, detail->length);
TextIterator.h 103 static PassRefPtr<Range> subrange(Range* entireRange, int characterOffset, int characterCount);
Editor.cpp     [all...]
SpellingCorrectionController.cpp 230 RefPtr<Range> replacementRange = TextIterator::subrange(paragraphRangeContainingCorrection.get(), correctionStartOffsetInParagraph, m_correctionPanelInfo.replacementString.length());
TextIterator.cpp 2275 PassRefPtr<Range> TextIterator::subrange(Range* entireRange, int characterOffset, int characterCount) function in class:WebCore::TextIterator
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 459 RefPtr<Range> finalRange = TextIterator::subrange(fullCharacterRange.get(), extractedRange.location, extractedRange.length);
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 403 milliseconds