Searched refs:StorageType (Results 101 - 112 of 112) sorted by relevance

12345

/external/chromium_org/content/browser/
H A Dstorage_partition_impl_unittest.cc52 const quota::StorageType kTemporary = quota::kStorageTypeTemporary;
53 const quota::StorageType kPersistent = quota::kStorageTypePersistent;
/external/chromium_org/content/browser/appcache/
H A Dappcache_storage_impl_unittest.cc289 quota::StorageType type,
326 quota::StorageType type) OVERRIDE {
335 quota::StorageType type,
350 quota::StorageType type,
355 quota::StorageType type,
/external/chromium_org/chrome/browser/extensions/
H A Dextension_storage_monitor.cc48 const quota::StorageType kMonitorStorageType = quota::kStorageTypePersistent;
/external/libmtp/src/
H A Dlibmtp.h709 uint16_t StorageType; /**< Storage type */ member in struct:LIBMTP_devicestorage_struct
H A Dlibmtp.h.in707 uint16_t StorageType; /**< Storage type */
H A Dlibmtp.c2768 if (storage->StorageType == PTP_ST_FixedROM || storage->StorageType == PTP_ST_RemovableROM) {
2836 storage->StorageType = storageInfo.StorageType;
3146 printf(" StorageType: 0x%04x ",storage->StorageType);
3147 switch (storage->StorageType) {
3745 storage->StorageType = PTP_ST_Undefined;
3779 storage->StorageType = storageInfo.StorageType;
[all...]
H A Dptp-pack.c421 si->StorageType=dtoh16a(&data[PTP_si_StorageType]);
H A Dptp.h708 uint16_t StorageType; member in struct:_PTPStorageInfo
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInstrumentation.idl377 void didDispatchDOMStorageEvent(Page* page, const String& key, const String& oldValue, const String& newValue, StorageType storageType, SecurityOrigin* securityOrigin);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender.cc527 StorageType store, bool force_full_size_packets,
906 int64_t capture_time_ms, StorageType storage,
/external/chromium_org/content/renderer/
H A Drenderer_webkitplatformsupport_impl.cc1121 static_cast<quota::StorageType>(type),
H A Drender_frame_impl.cc2723 static_cast<quota::StorageType>(type), requested_size,

Completed in 280 milliseconds

12345