OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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()) {
22
DCHECK(
platform_spelling_engine_
.get());
23
platform_spelling_engine_
->Init(file);
31
DCHECK(
platform_spelling_engine_
.get());
32
return
platform_spelling_engine_
->InitializeIfNeeded();
51
if (!
platform_spelling_engine_
.get() ||
52
!
platform_spelling_engine_
->IsEnabled())
71
DCHECK(
platform_spelling_engine_
.get());
75
if (
platform_spelling_engine_
->CheckSpelling(word, tag))
88
platform_spelling_engine_
->FillSuggestionList(word
[
all
...]
spellcheck_language.h
71
scoped_ptr<SpellingEngine>
platform_spelling_engine_
;
member in class:SpellcheckLanguage
spellcheck_unittest.cc
67
spell_check_->spellcheck_.
platform_spelling_engine_
.reset(
83
return spell_check_->spellcheck_.
platform_spelling_engine_
->CheckSpelling(
[
all
...]
Completed in 172 milliseconds