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

  /external/chromium_org/content/shell/renderer/test_runner/
mock_spell_check.h 36 // position of the first invalid word to misspelledOffset, and the length of
39 // misspelledOffset and 2 to misspelledLength, respectively.
  /external/chromium_org/third_party/WebKit/public/web/
WebSpellCheckClient.h 47 // text contains a misspelled word, then upon return misspelledOffset
53 int& misspelledOffset,
  /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,

Completed in 315 milliseconds