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

/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dautomation.h68 friend class AutomationHandler;
72 class AutomationHandler : public ManifestHandler { class in namespace:extensions
74 AutomationHandler();
75 virtual ~AutomationHandler();
86 DISALLOW_COPY_AND_ASSIGN(AutomationHandler);
H A Dautomation.cc167 AutomationHandler::AutomationHandler() { function in class:extensions::AutomationHandler
170 AutomationHandler::~AutomationHandler() {
173 bool AutomationHandler::Parse(Extension* extension, base::string16* error) {
191 const std::vector<std::string> AutomationHandler::Keys() const {
195 ManifestPermission* AutomationHandler::CreatePermission() {
200 ManifestPermission* AutomationHandler::CreateInitialRequiredPermission(

Completed in 176 milliseconds