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

  /external/webkit/Source/WebKit/chromium/public/
WebSpellCheckClient.h 45 // text contains a misspelled word, then upon return misspelledOffset
51 int& misspelledOffset,
  /external/webkit/Tools/DumpRenderTree/chromium/
MockSpellCheck.cpp 48 bool MockSpellCheck::spellCheckWord(const WebString& text, int* misspelledOffset, int* misspelledLength)
50 ASSERT(misspelledOffset);
57 *misspelledOffset = 0;
89 *misspelledOffset = wordOffset;
MockSpellCheck.h 57 // position of the first invalid word to misspelledOffset, and the length of
60 // misspelledOffset and 2 to misspelledLength, respectively.
62 int* misspelledOffset,
WebViewHost.cpp 408 void WebViewHost::spellCheck(const WebString& text, int& misspelledOffset, int& misspelledLength, WebVector<WebString>* optionalSuggestions)
411 m_spellcheck.spellCheckWord(text, &misspelledOffset, &misspelledLength);
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
ContextMenuClientImpl.cpp 263 int misspelledOffset, misspelledLength;
265 data.misspelledWord, misspelledOffset, misspelledLength,

Completed in 24 milliseconds