Home
last modified time | relevance | path

Searched defs:storageId (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DDOMStorage.js49 WebInspector.DOMStorage.storageId = function(securityOrigin, isLocalStorage) function in WebInspector.DOMStorage
185 _domStorageItemsCleared: function(storageId) argument
199 _domStorageItemRemoved: function(storageId, key) argument
214 _domStorageItemAdded: function(storageId, key, value) argument
230 _domStorageItemUpdated: function(storageId, key, oldValue, value) argument
244 storageForId: function(storageId) argument
278 domStorageItemsCleared: function(storageId) argument
287 domStorageItemRemoved: function(storageId, key) argument
297 domStorageItemAdded: function(storageId, key, value) argument
308 domStorageItemUpdated: function(storageId, key, oldValue, value) argument
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDOMStorageAgent.cpp115 …StorageAgent::getDOMStorageItems(ErrorString* errorString, const RefPtr<JSONObject>& storageId, Re… in getDOMStorageItems()
147 …MStorageAgent::setDOMStorageItem(ErrorString* errorString, const RefPtr<JSONObject>& storageId, co… in setDOMStorageItem()
161 …orageAgent::removeDOMStorageItem(ErrorString* errorString, const RefPtr<JSONObject>& storageId, co… in removeDOMStorageItem()
175 PassRefPtr<TypeBuilder::DOMStorage::StorageId> InspectorDOMStorageAgent::storageId(SecurityOrigin* … in storageId() function in WebCore::InspectorDOMStorageAgent
199 …DOMStorageAgent::findStorageArea(ErrorString* errorString, const RefPtr<JSONObject>& storageId, Lo… in findStorageArea()
DInjectedScriptExterns.js35 InjectedScriptHostClass.prototype.storageId = function(object) { } method in InjectedScriptHostClass
/external/libmtp/src/
Dlibmtp.c2507 LIBMTP_file_t * LIBMTP_Get_Files_And_Folders(LIBMTP_mtpdevice_t *device, uint32_t storageId, uint32… in LIBMTP_Get_Files_And_Folders()