OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:subrange
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.cpp
158
PassRefPtr<Range> TextCheckingParagraph::
subrange
(int characterOffset, int characterCount) const
function in class:WebCore::TextCheckingParagraph
161
return TextIterator::
subrange
(paragraphRange().get(), characterOffset, characterCount);
264
RefPtr<Range> misspellingRange = TextIterator::
subrange
(m_range.get(), currentChunkOffset + misspellingLocation, misspellingLength);
434
RefPtr<Range> badGrammarRange = TextIterator::
subrange
(m_range.get(), badGrammarPhraseLocation - startOffset + detail->location, detail->length);
TextIterator.cpp
1992
PassRefPtr<Range> TextIterator::
subrange
(Range* entireRange, int characterOffset, int characterCount)
function in class:WebCore::TextIterator
[
all
...]
/prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar
Completed in 87 milliseconds