OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:platform_spelling_engine_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck_language.cc
13
:
platform_spelling_engine_
(CreateNativeSpellingEngine()) {
20
DCHECK(
platform_spelling_engine_
.get());
21
platform_spelling_engine_
->Init(file.Pass());
29
DCHECK(
platform_spelling_engine_
.get());
30
return
platform_spelling_engine_
->InitializeIfNeeded();
49
if (!
platform_spelling_engine_
.get() ||
50
!
platform_spelling_engine_
->IsEnabled())
69
DCHECK(
platform_spelling_engine_
.get());
73
if (
platform_spelling_engine_
->CheckSpelling(word, tag))
86
platform_spelling_engine_
->FillSuggestionList(word
[
all
...]
spellcheck_language.h
71
scoped_ptr<SpellingEngine>
platform_spelling_engine_
;
member in class:SpellcheckLanguage
spellcheck_unittest.cc
63
spell_check_->spellcheck_.
platform_spelling_engine_
.reset(
79
return spell_check_->spellcheck_.
platform_spelling_engine_
->CheckSpelling(
[
all
...]
Completed in 201 milliseconds