Home
last modified time | relevance | path

Searched refs:DOMStorage (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/inspector/front-end/
DDOMStorage.js29 WebInspector.DOMStorage = function(id, domain, isLocalStorage) class in WebInspector
36 WebInspector.DOMStorage.prototype = {
Dinspector.js1156 var domStorage = new WebInspector.DOMStorage(
/external/webkit/WebCore/
DWebCore.gypi3734 'inspector/front-end/DOMStorage.js',
DChangeLog-2010-01-2926786 * 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 messages
56138 * 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 …]
DChangeLog-2009-06-1641015 * 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):