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

  /external/chromium_org/chrome/common/extensions/api/extension_action/
page_action_handler.h 17 class PageActionHandler : public ManifestHandler {
19 PageActionHandler();
20 virtual ~PageActionHandler();
30 DISALLOW_COPY_AND_ASSIGN(PageActionHandler);
page_action_handler.cc 20 PageActionHandler::PageActionHandler() {
23 PageActionHandler::~PageActionHandler() {
26 bool PageActionHandler::Parse(Extension* extension, string16* error) {
76 bool PageActionHandler::Validate(const Extension* extension,
92 const std::vector<std::string> PageActionHandler::Keys() const {

Completed in 49 milliseconds