HomeSort by relevance Sort by last modified time
    Searched refs:SpellcheckService (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_service.cc 34 SpellcheckService::EventType g_status_type =
35 SpellcheckService::BDICT_NOTINITIALIZED;
37 SpellcheckService::SpellcheckService(content::BrowserContext* context)
55 base::Bind(&SpellcheckService::OnEnableAutoSpellCorrectChanged,
59 base::Bind(&SpellcheckService::OnSpellCheckDictionaryChanged,
63 base::Bind(&SpellcheckService::OnUseSpellingServiceChanged,
67 base::Bind(&SpellcheckService::InitForAllRenderers,
81 SpellcheckService::~SpellcheckService() {
    [all...]
spellcheck_factory.h 13 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);
spellcheck_factory.cc 18 SpellcheckService* SpellcheckServiceFactory::GetForContext(
20 return static_cast<SpellcheckService*>(
25 SpellcheckService* SpellcheckServiceFactory::GetForRenderProcessId(
44 "SpellcheckService",
54 // Many variables are initialized from the |context| in the SpellcheckService.
55 SpellcheckService* spellcheck = new SpellcheckService(context);
spellcheck_service.h 35 // SpellcheckService maintains any per-profile information about spellcheck.
36 class SpellcheckService : public KeyedService,
55 explicit SpellcheckService(content::BrowserContext* context);
56 virtual ~SpellcheckService();
168 base::WeakPtrFactory<SpellcheckService> weak_ptr_factory_;
170 DISALLOW_COPY_AND_ASSIGN(SpellcheckService);
spellcheck_service_browsertest.cc 58 // 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::GetStatusEvent())
    [all...]
spellcheck_service_unittest.cc 21 return new SpellcheckService(static_cast<Profile*>(profile));
43 SpellcheckService::GetSpellCheckLanguagesFromAcceptLanguages(
56 SpellcheckService::GetSpellCheckLanguagesFromAcceptLanguages(
70 SpellcheckService::GetSpellCheckLanguagesFromAcceptLanguages(
87 SpellcheckService::GetSpellCheckLanguagesFromAcceptLanguages(
105 SpellcheckService::GetSpellCheckLanguagesFromAcceptLanguages(
spellcheck_message_filter.h 14 class SpellcheckService;
67 virtual SpellcheckService* GetSpellcheckService() const;
spellcheck_hunspell_dictionary.h 18 class SpellcheckService;
50 SpellcheckService* spellcheck_service);
150 SpellcheckService* spellcheck_service_;
spellcheck_custom_dictionary_unittest.cc 61 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_service2
    [all...]
spellcheck_message_filter.cc 75 SpellcheckService* spellcheck_service =
89 SpellcheckService* spellcheck = GetSpellcheckService();
100 SpellcheckService* spellcheck = GetSpellcheckService();
134 SpellcheckService* spellcheck = GetSpellcheckService();
188 SpellcheckService* SpellCheckMessageFilter::GetSpellcheckService() const {
spellcheck_message_filter_unittest.cc 20 spellcheck_(new SpellcheckService(&profile_)) {}
27 virtual SpellcheckService* GetSpellcheckService() const OVERRIDE {
50 scoped_ptr<SpellcheckService> spellcheck_;
spellcheck_hunspell_dictionary.cc 96 SpellcheckService* spellcheck_service)
317 SpellcheckService::BDICT_CORRUPTED)) {
spellcheck_message_filter_mac.cc 170 SpellcheckService* spellcheck_service =
  /external/chromium_org/chrome/browser/extensions/api/spellcheck/
spellcheck_api.cc 28 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/
spelling_menu_observer.cc 160 SpellcheckService* spellcheck_service =
255 SpellcheckService* spellcheck =
281 SpellcheckService* spellcheck =
349 SpellcheckService* spellcheck =
spellchecker_submenu_observer_hunspell.cc 49 SpellcheckService::GetSpellCheckLanguages(browser_context, &languages_);
  /external/chromium_org/chrome/browser/ui/webui/options/
language_dictionary_overlay_handler.cc 88 SpellcheckService* service = SpellcheckServiceFactory::GetForContext(
language_options_handler_common.cc 284 SpellcheckService* service = SpellcheckServiceFactory::GetForContext(

Completed in 308 milliseconds