Searched defs:firstMisspellingOffset (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextCheckingHelper.cpp233 String TextCheckingHelper::findFirstMisspelling(int& firstMisspellingOffset, bool markAll, RefPtrWillBeRawPtr<Range>& firstMisspellingRange) argument
236 firstMisspellingOffset = 0;
270 firstMisspellingOffset = currentChunkOffset + misspellingLocation;

Completed in 92 milliseconds