HomeSort by relevance Sort by last modified time
    Searched defs:storageId (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMStorageAgent.cpp 121 void InspectorDOMStorageAgent::getDOMStorageItems(ErrorString* errorString, const RefPtr<JSONObject>& storageId, RefPtr<TypeBuilder::Array<TypeBuilder::Array<String> > >& items)
124 OwnPtrWillBeRawPtr<StorageArea> storageArea = findStorageArea(errorString, storageId, frame);
153 void InspectorDOMStorageAgent::setDOMStorageItem(ErrorString* errorString, const RefPtr<JSONObject>& storageId, const String& key, const String& value)
156 OwnPtrWillBeRawPtr<StorageArea> storageArea = findStorageArea(0, storageId, frame);
167 void InspectorDOMStorageAgent::removeDOMStorageItem(ErrorString* errorString, const RefPtr<JSONObject>& storageId, const String& key)
170 OwnPtrWillBeRawPtr<StorageArea> storageArea = findStorageArea(0, storageId, frame);
181 PassRefPtr<TypeBuilder::DOMStorage::StorageId> InspectorDOMStorageAgent::storageId(SecurityOrigin* securityOrigin, bool isLocalStorage)
183 return TypeBuilder::DOMStorage::StorageId::create()
193 RefPtr<TypeBuilder::DOMStorage::StorageId> id = storageId(securityOrigin, storageType == LocalStorage)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DOMStorage.js 47 * @return {!DOMStorageAgent.StorageId}
49 WebInspector.DOMStorage.storageId = function(securityOrigin, isLocalStorage)
63 /** @return {!DOMStorageAgent.StorageId} */
66 return WebInspector.DOMStorage.storageId(this._securityOrigin, this._isLocalStorage);
179 return JSON.stringify(WebInspector.DOMStorage.storageId(securityOrigin, isLocalStorage));
183 * @param {!DOMStorageAgent.StorageId} storageId
185 _domStorageItemsCleared: function(storageId)
187 var domStorage = this.storageForId(storageId);
196 * @param {!DOMStorageAgent.StorageId} storageI
    [all...]
  /frameworks/av/media/mtp/
MtpDevice.cpp 339 MtpStorageInfo* MtpDevice::getStorageInfo(MtpStorageID storageID) {
343 mRequest.setParameter(1, storageID);
350 MtpStorageInfo* info = new MtpStorageInfo(storageID);
359 MtpObjectHandleList* MtpDevice::getObjectHandles(MtpStorageID storageID,
364 mRequest.setParameter(1, storageID);
519 MtpObjectHandle storageId = info->mStorageID;
521 return storageId;
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 337 milliseconds