HomeSort by relevance Sort by last modified time
    Searched defs:storage (Results 251 - 275 of 621) sorted by null

<<11121314151617181920>>

  /external/chromium_org/content/browser/service_worker/
service_worker_provider_host.h 22 namespace storage { namespace
98 base::WeakPtr<storage::BlobStorageContext> blob_storage_context,
  /external/chromium_org/content/browser/shared_worker/
worker_storage_partition.h 11 namespace storage { namespace
15 namespace storage { namespace
17 } // namespace storage
23 namespace storage { namespace
25 } // namespace storage
50 storage::QuotaManager* quota_manager,
51 storage::FileSystemContext* filesystem_context,
52 storage::DatabaseTracker* database_tracker,
77 storage::QuotaManager* quota_manager() const { return quota_manager_.get(); }
79 storage::FileSystemContext* filesystem_context() const
    [all...]
  /external/chromium_org/content/public/browser/
storage_partition.h 22 namespace storage { namespace
30 namespace storage { namespace
35 namespace storage { namespace
51 // isolated storage where a renderer with isolated storage cannot see
58 virtual storage::QuotaManager* GetQuotaManager() = 0;
60 virtual storage::FileSystemContext* GetFileSystemContext() = 0;
61 virtual storage::DatabaseTracker* GetDatabaseTracker() = 0;
77 // Corresponds to storage::kStorageTypeTemporary.
79 // Corresponds to storage::kStorageTypePersistent
    [all...]
  /external/chromium_org/net/base/
address_list_unittest.cc 47 SockaddrStorage storage[kNumElements]; local
51 reinterpret_cast<struct sockaddr_in*>(storage[i].addr);
52 storage[i].addr_len = sizeof(struct sockaddr_in);
61 ai[i].ai_addrlen = storage[i].addr_len;
62 ai[i].ai_addr = storage[i].addr;
  /external/chromium_org/storage/browser/blob/
blob_url_request_job.h 15 #include "storage/browser/storage_browser_export.h"
16 #include "storage/common/blob/blob_data.h"
22 namespace storage { namespace
31 namespace storage { namespace
42 storage::FileSystemContext* file_system_context,
101 scoped_refptr<storage::FileSystemContext> file_system_context_;
127 } // namespace storage
  /external/chromium_org/storage/browser/database/
database_quota_client.cc 5 #include "storage/browser/database/database_quota_client.h"
17 #include "storage/browser/database/database_tracker.h"
18 #include "storage/browser/database/database_util.h"
19 #include "storage/common/database/database_identifier.h"
21 using storage::QuotaClient;
23 namespace storage { namespace
31 if (db_tracker->GetOriginInfo(storage::GetIdentifierFromOrigin(origin_url),
45 GURL origin = storage::GetOriginFromIdentifier(*iter);
60 GURL origin = storage::GetOriginFromIdentifier(*iter);
83 storage::QuotaStatusCode status
    [all...]
  /external/chromium_org/storage/browser/fileapi/
dump_file_system.cc 41 #include "storage/browser/fileapi/obfuscated_file_util.h"
42 #include "storage/browser/fileapi/sandbox_directory_database.h"
43 #include "storage/browser/fileapi/sandbox_file_system_backend.h"
44 #include "storage/browser/fileapi/sandbox_origin_database.h"
45 #include "storage/common/fileapi/file_system_types.h"
46 #include "storage/common/fileapi/file_system_util.h"
66 namespace storage { namespace
161 } // namespace storage
190 const base::FilePath file_system_dir = storage::StringToFilePath(argv[1]);
192 ShowMessageAndExit(storage::FilePathToString(file_system_dir)
    [all...]
file_system_operation_context.h 11 #include "storage/browser/fileapi/task_runner_bound_observer_list.h"
12 #include "storage/browser/storage_browser_export.h"
13 #include "storage/common/quota/quota_types.h"
19 namespace storage { namespace
53 storage::QuotaLimitType quota_limit_type() const { return quota_limit_type_; }
70 void set_quota_limit_type(storage::QuotaLimitType limit_type) {
83 storage::QuotaLimitType quota_limit_type_;
95 } // namespace storage
file_system_operation_runner.h 16 #include "storage/browser/blob/blob_data_handle.h"
17 #include "storage/browser/fileapi/file_system_operation.h"
18 #include "storage/browser/fileapi/file_system_url.h"
19 #include "storage/browser/storage_browser_export.h"
25 namespace storage { namespace
114 scoped_ptr<storage::BlobDataHandle> blob,
282 const scoped_refptr<storage::ShareableFileReference>& file_ref);
320 } // namespace storage
file_system_quota_client.cc 5 #include "storage/browser/fileapi/file_system_quota_client.h"
20 #include "storage/browser/fileapi/file_system_context.h"
21 #include "storage/browser/fileapi/file_system_quota_util.h"
22 #include "storage/browser/fileapi/file_system_usage_cache.h"
23 #include "storage/browser/fileapi/sandbox_file_system_backend.h"
24 #include "storage/common/fileapi/file_system_util.h"
27 using storage::StorageType;
29 namespace storage { namespace
60 void DidGetOrigins(const storage::QuotaClient::GetOriginsCallback& callback,
65 storage::QuotaStatusCode DeleteOriginOnFileTaskRunner
    [all...]
file_system_url.h 12 #include "storage/browser/storage_browser_export.h"
13 #include "storage/common/fileapi/file_system_mount_option.h"
14 #include "storage/common/fileapi/file_system_types.h"
17 namespace storage { namespace
186 } // namespace storage
file_system_url_request_job.cc 5 #include "storage/browser/fileapi/file_system_url_request_job.h"
27 #include "storage/browser/blob/file_stream_reader.h"
28 #include "storage/browser/fileapi/file_system_context.h"
29 #include "storage/browser/fileapi/file_system_operation_runner.h"
30 #include "storage/common/fileapi/file_system_util.h"
38 namespace storage { namespace
264 } // namespace storage
file_writer_delegate.h 16 #include "storage/browser/storage_browser_export.h"
18 namespace storage { namespace
108 } // namespace storage
local_file_stream_writer.cc 5 #include "storage/browser/fileapi/local_file_stream_writer.h"
13 namespace storage { namespace
257 } // namespace storage
obfuscated_file_util.h 19 #include "storage/browser/fileapi/file_system_file_util.h"
20 #include "storage/browser/fileapi/file_system_url.h"
21 #include "storage/browser/fileapi/sandbox_directory_database.h"
22 #include "storage/browser/fileapi/sandbox_file_system_backend_delegate.h"
23 #include "storage/browser/storage_browser_export.h"
24 #include "storage/common/blob/shareable_file_reference.h"
25 #include "storage/common/fileapi/file_system_types.h"
37 namespace storage { namespace
43 namespace storage { namespace
104 ObfuscatedFileUtil(storage::SpecialStoragePolicy* special_storage_policy
    [all...]
sandbox_directory_database.h 15 #include "storage/browser/storage_browser_export.h"
32 namespace storage { namespace
133 } // namespace storage
sandbox_file_system_backend.cc 5 #include "storage/browser/fileapi/sandbox_file_system_backend.h"
12 #include "storage/browser/blob/file_stream_reader.h"
13 #include "storage/browser/fileapi/async_file_util_adapter.h"
14 #include "storage/browser/fileapi/copy_or_move_file_validator.h"
15 #include "storage/browser/fileapi/file_stream_writer.h"
16 #include "storage/browser/fileapi/file_system_context.h"
17 #include "storage/browser/fileapi/file_system_operation.h"
18 #include "storage/browser/fileapi/file_system_operation_context.h"
19 #include "storage/browser/fileapi/file_system_options.h"
20 #include "storage/browser/fileapi/file_system_usage_cache.h
32 namespace storage { namespace
    [all...]
sandbox_prioritized_origin_database.cc 5 #include "storage/browser/fileapi/sandbox_prioritized_origin_database.h"
12 #include "storage/browser/fileapi/sandbox_isolated_origin_database.h"
13 #include "storage/browser/fileapi/sandbox_origin_database.h"
15 namespace storage { namespace
223 } // namespace storage
  /external/chromium_org/storage/browser/quota/
quota_temporary_storage_evictor.cc 5 #include "storage/browser/quota/quota_temporary_storage_evictor.h"
11 #include "storage/browser/quota/quota_manager.h"
32 namespace storage { namespace
210 LOG(WARNING) << "Stopped eviction of temporary storage due to errors "
261 } // namespace storage
  /external/chromium_org/storage/common/blob/
shareable_file_reference.cc 5 #include "storage/common/blob/shareable_file_reference.h"
14 namespace storage { namespace
90 storage::ShareableFileReference* null_reference = NULL;
121 } // namespace storage
  /external/chromium_org/storage/common/database/
database_connections.cc 5 #include "storage/common/database/database_connections.h"
13 namespace storage { namespace
175 } // namespace storage
  /external/chromium_org/storage/common/fileapi/
file_system_types.h 10 namespace storage { namespace
23 // http://www.w3.org/TR/file-system-api/#temporary-vs.-persistent-storage
91 // cloud storage service.
119 // A filesystem that is mounted via the Privet storage protocol.
125 // A media filesystem such as MTP or PTP, mounted as a file storage not
135 } // namespace storage
  /external/chromium_org/third_party/WebKit/Source/core/storage/
StorageArea.cpp 28 #include "core/storage/StorageArea.h"
38 #include "core/storage/Storage.h"
39 #include "core/storage/StorageEvent.h"
40 #include "core/storage/StorageNamespace.h"
167 Storage* storage = frame->domWindow()->optionalLocalStorage(); local
168 if (storage && toLocalFrame(frame)->document()->securityOrigin()->canAccess(securityOrigin) && !isEventSource(storage, sourceAreaInstance))
169 frame->domWindow()->enqueueWindowEvent(StorageEvent::create(EventTypeNames::storage, key, oldValue, newValue, pageURL, storage))
198 Storage* storage = frame->domWindow()->optionalSessionStorage(); local
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
IndexDataManager.cpp 82 BufferD3D *storage = NULL; local
88 storage = BufferD3D::makeBufferD3D(buffer->getImplementation());
98 ASSERT(typeInfo.bytes * static_cast<unsigned int>(count) + offset <= storage->getSize());
100 indices = static_cast<const GLubyte*>(storage->getData()) + offset;
103 StaticIndexBufferInterface *staticBuffer = storage ? storage->getStaticIndexBuffer() : NULL;
105 bool directStorage = alignedOffset && storage && storage->supportsDirectBinding() &&
155 convertCount = storage->getSize() / typeInfo.bytes;
159 storage->invalidateStaticData()
    [all...]
VertexDataManager.cpp 236 BufferD3D *storage = buffer ? BufferD3D::makeBufferD3D(buffer->getImplementation()) : NULL; local
237 StaticVertexBufferInterface *staticBuffer = storage ? storage->getStaticVertexBuffer() : NULL;
260 int totalCount = ElementsInBuffer(attrib, storage->getSize());
296 translated->storage = directStorage ? storage : NULL;
298 translated->serial = directStorage ? storage->getSerial() : vertexBuffer->getSerial();
335 translated->storage = NULL;

Completed in 1374 milliseconds

<<11121314151617181920>>