Searched refs:DOMStorage (Results 1 – 5 of 5) sorted by relevance
29 WebInspector.DOMStorage = function(id, domain, isLocalStorage) class in WebInspector36 WebInspector.DOMStorage.prototype = {
1156 var domStorage = new WebInspector.DOMStorage(
3734 'inspector/front-end/DOMStorage.js',
26786 * inspector/front-end/DOMStorage.js:26787 (WebInspector.DOMStorage.prototype.getEntries):26788 (WebInspector.DOMStorage.prototype.setItem):26789 (WebInspector.DOMStorage.prototype.removeItem):56098 DOMStorage interaction is now serialized into JSON messages56138 * inspector/front-end/DOMStorage.js:56139 (WebInspector.DOMStorage):56140 (WebInspector.DOMStorage.prototype.get id):56141 (WebInspector.DOMStorage.prototype.get domStorage):56142 (WebInspector.DOMStorage.prototype.get isLocalStorage):[all …]
41015 * inspector/front-end/DOMStorage.js: Added.41016 (WebInspector.DOMStorage):41017 (WebInspector.DOMStorage.prototype.get domStorage):41018 (WebInspector.DOMStorage.prototype.set domStorage):41019 (WebInspector.DOMStorage.prototype.get domain):41020 (WebInspector.DOMStorage.prototype.set domain):41021 (WebInspector.DOMStorage.prototype.get isLocalStorage):41022 (WebInspector.DOMStorage.prototype.set isLocalStorage):