OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpellcheckServiceFactory
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/chrome/browser/spellchecker/
spellcheck_factory.h
18
class
SpellcheckServiceFactory
: public BrowserContextKeyedServiceFactory {
26
static
SpellcheckServiceFactory
* GetInstance();
29
friend struct DefaultSingletonTraits<
SpellcheckServiceFactory
>;
31
SpellcheckServiceFactory
();
32
virtual ~
SpellcheckServiceFactory
();
45
DISALLOW_COPY_AND_ASSIGN(
SpellcheckServiceFactory
);
spellcheck_factory.cc
19
SpellcheckService*
SpellcheckServiceFactory
::GetForContext(
26
SpellcheckService*
SpellcheckServiceFactory
::GetForRenderProcessId(
39
SpellcheckServiceFactory
*
SpellcheckServiceFactory
::GetInstance() {
40
return Singleton<
SpellcheckServiceFactory
>::get();
43
SpellcheckServiceFactory
::
SpellcheckServiceFactory
()
51
SpellcheckServiceFactory
::~
SpellcheckServiceFactory
() {}
53
BrowserContextKeyedService*
SpellcheckServiceFactory
::BuildServiceInstanceFor
[
all
...]
spellcheck_custom_dictionary_unittest.cc
68
SpellcheckServiceFactory
::GetInstance()->SetTestingFactoryAndUse(
217
SpellcheckServiceFactory
::GetForContext(&profile_);
223
SpellcheckServiceFactory
::GetInstance()->SetTestingFactoryAndUse(
323
SpellcheckServiceFactory
::GetForContext(
353
SpellcheckServiceFactory
::GetForContext(
389
SpellcheckServiceFactory
::GetForContext(&profile_);
460
SpellcheckServiceFactory
::GetForContext(&profile_);
466
SpellcheckServiceFactory
::GetInstance()->SetTestingFactoryAndUse(
506
SpellcheckServiceFactory
::GetForContext(&profile_);
512
SpellcheckServiceFactory
::GetInstance()->SetTestingFactoryAndUse
[
all
...]
spellcheck_service_browsertest.cc
69
SpellcheckServiceFactory
::GetInstance()->GetServiceForBrowserContext(
78
SpellcheckServiceFactory
::GetForContext(context);
spellcheck_message_filter.cc
76
SpellcheckServiceFactory
::GetForContext(host->GetBrowserContext());
189
return
SpellcheckServiceFactory
::GetForRenderProcessId(render_process_id_);
spellcheck_service_unittest.cc
29
SpellcheckServiceFactory
::GetInstance()->SetTestingFactoryAndUse(
spellcheck_message_filter_mac.cc
169
SpellcheckServiceFactory
::GetForRenderProcessId(render_process_id_);
spellcheck_service.cc
163
if (
SpellcheckServiceFactory
::GetForContext(context) != this)
/external/chromium_org/chrome/browser/extensions/api/spellcheck/
spellcheck_api.cc
73
spellcheck =
SpellcheckServiceFactory
::GetForContext(profile);
89
spellcheck =
SpellcheckServiceFactory
::GetForContext(profile);
101
DependsOn(
SpellcheckServiceFactory
::GetInstance());
/external/chromium_org/chrome/browser/sync/test/integration/
dictionary_helper.cc
42
return
SpellcheckServiceFactory
::GetForContext(
47
return
SpellcheckServiceFactory
::GetForContext(
/external/chromium_org/chrome/browser/tab_contents/
spelling_menu_observer.cc
158
SpellcheckServiceFactory
::GetForContext(profile);
263
SpellcheckServiceFactory
::GetForContext(profile);
289
SpellcheckServiceFactory
::GetForContext(profile);
362
SpellcheckServiceFactory
::GetForContext(profile);
/external/chromium_org/chrome/browser/ui/webui/options/
language_dictionary_overlay_handler.cc
88
SpellcheckService* service =
SpellcheckServiceFactory
::GetForContext(
language_options_handler_common.cc
279
SpellcheckService* service =
SpellcheckServiceFactory
::GetForContext(
/external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc
374
SpellcheckServiceFactory
::GetInstance();
/external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc
419
return
SpellcheckServiceFactory
::GetForContext(profile_)->
Completed in 1894 milliseconds