Searched defs:storage (Results 276 - 300 of 620) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_context.h32 namespace storage { namespace
41 namespace storage { namespace
55 // per-profile object) and FileSystemContext's (which is a per-storage-partition
70 storage::ScopedFile snapshot)>
88 storage::FileSystemContext* file_system_context,
98 void GetFileForLocalSync(storage::FileSystemContext* file_system_context,
105 void ClearChangesForURL(storage::FileSystemContext* file_system_context,
106 const storage::FileSystemURL& url,
115 void FinalizeSnapshotSync(storage::FileSystemContext* file_system_context,
116 const storage
[all...]
/external/chromium_org/chrome/browser/sync_file_system/
H A Dremote_file_sync_service.h18 #include "storage/browser/fileapi/file_system_url.h"
31 namespace storage { namespace
126 void(SyncStatusCode status, storage::ScopedFile downloaded)>
188 // storage backed by this service.
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcookies_view_handler.cc32 namespace storage { namespace
195 storage::FileSystemContext* file_system_context =
/external/chromium_org/content/browser/appcache/
H A Dappcache_group.cc38 AppCacheGroup::AppCacheGroup(AppCacheStorage* storage, argument
48 storage_(storage),
H A Dappcache_storage.cc12 #include "storage/browser/quota/quota_client.h"
13 #include "storage/browser/quota/quota_manager_proxy.h"
31 Delegate* delegate, AppCacheStorage* storage)
32 : delegate(delegate), storage(storage) {
33 storage->delegate_references_.insert(
39 storage->delegate_references_.erase(delegate);
46 AppCacheStorage* storage)
47 : storage_(storage),
108 storage
30 DelegateReference( Delegate* delegate, AppCacheStorage* storage) argument
42 ResponseInfoLoadTask( const GURL& manifest_url, int64 group_id, int64 response_id, AppCacheStorage* storage) argument
[all...]
H A Dchrome_appcache_service_unittest.cc116 // Steps needed to initialize the storage of AppCache data.
119 AppCacheStorageImpl* storage = local
121 appcache_service->storage());
122 storage->database_->db_connection();
123 storage->disk_cache();
H A Dmock_appcache_storage_unittest.cc89 service.storage()->LoadCache(111, &delegate);
104 int64 cache_id = service.storage()->NewCacheId();
105 scoped_refptr<AppCache> cache(new AppCache(service.storage(), cache_id));
109 service.storage()->LoadCache(cache_id, &delegate);
118 MockAppCacheStorage* storage = local
119 reinterpret_cast<MockAppCacheStorage*>(service.storage());
122 service.storage()->LoadOrCreateGroup(manifest_url, &delegate);
130 EXPECT_TRUE(storage->stored_groups_.empty());
143 service.storage()->LoadOrCreateGroup(manifest_url, &delegate);
154 service.storage()
164 MockAppCacheStorage* storage = local
215 MockAppCacheStorage* storage = local
247 MockAppCacheStorage* storage = local
292 MockAppCacheStorage* storage = local
334 MockAppCacheStorage* storage = local
379 MockAppCacheStorage* storage = local
399 MockAppCacheStorage* storage = local
423 MockAppCacheStorage* storage = local
458 MockAppCacheStorage* storage = local
516 MockAppCacheStorage* storage = local
572 MockAppCacheStorage* storage = local
[all...]
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_context_impl.h30 namespace storage { namespace
96 storage::SpecialStoragePolicy* special_storage_policy,
130 // and keep data on disk per the content settings and special storage
217 // case. Always empty until the file-backed session storage feature is
224 // List of objects observing local storage events.
227 // We use a 32 bit identifier for per tab storage sessions.
233 scoped_refptr<storage::SpecialStoragePolicy> special_storage_policy_;
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_context_impl.h20 #include "storage/common/quota/quota_types.h"
31 namespace storage { namespace
56 storage::SpecialStoragePolicy* special_storage_policy,
57 storage::QuotaManagerProxy* quota_manager_proxy,
83 storage::QuotaManagerProxy* quota_manager_proxy();
126 storage::QuotaStatusCode,
147 scoped_refptr<storage::SpecialStoragePolicy> special_storage_policy_;
148 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy_;
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_context_core.h36 namespace storage { namespace
103 storage::QuotaManagerProxy* quota_manager_proxy,
127 ServiceWorkerStorage* storage() { return storage_.get(); } function in class:content::ServiceWorkerContextCore
181 base::WeakPtr<storage::BlobStorageContext> blob_storage_context);
H A Dservice_worker_url_request_job.h20 namespace storage { namespace
40 base::WeakPtr<storage::BlobStorageContext> blob_storage_context,
159 base::WeakPtr<storage::BlobStorageContext> blob_storage_context_;
164 scoped_ptr<storage::BlobDataHandle> request_body_blob_data_handle_;
/external/chromium_org/extensions/browser/api/storage/
H A Dsettings_test_util.cc5 #include "extensions/browser/api/storage/settings_test_util.h"
8 #include "extensions/browser/api/storage/storage_frontend.h"
45 ValueStore* storage = NULL; local
47 extension, settings_namespace, base::Bind(&AssignStorage, &storage));
49 return storage;
H A Dstorage_api.cc5 #include "extensions/browser/api/storage/storage_api.h"
14 #include "extensions/browser/api/storage/storage_frontend.h"
16 #include "extensions/common/api/storage.h"
31 // Only apply quota if this is for sync storage.
65 void SettingsFunction::AsyncRunWithStorage(ValueStore* storage) { argument
66 ResponseValue response = RunWithStorage(storage);
75 ValueStore* storage) {
77 return HandleError(result->error(), storage);
86 ValueStore* storage) {
88 return HandleError(result->error(), storage);
73 UseReadResult( ValueStore::ReadResult result, ValueStore* storage) argument
84 UseWriteResult( ValueStore::WriteResult result, ValueStore* storage) argument
101 HandleError( const ValueStore::Error& error, ValueStore* storage) argument
177 RunWithStorage( ValueStore* storage) argument
221 RunWithStorage(ValueStore* storage) argument
256 RunWithStorage( ValueStore* storage) argument
270 RunWithStorage(ValueStore* storage) argument
300 RunWithStorage(ValueStore* storage) argument
[all...]
/external/chromium_org/net/dns/
H A Daddress_sorter_win.cc55 SOCKADDR_STORAGE* storage = reinterpret_cast<SOCKADDR_STORAGE*>( local
66 struct sockaddr* addr = reinterpret_cast<struct sockaddr*>(storage + i);
/external/chromium_org/net/socket/
H A Dtcp_socket_unittest.cc140 SockaddrStorage storage; local
141 ASSERT_TRUE(address.ToSockAddr(storage.addr, &storage.addr_len));
142 ASSERT_EQ(0, bind(existing_socket, storage.addr, storage.addr_len));
/external/chromium_org/net/tools/quic/
H A Dquic_server.cc146 SockaddrStorage storage; local
148 if (getsockname(fd_, storage.addr, &storage.addr_len) != 0 ||
149 !server_address.FromSockAddr(storage.addr, storage.addr_len)) {
/external/chromium_org/storage/browser/blob/
H A Dlocal_file_stream_reader.cc5 #include "storage/browser/blob/local_file_stream_reader.h"
16 namespace storage { namespace
169 } // namespace storage
/external/chromium_org/storage/browser/database/
H A Ddatabase_quota_client.cc5 #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
[all...]
/external/chromium_org/storage/browser/fileapi/
H A Dcopy_or_move_operation_delegate.h14 #include "storage/browser/fileapi/recursive_operation_delegate.h"
21 namespace storage { namespace
26 namespace storage { namespace
49 scoped_ptr<storage::FileStreamReader> reader,
79 scoped_ptr<storage::FileStreamReader> reader_;
160 } // namespace storage
H A Dfile_system_dir_url_request_job.cc5 #include "storage/browser/fileapi/file_system_dir_url_request_job.h"
20 #include "storage/browser/fileapi/file_system_context.h"
21 #include "storage/browser/fileapi/file_system_operation_runner.h"
22 #include "storage/browser/fileapi/file_system_url.h"
23 #include "storage/common/fileapi/directory_entry.h"
24 #include "storage/common/fileapi/file_system_util.h"
32 namespace storage { namespace
160 } // namespace storage
H A Dfile_system_quota_client.cc5 #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
[all...]
H A Disolated_file_system_backend.cc5 #include "storage/browser/fileapi/isolated_file_system_backend.h"
15 #include "storage/browser/blob/file_stream_reader.h"
16 #include "storage/browser/fileapi/async_file_util_adapter.h"
17 #include "storage/browser/fileapi/copy_or_move_file_validator.h"
18 #include "storage/browser/fileapi/dragged_file_util.h"
19 #include "storage/browser/fileapi/file_stream_writer.h"
20 #include "storage/browser/fileapi/file_system_context.h"
21 #include "storage/browser/fileapi/file_system_operation.h"
22 #include "storage/browser/fileapi/file_system_operation_context.h"
23 #include "storage/browse
30 namespace storage { namespace
[all...]
H A Dlocal_file_stream_writer.cc5 #include "storage/browser/fileapi/local_file_stream_writer.h"
13 namespace storage { namespace
257 } // namespace storage
H A Dsandbox_file_stream_writer.cc5 #include "storage/browser/fileapi/sandbox_file_stream_writer.h"
11 #include "storage/browser/blob/file_stream_reader.h"
12 #include "storage/browser/fileapi/file_observers.h"
13 #include "storage/browser/fileapi/file_stream_writer.h"
14 #include "storage/browser/fileapi/file_system_context.h"
15 #include "storage/browser/fileapi/file_system_operation_runner.h"
16 #include "storage/browser/quota/quota_manager_proxy.h"
17 #include "storage/common/fileapi/file_system_util.h"
19 namespace storage { namespace
117 const scoped_refptr<storage
[all...]
/external/chromium_org/storage/browser/fileapi/quota/
H A Dquota_backend_impl.cc5 #include "storage/browser/fileapi/quota/quota_backend_impl.h"
14 #include "storage/browser/fileapi/file_system_usage_cache.h"
15 #include "storage/browser/quota/quota_client.h"
16 #include "storage/browser/quota/quota_manager_proxy.h"
17 #include "storage/common/fileapi/file_system_util.h"
19 namespace storage { namespace
25 storage::QuotaManagerProxy* quota_manager_proxy)
108 storage::QuotaStatusCode status,
115 if (status != storage::kQuotaStatusOk) {
144 storage
[all...]

Completed in 1131 milliseconds

<<11121314151617181920>>