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

  /external/chromium_org/third_party/WebKit/public/web/
WebSpellCheckClient.h 48 // will point to the start of the misspelled word, and misspelledLength
50 // error, then upon return misspelledLength is 0. If optional_suggestions
54 int& misspelledLength,
  /external/chromium_org/content/shell/renderer/test_runner/
mock_spell_check.h 37 // the first invalid word to misspelledLength, respectively.
39 // misspelledOffset and 2 to misspelledLength, respectively.
  /external/chromium_org/chrome/browser/spellchecker/
misspelling_unittest.cc 26 "\"misspelledLength\": 7,"
misspelling.cc 59 result->SetInteger("misspelledLength", length);
feedback_sender_unittest.cc 439 "\"misspelledLength\":6,"
  /external/chromium_org/third_party/WebKit/Source/web/
ContextMenuClientImpl.cpp 336 int misspelledOffset, misspelledLength;
337 m_webView->spellCheckClient()->spellCheck(data.misspelledWord, misspelledOffset, misspelledLength, &data.dictionarySuggestions);
346 int misspelledOffset, misspelledLength;
348 data.misspelledWord, misspelledOffset, misspelledLength,
350 if (!misspelledLength)

Completed in 804 milliseconds