Searched refs:getEntries (Results 1 – 4 of 4) sorted by relevance
57 getEntries: function(callback) method in WebInspector.DOMStorage
65 this.domStorage.getEntries(callback);
1805 var orig = storage.getEntries;1806 storage.getEntries = function(callback) { function1814 storage.getEntries = orig;
26787 (WebInspector.DOMStorage.prototype.getEntries):