Home
last modified time | relevance | path

Searched defs:isLocalStorage (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DDOMStorage.js36 WebInspector.DOMStorage = function(securityOrigin, isLocalStorage) argument
47 WebInspector.DOMStorage.storageId = function(securityOrigin, isLocalStorage) argument
74 get isLocalStorage() getter in WebInspector.DOMStorage
171 _storageKey: function(securityOrigin, isLocalStorage) argument
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDOMStorageAgent.cpp178 bool isLocalStorage = window->optionalLocalStorage() == storage; in storageId() local
182 …StorageId> InspectorDOMStorageAgent::storageId(SecurityOrigin* securityOrigin, bool isLocalStorage) in storageId()
209 bool isLocalStorage = false; in findStorageArea() local
/external/clang/lib/CodeGen/
DCGExpr.cpp1801 bool isLocalStorage = VD->hasLocalStorage(); in EmitDeclRefLValue() local