HomeSort by relevance Sort by last modified time
    Searched refs:storage (Results 126 - 150 of 1526) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/storage/
storage.target.linux-x86_64.mk 28 storage/browser/blob/blob_data_handle.cc \
29 storage/browser/blob/blob_storage_context.cc \
30 storage/browser/blob/blob_url_request_job.cc \
31 storage/browser/blob/blob_url_request_job_factory.cc \
32 storage/browser/blob/file_stream_reader.cc \
33 storage/browser/blob/local_file_stream_reader.cc \
34 storage/browser/blob/view_blob_internals_job.cc \
35 storage/browser/database/database_quota_client.cc \
36 storage/browser/database/database_tracker.cc \
37 storage/browser/database/database_util.cc
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
provider_async_file_util.cc 14 #include "storage/browser/fileapi/file_system_operation_context.h"
15 #include "storage/browser/fileapi/file_system_url.h"
16 #include "storage/common/blob/shareable_file_reference.h"
27 scoped_ptr<storage::FileSystemOperationContext> context,
28 const storage::FileSystemURL& url,
45 void OnGetFileInfo(const storage::AsyncFileUtil::GetFileInfoCallback& callback,
74 scoped_ptr<storage::FileSystemOperationContext> context,
75 const storage::FileSystemURL& url,
76 const storage::AsyncFileUtil::ReadDirectoryCallback& callback) {
80 storage::AsyncFileUtil::EntryList()
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util.cc 19 #include "storage/browser/fileapi/file_system_context.h"
20 #include "storage/browser/fileapi/file_system_operation_context.h"
21 #include "storage/browser/fileapi/native_file_util.h"
22 #include "storage/common/blob/shareable_file_reference.h"
28 bool IsOnTaskRunnerThread(storage::FileSystemOperationContext* context) {
50 const scoped_refptr<storage::ShareableFileReference>& file_ref) {
54 const storage::AsyncFileUtil::CreateOrOpenCallback& callback,
55 const scoped_refptr<storage::ShareableFileReference>& file_ref,
102 const storage::AsyncFileUtil::CreateOrOpenCallback& callback,
106 const scoped_refptr<storage::ShareableFileReference>& file_ref)
    [all...]
av_scanning_file_validator.h 9 #include "storage/browser/fileapi/copy_or_move_file_validator.h"
16 class AVScanningFileValidator : public storage::CopyOrMoveFileValidator {
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
remote_change_processor_on_worker.h 36 const storage::FileSystemURL& url,
40 const storage::FileSystemURL& url,
43 const storage::FileSystemURL& url,
47 const storage::FileSystemURL& url,
remote_change_processor_wrapper.cc 18 const storage::FileSystemURL& url,
27 const storage::FileSystemURL& url,
35 const storage::FileSystemURL& url,
44 const storage::FileSystemURL& url,
  /external/chromium_org/content/browser/indexed_db/
indexed_db_quota_client.cc 13 #include "storage/browser/database/database_util.h"
15 using storage::QuotaClient;
16 using storage::DatabaseUtil;
21 storage::QuotaStatusCode DeleteOriginDataOnIndexedDBThread(
25 return storage::kQuotaStatusOk;
75 storage::StorageType type,
81 if (type != storage::kStorageTypeTemporary) {
101 storage::StorageType type,
107 if (type != storage::kStorageTypeTemporary) {
128 storage::StorageType type
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_security_helper.h 10 #include "storage/browser/fileapi/file_system_url.h"
25 const storage::FileSystemURL& url);
  /external/chromium_org/storage/browser/blob/
blob_url_request_job_factory.h 13 #include "storage/browser/storage_browser_export.h"
19 namespace storage { namespace
21 } // namespace storage
27 namespace storage { namespace
50 storage::FileSystemContext* file_system_context,
63 const scoped_refptr<storage::FileSystemContext> file_system_context_;
69 } // namespace storage
file_stream_reader.cc 5 #include "storage/browser/blob/file_stream_reader.h"
9 namespace storage { namespace
20 } // namespace storage
file_stream_reader.h 12 #include "storage/browser/storage_browser_export.h"
24 namespace storage { namespace
29 namespace storage { namespace
55 CreateForFileSystemFile(storage::FileSystemContext* context,
56 const storage::FileSystemURL& url,
97 } // namespace storage
  /external/chromium_org/storage/browser/fileapi/
file_system_url_request_job_factory.h 12 #include "storage/browser/storage_browser_export.h"
18 namespace storage { namespace
29 } // namespace storage
mount_points.cc 5 #include "storage/browser/fileapi/mount_points.h"
7 namespace storage { namespace
14 } // namespace storage
sandbox_origin_database_interface.cc 5 #include "storage/browser/fileapi/sandbox_origin_database_interface.h"
7 namespace storage { namespace
20 } // namespace storage
  /external/chromium_org/storage/common/quota/
quota_types.h 8 #include "storage/common/quota/quota_status_code.h"
10 namespace storage { namespace
28 } // namespace storage
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/
uniform_initializer_utils.h 31 fill_storage_array_with_sentinels(gl_constant_value *storage,
46 verify_data(gl_constant_value *storage, unsigned storage_array_size,
  /external/chromium_org/third_party/skia/src/core/
SkStreamPriv.h 17 * Copy the provided stream to memory allocated by storage.
19 * @param storage Allocator to hold the memory. Will be reset to be large
21 * storage->get() will point to data holding the SkStream's entire
23 * @param stream SkStream to be copied into storage.
25 * number of bytes pointed to by storage->get(). Returns 0 on failure.
27 size_t SkCopyStreamToStorage(SkAutoMalloc* storage, SkStream* stream);
  /external/mesa3d/src/glsl/tests/
uniform_initializer_utils.h 31 fill_storage_array_with_sentinels(gl_constant_value *storage,
46 verify_data(gl_constant_value *storage, unsigned storage_array_size,
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
provided_file_system.h 12 #include "storage/browser/fileapi/async_file_util.h"
43 const storage::AsyncFileUtil::StatusCallback& callback) OVERRIDE;
50 const storage::AsyncFileUtil::ReadDirectoryCallback& callback) OVERRIDE;
56 const storage::AsyncFileUtil::StatusCallback& callback) OVERRIDE;
66 const storage::AsyncFileUtil::StatusCallback& callback) OVERRIDE;
70 const storage::AsyncFileUtil::StatusCallback& callback) OVERRIDE;
73 const storage::AsyncFileUtil::StatusCallback& callback) OVERRIDE;
77 const storage::AsyncFileUtil::StatusCallback& callback) OVERRIDE;
81 const storage::AsyncFileUtil::StatusCallback& callback) OVERRIDE;
85 const storage::AsyncFileUtil::StatusCallback& callback) OVERRIDE
    [all...]
provided_file_system_interface.h 15 #include "storage/browser/fileapi/async_file_util.h"
77 const storage::AsyncFileUtil::StatusCallback& callback)> AbortCallback;
87 const storage::AsyncFileUtil::StatusCallback& callback) = 0;
100 const storage::AsyncFileUtil::ReadDirectoryCallback& callback) = 0;
112 const storage::AsyncFileUtil::StatusCallback& callback) = 0;
130 const storage::AsyncFileUtil::StatusCallback& callback) = 0;
136 const storage::AsyncFileUtil::StatusCallback& callback) = 0;
143 const storage::AsyncFileUtil::StatusCallback& callback) = 0;
150 const storage::AsyncFileUtil::StatusCallback& callback) = 0;
157 const storage::AsyncFileUtil::StatusCallback& callback) = 0
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_helper.h 14 namespace storage { namespace
44 storage::SpecialStoragePolicy* policy);
  /external/chromium_org/chrome/browser/sync_file_system/
mock_local_change_processor.h 24 const storage::FileSystemURL& url,
31 const storage::FileSystemURL& url,
  /external/chromium_org/content/browser/quota/
mock_quota_manager.h 14 #include "storage/browser/quota/quota_client.h"
15 #include "storage/browser/quota/quota_manager.h"
16 #include "storage/browser/quota/quota_task.h"
17 #include "storage/common/quota/quota_types.h"
20 using storage::GetOriginsCallback;
21 using storage::QuotaClient;
22 using storage::QuotaManager;
23 using storage::QuotaStatusCode;
24 using storage::SpecialStoragePolicy;
25 using storage::StatusCallback
    [all...]
  /external/chromium_org/extensions/shell/browser/
shell_browser_context.h 11 #include "storage/browser/quota/special_storage_policy.h"
26 virtual storage::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE;
47 scoped_refptr<storage::SpecialStoragePolicy> storage_policy_;
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
validating_storage.h 15 // A wrapper object for Storage that stores data with a checksum and a
22 #include <libaddressinput/storage.h>
31 // Wraps Storage to add checksum and timestamp to stored data. Sample usage:
32 // scoped_ptr<Storage> file_storage = ...;
33 // ValidatingStorage storage(file_storage));
34 // storage.Put("key", new std::string("data"));
37 // storage.Get("key", *data_ready);
38 class ValidatingStorage : public Storage {
40 // Takes ownership of |storage|.
41 explicit ValidatingStorage(Storage* storage)
    [all...]

Completed in 603 milliseconds

1 2 3 4 56 7 8 91011>>