HomeSort by relevance Sort by last modified time
    Searched full:storageinfo (Results 1 - 25 of 26) sorted by null

1 2

  /external/webkit/Source/WebCore/storage/
StorageInfo.cpp 35 #include "StorageInfo.h"
46 StorageInfo::StorageInfo()
50 StorageInfo::~StorageInfo()
55 void StorageInfo::queryUsageAndQuota(ScriptExecutionContext*, int, PassRefPtr<StorageInfoUsageCallback>, PassRefPtr<StorageInfoErrorCallback>)
60 void StorageInfo::requestQuota(ScriptExecutionContext*, int, unsigned long long, PassRefPtr<StorageInfoQuotaCallback>, PassRefPtr<StorageInfoErrorCallback>)
StorageInfo.h 46 class StorageInfo : public RefCounted<StorageInfo> {
53 static PassRefPtr<StorageInfo> create()
55 return adoptRef(new StorageInfo());
62 ~StorageInfo();
65 StorageInfo();
StorageInfo.idl 31 ] StorageInfo {
  /external/webkit/LayoutTests/storage/
storageinfo-query-usage.html 10 <script src="script-tests/storageinfo-query-usage.js"></script>
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 192 MtpStorageInfo* storageInfo = device->getStorageInfo(storageID);
193 if (!storageInfo)
199 delete storageInfo;
203 if (storageInfo->mStorageID)
204 env->SetIntField(info, field_storageInfo_storageId, storageInfo->mStorageID);
205 if (storageInfo->mMaxCapacity)
206 env->SetLongField(info, field_storageInfo_maxCapacity, storageInfo->mMaxCapacity);
207 if (storageInfo->mFreeSpaceBytes)
208 env->SetLongField(info, field_storageInfo_freeSpace, storageInfo->mFreeSpaceBytes);
209 if (storageInfo->mStorageDescription
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
StorageInfoChromium.cpp 32 #include "StorageInfo.h"
61 void StorageInfo::queryUsageAndQuota(ScriptExecutionContext* context, int storageType, PassRefPtr<StorageInfoUsageCallback> successCallback, PassRefPtr<StorageInfoErrorCallback> errorCallback)
79 void StorageInfo::requestQuota(ScriptExecutionContext* context, int storageType, unsigned long long newQuotaInBytes, PassRefPtr<StorageInfoQuotaCallback> successCallback, PassRefPtr<StorageInfoErrorCallback> errorCallback)
AssertMatchingEnums.cpp 56 #include "StorageInfo.h"
426 COMPILE_ASSERT_MATCHING_ENUM(WebStorageQuotaTypeTemporary, StorageInfo::TEMPORARY);
427 COMPILE_ASSERT_MATCHING_ENUM(WebStorageQuotaTypePersistent, StorageInfo::PERSISTENT);
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_details.mm 169 const BrowsingDataLocalStorageHelper::LocalStorageInfo*)storageInfo {
173 domain_.reset([base::SysUTF8ToNSString(storageInfo->origin) retain]);
174 fileSize_.reset([base::SysUTF16ToNSString(FormatBytes(storageInfo->size,
175 GetByteDisplayUnits(storageInfo->size), true)) retain]);
178 storageInfo->last_modified)) retain]);
  /frameworks/base/media/java/android/mtp/
MtpStorageInfo.java 21 * This corresponds to the StorageInfo Dataset described in
  /external/webkit/Source/WebCore/page/
DOMWindow.h 67 class StorageInfo;
408 StorageInfo* webkitStorageInfo() const;
505 mutable RefPtr<StorageInfo> m_storageInfo;
DOMWindow.cpp 89 #include "StorageInfo.h"
    [all...]
DOMWindow.idl     [all...]
  /external/libmtp/src/
libmtp.c     [all...]
ptp.h 706 /* PTP StorageInfo structure (returned by GetStorageInfo) */
893 /* PTP StorageInfo AccessCapability Values */
    [all...]
ptp.c 572 * Gets StorageInfo dataset of desired storage and fills storageinfo
579 PTPStorageInfo* storageinfo)
592 if (ret == PTP_RC_OK) ptp_unpack_SI(params, si, storageinfo, len);
    [all...]
ptp-pack.c 406 /* StorageInfo pack/unpack */
    [all...]
  /external/webkit/Source/WebCore/
DerivedSources.make 359 StorageInfo \
CMakeLists.txt 383 storage/StorageInfo.idl
    [all...]
CodeGenerators.pri 365 storage/StorageInfo.idl \
WebCore.pro     [all...]
WebCore.gypi     [all...]
GNUmakefile.list.am     [all...]
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
FileFilter.java 109 ignoreResultList.add("storage/storageinfo-query-usage.html"); // Need window.webkitStorageInfo
  /frameworks/base/docs/html/about/versions/
android-3.1.jd 177 unit on an MTP device, corresponding to the StorageInfo Dataset described in
    [all...]
  /external/webkit/Source/WebCore/WebCore.xcodeproj/
project.pbxproj     [all...]

Completed in 1183 milliseconds

1 2