Searched refs:SpellcheckService (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_service.cc34 SpellcheckService::EventType g_status_type =
35 SpellcheckService::BDICT_NOTINITIALIZED;
37 SpellcheckService::SpellcheckService(content::BrowserContext* context) function in class:SpellcheckService
55 base::Bind(&SpellcheckService::OnEnableAutoSpellCorrectChanged,
59 base::Bind(&SpellcheckService::OnSpellCheckDictionaryChanged,
63 base::Bind(&SpellcheckService::OnUseSpellingServiceChanged,
67 base::Bind(&SpellcheckService::InitForAllRenderers,
81 SpellcheckService::~SpellcheckService() {
[all...]
H A Dspellcheck_factory.h13 class SpellcheckService;
17 // Internally, this owns all SpellcheckService objects.
20 // Returns the spell check host. This will create the SpellcheckService
22 static SpellcheckService* GetForContext(content::BrowserContext* context);
24 static SpellcheckService* GetForRenderProcessId(int render_process_id);
H A Dspellcheck_factory.cc19 SpellcheckService* SpellcheckServiceFactory::GetForContext(
21 return static_cast<SpellcheckService*>(
26 SpellcheckService* SpellcheckServiceFactory::GetForRenderProcessId(
45 "SpellcheckService",
55 // Many variables are initialized from the |context| in the SpellcheckService.
56 SpellcheckService* spellcheck = new SpellcheckService(context);
H A Dspellcheck_service_browsertest.cc58 // Attach an event to the SpellcheckService object so we can receive its
61 SpellcheckService::AttachStatusEvent(&event);
65 // Ensure that the SpellcheckService object does not already exist. Otherwise
66 // the next line will not force creation of the SpellcheckService and the
68 SpellcheckService* service = static_cast<SpellcheckService*>(
74 // Getting the spellcheck_service will initialize the SpellcheckService
76 // dictionary is loaded in the SpellcheckService constructor right now.
85 EXPECT_EQ(SpellcheckService::BDICT_CORRUPTED,
86 SpellcheckService
[all...]
H A Dspellcheck_service_unittest.cc21 return new SpellcheckService(static_cast<Profile*>(profile));
43 SpellcheckService::GetSpellCheckLanguagesFromAcceptLanguages(
56 SpellcheckService::GetSpellCheckLanguagesFromAcceptLanguages(
70 SpellcheckService::GetSpellCheckLanguagesFromAcceptLanguages(
87 SpellcheckService::GetSpellCheckLanguagesFromAcceptLanguages(
105 SpellcheckService::GetSpellCheckLanguagesFromAcceptLanguages(
H A Dspellcheck_service.h35 // SpellcheckService maintains any per-profile information about spellcheck.
36 class SpellcheckService : public KeyedService, class in inherits:KeyedService,content::NotificationObserver,SpellcheckCustomDictionary::Observer,SpellcheckHunspellDictionary::Observer
55 explicit SpellcheckService(content::BrowserContext* context);
56 virtual ~SpellcheckService();
168 base::WeakPtrFactory<SpellcheckService> weak_ptr_factory_;
170 DISALLOW_COPY_AND_ASSIGN(SpellcheckService);
H A Dspellcheck_hunspell_dictionary.h18 class SpellcheckService;
50 SpellcheckService* spellcheck_service);
150 SpellcheckService* spellcheck_service_;
H A Dspellcheck_custom_dictionary_unittest.cc61 return new SpellcheckService(static_cast<Profile*>(profile));
190 SpellcheckService* spellcheck_service =
195 SpellcheckService* spellcheck_service2 =
196 static_cast<SpellcheckService*>(
362 SpellcheckService* spellcheck_service =
433 SpellcheckService* spellcheck_service =
438 SpellcheckService* spellcheck_service2 =
439 static_cast<SpellcheckService*>(
484 SpellcheckService* spellcheck_service =
489 SpellcheckService* spellcheck_service
[all...]
H A Dspellcheck_message_filter.h14 class SpellcheckService;
67 virtual SpellcheckService* GetSpellcheckService() const;
H A Dspellcheck_message_filter.cc75 SpellcheckService* spellcheck_service =
89 SpellcheckService* spellcheck = GetSpellcheckService();
100 SpellcheckService* spellcheck = GetSpellcheckService();
134 SpellcheckService* spellcheck = GetSpellcheckService();
188 SpellcheckService* SpellCheckMessageFilter::GetSpellcheckService() const {
H A Dspellcheck_message_filter_unittest.cc20 spellcheck_(new SpellcheckService(&profile_)) {}
27 virtual SpellcheckService* GetSpellcheckService() const OVERRIDE {
50 scoped_ptr<SpellcheckService> spellcheck_;
H A Dspellcheck_hunspell_dictionary.cc96 SpellcheckService* spellcheck_service)
317 SpellcheckService::BDICT_CORRUPTED)) {
H A Dspellcheck_message_filter_mac.cc170 SpellcheckService* spellcheck_service =
/external/chromium_org/chrome/browser/extensions/api/spellcheck/
H A Dspellcheck_api.cc28 SpellcheckService::DictionaryFormat GetDictionaryFormat(
31 return SpellcheckService::DICT_HUNSPELL;
33 return SpellcheckService::DICT_TEXT;
35 return SpellcheckService::DICT_UNKNOWN;
64 SpellcheckService* spellcheck =
81 SpellcheckService* spellcheck =
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dspelling_menu_observer.cc156 SpellcheckService* spellcheck_service =
251 SpellcheckService* spellcheck =
277 SpellcheckService* spellcheck =
350 SpellcheckService* spellcheck =
H A Dspellchecker_submenu_observer_hunspell.cc49 SpellcheckService::GetSpellCheckLanguages(profile, &languages_);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dlanguage_dictionary_overlay_handler.cc88 SpellcheckService* service = SpellcheckServiceFactory::GetForContext(
H A Dlanguage_options_handler_common.cc284 SpellcheckService* service = SpellcheckServiceFactory::GetForContext(

Completed in 155 milliseconds