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

  /external/webkit/Tools/DumpRenderTree/chromium/
MockSpellCheck.cpp 111 static const char* misspelledWords[] = {
146 for (size_t i = 0; i < arraysize(misspelledWords); ++i)
147 m_misspelledWords.add(WTF::String::fromUTF8(misspelledWords[i]), false);
  /external/webkit/Tools/DumpRenderTree/win/
EditingDelegate.cpp 380 static const TCHAR* misspelledWords[] = {
415 for (size_t i = 0; misspelledWords[i]; ++i) {
416 if (word == misspelledWords[i]) {

Completed in 638 milliseconds