Searched defs:isLocalStorage (Results 1 – 3 of 3) sorted by relevance
36 WebInspector.DOMStorage = function(securityOrigin, isLocalStorage) argument47 WebInspector.DOMStorage.storageId = function(securityOrigin, isLocalStorage) argument74 get isLocalStorage() getter in WebInspector.DOMStorage171 _storageKey: function(securityOrigin, isLocalStorage) argument
178 bool isLocalStorage = window->optionalLocalStorage() == storage; in storageId() local182 …StorageId> InspectorDOMStorageAgent::storageId(SecurityOrigin* securityOrigin, bool isLocalStorage) in storageId()209 bool isLocalStorage = false; in findStorageArea() local
1801 bool isLocalStorage = VD->hasLocalStorage(); in EmitDeclRefLValue() local