Home | History | Annotate | Download | only in test_runner

Lines Matching defs:word

51     // Extract the first possible English word from the given string.
54 // misspelled-word table.
65 base::string16 word;
67 // Look up our misspelled-word table to check if the extracted word is a
68 // known misspelled word, and return the offset and the length of the
69 // extracted word if this word is a known misspelled word.
71 // misspelled-word table.)
77 word = string_text.substr(word_offset, word_length);
78 if (word == misspelled_words_.at(i) &&
106 bool MockSpellCheck::HasInCache(const blink::WebString& word) {
107 return word == blink::WebString::fromUTF8("Spell wellcome. Is it broken?") ||
108 word == blink::WebString::fromUTF8("Spell wellcome.\x007F");
125 const blink::WebString& word,
127 if (word == blink::WebString::fromUTF8("wellcome"))
129 else if (word == blink::WebString::fromUTF8("upper case"))
131 else if (word == blink::WebString::fromUTF8("Helllo"))
133 else if (word == blink::WebString::fromUTF8("wordl"))
145 // well-spelled words, it is easier to compare the given word with misspelled