Searched defs:SpellCheckHost (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/
H A Dspellcheck_host.h31 // You can also remove the observer from the SpellCheckHost object.
36 // SpellCheckHost::GetSpellCheckLanguages(profile_, &languages);
37 // spellcheck_host_ = SpellCheckHost::Create(
44 class SpellCheckHost class in inherits:base::RefCountedThreadSafe
45 : public base::RefCountedThreadSafe<SpellCheckHost,
48 virtual ~SpellCheckHost() {}
50 // Creates the instance of SpellCheckHost implementation object.
51 static scoped_refptr<SpellCheckHost> Create(

Completed in 28 milliseconds