Searched defs:_storageKey (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DDOMStorage.js343 var localStorageKey = this._storageKey(securityOrigin, true);
349 var sessionStorageKey = this._storageKey(securityOrigin, false);
362 var localStorageKey = this._storageKey(securityOrigin, true);
368 var sessionStorageKey = this._storageKey(securityOrigin, false);
380 _storageKey: function(securityOrigin, isLocalStorage)

Completed in 83 milliseconds