HomeSort by relevance Sort by last modified time
    Searched defs:SpellcheckHandler (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/common/extensions/api/spellcheck/
spellcheck_handler.cc 21 SpellcheckHandler::SpellcheckHandler() {
24 SpellcheckHandler::~SpellcheckHandler() {
27 bool SpellcheckHandler::Parse(Extension* extension, string16* error) {
64 const std::vector<std::string> SpellcheckHandler::Keys() const {
spellcheck_handler.h 13 // This structure holds the information parsed by the SpellcheckHandler to be
26 class SpellcheckHandler : public ManifestHandler {
28 SpellcheckHandler();
29 virtual ~SpellcheckHandler();
36 DISALLOW_COPY_AND_ASSIGN(SpellcheckHandler);

Completed in 415 milliseconds