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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMStorageAgent.cpp 111 void InspectorDOMStorageAgent::getValue(ErrorString* errorString, const RefPtr<JSONObject>& storageId, const String& key, TypeBuilder::OptOutput<WTF::String>* value)
114 OwnPtr<StorageArea> storageArea = findStorageArea(errorString, storageId, frame);
127 void InspectorDOMStorageAgent::getDOMStorageItems(ErrorString* errorString, const RefPtr<JSONObject>& storageId, RefPtr<TypeBuilder::Array<TypeBuilder::Array<String> > >& items)
130 OwnPtr<StorageArea> storageArea = findStorageArea(errorString, storageId, frame);
159 void InspectorDOMStorageAgent::setDOMStorageItem(ErrorString* errorString, const RefPtr<JSONObject>& storageId, const String& key, const String& value)
162 OwnPtr<StorageArea> storageArea = findStorageArea(0, storageId, frame);
173 void InspectorDOMStorageAgent::removeDOMStorageItem(ErrorString* errorString, const RefPtr<JSONObject>& storageId, const String& key)
176 OwnPtr<StorageArea> storageArea = findStorageArea(0, storageId, frame);
187 String InspectorDOMStorageAgent::storageId(Storage* storage)
196 return storageId(securityOrigin.get(), isLocalStorage)->toJSONString()
    [all...]
InjectedScriptExterns.js 42 InjectedScriptHostClass.prototype.storageId = function(object) { }
  /frameworks/av/media/mtp/
MtpDevice.cpp 337 MtpStorageInfo* MtpDevice::getStorageInfo(MtpStorageID storageID) {
341 mRequest.setParameter(1, storageID);
348 MtpStorageInfo* info = new MtpStorageInfo(storageID);
355 MtpObjectHandleList* MtpDevice::getObjectHandles(MtpStorageID storageID,
360 mRequest.setParameter(1, storageID);
513 MtpObjectHandle storageId = info->mStorageID;
515 return storageId;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMStorage.js 45 * @return {DOMStorageAgent.StorageId}
47 WebInspector.DOMStorage.storageId = function(securityOrigin, isLocalStorage)
54 /** @return {DOMStorageAgent.StorageId} */
57 return WebInspector.DOMStorage.storageId(this._securityOrigin, this._isLocalStorage);
382 return JSON.stringify(WebInspector.DOMStorage.storageId(securityOrigin, isLocalStorage));
386 * @param {DOMStorageAgent.StorageId} storageId
388 _domStorageItemsCleared: function(storageId)
390 var domStorage = this.storageForId(storageId);
398 * @param {DOMStorageAgent.StorageId} storageI
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.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 
  /prebuilts/sdk/current/
android.jar 

Completed in 1326 milliseconds