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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 538 RefPtrWillBeRawPtr<Range> checkRange = fullParagraphToCheck.checkingRange();
540 markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, checkRange.get(), checkRange.get(), asynchronous, 0);
545 checkRange = fullParagraphToCheck.subrange(currentChunkStart, kChunkSize);
546 setStart(checkRange.get(), startOfSentence(VisiblePosition(checkRange->startPosition())));
547 setEnd(checkRange.get(), endOfSentence(VisiblePosition(checkRange->endPosition())));
550 markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, checkRange.get(), checkRange.get(), asynchronous, iter, &checkingLength)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp 126 static bool checkRange (TestLog& log, const vector<deUint32>& values, const vector<deUint32>& min, const vector<deUint32>& max);
643 bool AtomicCounterTest::checkRange (TestLog& log, const vector<deUint32>& values, const vector<deUint32>& min, const vector<deUint32>& max)
874 if (!checkRange(log, counterIncrements, counterPreGets, counterPostGets))
901 if (!checkRange(log, counterDecrements, counterPostGets, counterPreGets))
    [all...]
  /external/chromium_org/v8/test/mjsunit/
external-array-no-sse2.js 684 function checkRange() {
715 checkRange();
external-array.js 684 function checkRange() {
715 checkRange();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 975 milliseconds