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

  /external/chromium_org/chrome/browser/extensions/api/declarative/
declarative_api.h 15 class RulesFunction : public AsyncExtensionFunction {
17 RulesFunction();
20 virtual ~RulesFunction();
26 // Concrete implementation of the RulesFunction that is being called
34 class EventsEventAddRulesFunction : public RulesFunction {
41 // RulesFunction:
45 class EventsEventRemoveRulesFunction : public RulesFunction {
52 // RulesFunction:
56 class EventsEventGetRulesFunction : public RulesFunction {
63 // RulesFunction
    [all...]
declarative_api.cc 26 RulesFunction::RulesFunction() : rules_registry_(NULL) {}
28 RulesFunction::~RulesFunction() {}
30 bool RulesFunction::HasPermission() {
40 bool RulesFunction::RunImpl() {
61 base::Bind(&RulesFunction::RunImplOnCorrectThread, this),
62 base::Bind(&RulesFunction::SendResponse, this));

Completed in 65 milliseconds