HomeSort by relevance Sort by last modified time
    Searched full:storerules (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/
options.js 26 this.getElement('matcher').onchange = storeRules;
27 this.getElement('match-param').onkeyup = storeRules;
28 this.getElement('action').onchange = storeRules;
29 this.getElement('action-js').onkeyup = storeRules;
30 this.getElement('enabled').onchange = storeRules;
37 storeRules();
48 storeRules();
52 storeRules();
54 storeRules();
79 function storeRules() {
    [all...]

Completed in 52 milliseconds