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

  /external/webkit/Tools/DumpRenderTree/chromium/
MockSpellCheck.h 61 bool spellCheckWord(const WebKit::WebString& text,
70 // SpellCheckWord() is called for the first time.
MockSpellCheck.cpp 48 bool MockSpellCheck::spellCheckWord(const WebString& text, int* misspelledOffset, int* misspelledLength)
WebViewHost.cpp 411 m_spellcheck.spellCheckWord(text, &misspelledOffset, &misspelledLength);
430 m_spellcheck.spellCheckWord(WebString(text.characters(), text.length()), &misspelledPosition, &misspelledLength);
    [all...]

Completed in 387 milliseconds