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

  /external/chromium_org/chrome/browser/extensions/api/spellcheck/
spellcheck_api.h 16 class SpellcheckAPI : public ProfileKeyedAPI,
19 explicit SpellcheckAPI(Profile* profile);
20 virtual ~SpellcheckAPI();
23 static ProfileKeyedAPIFactory<SpellcheckAPI>* GetFactoryInstance();
26 friend class ProfileKeyedAPIFactory<SpellcheckAPI>;
35 return "SpellcheckAPI";
40 DISALLOW_COPY_AND_ASSIGN(SpellcheckAPI);
44 void ProfileKeyedAPIFactory<SpellcheckAPI>::DeclareFactoryDependencies();
spellcheck_api.cc 43 SpellcheckAPI::SpellcheckAPI(Profile* profile) {
50 SpellcheckAPI::~SpellcheckAPI() {
53 static base::LazyInstance<ProfileKeyedAPIFactory<SpellcheckAPI> >
57 ProfileKeyedAPIFactory<SpellcheckAPI>* SpellcheckAPI::GetFactoryInstance() {
61 void SpellcheckAPI::Observe(int type,
100 void ProfileKeyedAPIFactory<SpellcheckAPI>::DeclareFactoryDependencies() {
  /external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc 298 extensions::SpellcheckAPI::GetFactoryInstance();

Completed in 47 milliseconds