Searched refs:SpellcheckHandler (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/common/extensions/api/spellcheck/
H A Dspellcheck_handler.h13 // This structure holds the information parsed by the SpellcheckHandler to be
26 class SpellcheckHandler : public ManifestHandler { class in namespace:extensions
28 SpellcheckHandler();
29 virtual ~SpellcheckHandler();
36 DISALLOW_COPY_AND_ASSIGN(SpellcheckHandler);
H A Dspellcheck_handler.cc21 SpellcheckHandler::SpellcheckHandler() { function in class:extensions::SpellcheckHandler
24 SpellcheckHandler::~SpellcheckHandler() {
27 bool SpellcheckHandler::Parse(Extension* extension, base::string16* error) {
64 const std::vector<std::string> SpellcheckHandler::Keys() const {
/external/chromium_org/chrome/common/extensions/
H A Dchrome_manifest_handlers.cc94 (new SpellcheckHandler)->Register();

Completed in 5170 milliseconds