OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:misspelled_words
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/shell/renderer/test_runner/
mock_spell_check.cc
147
static const char*
misspelled_words
[] = {
local
160
for (size_t i = 0; i < arraysize(
misspelled_words
); ++i)
162
base::string16(
misspelled_words
[i],
163
misspelled_words
[i] + strlen(
misspelled_words
[i])));
Completed in 85 milliseconds