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

  /external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry_with_cache.h 180 // ProcessChangedRules can never be called, |storage_on_ui_| is NULL.
182 // A task to call ProcessChangedRules is scheduled for future execution.
184 // No task to call ProcessChangedRules is scheduled yet, but it is possible
190 void ProcessChangedRules(const std::string& extension_id);
192 // Calls ProcessChangedRules if |process_changed_rules_requested_| ==
rules_registry_with_cache.cc 241 void RulesRegistryWithCache::ProcessChangedRules(
266 base::Bind(&RulesRegistryWithCache::ProcessChangedRules,

Completed in 71 milliseconds