OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hunspell_dictionary_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/options/
language_options_handler_common.cc
147
if (
hunspell_dictionary_
.get())
148
hunspell_dictionary_
->RemoveObserver(this);
149
hunspell_dictionary_
.reset();
220
if (
hunspell_dictionary_
->IsDownloadInProgress())
222
else if (
hunspell_dictionary_
->IsDownloadFailure())
281
if (
hunspell_dictionary_
.get())
282
hunspell_dictionary_
->RemoveObserver(this);
283
hunspell_dictionary_
.reset();
286
hunspell_dictionary_
= service->GetHunspellDictionary()->AsWeakPtr();
287
hunspell_dictionary_
->AddObserver(this)
[
all
...]
language_options_handler_common.h
92
base::WeakPtr<SpellcheckHunspellDictionary>
hunspell_dictionary_
;
member in class:options::LanguageOptionsHandlerCommon
/external/chromium_org/chrome/browser/spellchecker/
spellcheck_service.cc
168
if (
hunspell_dictionary_
->GetDictionaryFile().IsValid()) {
170
hunspell_dictionary_
->GetDictionaryFile().GetPlatformFile(),
177
hunspell_dictionary_
->GetLanguage(),
192
return
hunspell_dictionary_
.get();
283
if (
hunspell_dictionary_
.get())
284
hunspell_dictionary_
->RemoveObserver(this);
290
hunspell_dictionary_
.reset(new SpellcheckHunspellDictionary(
292
hunspell_dictionary_
->AddObserver(this);
293
hunspell_dictionary_
->Load();
spellcheck_service.h
164
scoped_ptr<SpellcheckHunspellDictionary>
hunspell_dictionary_
;
member in class:SpellcheckService
Completed in 2270 milliseconds