OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpellCheckWord
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chrome/renderer/spellchecker/
custom_dictionary_engine_unittest.cc
13
EXPECT_FALSE(engine.
SpellCheckWord
(base::string16().c_str(), 15, 23));
18
EXPECT_FALSE(engine.
SpellCheckWord
(base::ASCIIToUTF16("helllo").c_str(),
23
EXPECT_TRUE(engine.
SpellCheckWord
(base::ASCIIToUTF16("helllo").c_str(),
29
EXPECT_FALSE(CustomDictionaryEngine().
SpellCheckWord
(data, 1, 1));
custom_dictionary_engine.h
28
bool
SpellCheckWord
(const base::string16& text,
spellcheck_language.h
37
bool
SpellCheckWord
(const base::char16* in_word,
spellcheck.cc
206
bool SpellCheck::
SpellCheckWord
(
221
return spellcheck_.
SpellCheckWord
(in_word, in_word_len,
237
// Spellcheck::
SpellCheckWord
() automatically breaks text into words and
245
if (
SpellCheckWord
(&text[offset],
255
if (!custom_dictionary_.
SpellCheckWord
(
309
SpellCheckWord
(misspelled_word, word_length, tag, &misspelling_start,
396
if (
SpellCheckWord
(text + word_location, word_length, 0,
401
if (!custom_dictionary_.
SpellCheckWord
(
custom_dictionary_engine.cc
43
bool CustomDictionaryEngine::
SpellCheckWord
(
spellcheck.h
69
bool
SpellCheckWord
(const base::char16* in_word,
spellcheck_language.cc
33
bool SpellcheckLanguage::
SpellCheckWord
(
spellcheck_unittest.cc
129
// Operates unit tests for the content::SpellCheck::
SpellCheckWord
() function
388
bool result = spell_check()->
SpellCheckWord
(
439
bool result = spell_check()->
SpellCheckWord
(
[
all
...]
spellcheck_provider.cc
135
spellcheck_->
SpellCheckWord
(
/external/chromium_org/content/shell/renderer/test_runner/
mock_spell_check.h
40
bool
SpellCheckWord
(const blink::WebString& text,
58
//
SpellCheckWord
() is called for the first time.
spell_check_client.cc
54
spell_check_.
SpellCheckWord
(text, &misspelled_offset, &misspelled_length);
68
spell_check_.
SpellCheckWord
(
118
spell_check_.
SpellCheckWord
(
mock_spell_check.cc
32
bool MockSpellCheck::
SpellCheckWord
(const blink::WebString& text,
Completed in 583 milliseconds