Searched refs:misspelled_length (Results 1 - 3 of 3) sorted by path

/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_spell_check.cc34 int* misspelled_length) {
36 DCHECK(misspelled_length);
43 *misspelled_length = 0;
83 *misspelled_length = word_length;
88 if (*misspelled_length > 0)
32 SpellCheckWord(const blink::WebString& text, int* misspelled_offset, int* misspelled_length) argument
H A Dmock_spell_check.h42 int* misspelled_length);
H A Dspell_check_client.cc51 int& misspelled_length,
54 spell_check_.SpellCheckWord(text, &misspelled_offset, &misspelled_length);
67 int misspelled_length = 0; local
69 data.substr(offset), &misspelled_position, &misspelled_length);
70 if (!misspelled_length)
75 result.length = misspelled_length;
77 offset += misspelled_position + misspelled_length;
117 int misspelled_length = 0; local
119 blink::WebString(text), &misspelled_position, &misspelled_length); local
120 if (!misspelled_length)
48 spellCheck( const blink::WebString& text, int& misspelled_offset, int& misspelled_length, blink::WebVector<blink::WebString>* optional_suggestions) argument
[all...]

Completed in 176 milliseconds