Searched refs:misspelledWords (Results 1 – 2 of 2) sorted by relevance
111 static const char* misspelledWords[] = { in initializeIfNeeded() local146 for (size_t i = 0; i < arraysize(misspelledWords); ++i) in initializeIfNeeded()147 m_misspelledWords.add(WTF::String::fromUTF8(misspelledWords[i]), false); in initializeIfNeeded()
380 static const TCHAR* misspelledWords[] = { in checkSpellingOfString() local415 for (size_t i = 0; misspelledWords[i]; ++i) { in checkSpellingOfString()416 if (word == misspelledWords[i]) { in checkSpellingOfString()