Searched defs:storageId (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
D | DOMStorage.js | 49 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/ |
D | InspectorDOMStorageAgent.cpp | 115 …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()
|
D | InjectedScriptExterns.js | 35 InjectedScriptHostClass.prototype.storageId = function(object) { } method in InjectedScriptHostClass
|
/external/libmtp/src/ |
D | libmtp.c | 2507 LIBMTP_file_t * LIBMTP_Get_Files_And_Folders(LIBMTP_mtpdevice_t *device, uint32_t storageId, uint32… in LIBMTP_Get_Files_And_Folders()
|