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

/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dautomation.h30 class AutomationHandler : public ManifestHandler { class in namespace:extensions
32 AutomationHandler();
33 virtual ~AutomationHandler();
40 DISALLOW_COPY_AND_ASSIGN(AutomationHandler);
H A Dautomation.cc33 AutomationHandler::AutomationHandler() { function in class:extensions::AutomationHandler
36 AutomationHandler::~AutomationHandler() {
39 bool AutomationHandler::Parse(Extension* extension, base::string16* error) {
57 const std::vector<std::string> AutomationHandler::Keys() const {
/external/chromium_org/chrome/common/extensions/
H A Dchrome_manifest_handlers.cc48 (new AutomationHandler)->Register();

Completed in 87 milliseconds