Home
last modified time | relevance | path

Searched refs:WebRequestEvent (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/renderer/resources/extensions/
Dweb_request_internal_custom_bindings.js29 function WebRequestEvent(eventName, opt_argSchemas, opt_extraArgSchemas, class
48 WebRequestEvent.prototype.hasListener = function(cb) {
55 WebRequestEvent.prototype.hasListeners = function() {
65 WebRequestEvent.prototype.addListener =
114 WebRequestEvent.prototype.removeListener = function(cb) {
129 WebRequestEvent.prototype.findListener_ = function(cb) {
142 WebRequestEvent.prototype.addRules = function(rules, opt_cb) {
148 WebRequestEvent.prototype.removeRules = function(ruleIdentifiers, opt_cb) {
154 WebRequestEvent.prototype.getRules = function(ruleIdentifiers, cb) {
178 exports.WebRequestEvent = WebRequestEvent;
Dweb_request_custom_bindings.js9 var WebRequestEvent = require('webRequestInternal').WebRequestEvent; variable
21 binding.registerCustomEvent(WebRequestEvent);
Dweb_view.js16 var WebRequestEvent = require('webRequestInternal').WebRequestEvent; variable
874 new WebRequestEvent(