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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/storage/common/quota/
quota_status_code.cc 6 #include "storage/common/quota/quota_status_code.h"
8 namespace storage { namespace
29 } // namespace storage
  /external/lldb/test/lang/objc/real-definition/
Bar.h 7 InternalClass *storage; variable
  /external/chromium_org/content/public/test/
test_file_system_backend.cc 17 #include "storage/browser/blob/file_stream_reader.h"
18 #include "storage/browser/fileapi/copy_or_move_file_validator.h"
19 #include "storage/browser/fileapi/file_observers.h"
20 #include "storage/browser/fileapi/file_system_operation.h"
21 #include "storage/browser/fileapi/file_system_operation_context.h"
22 #include "storage/browser/fileapi/file_system_quota_util.h"
23 #include "storage/browser/fileapi/local_file_util.h"
24 #include "storage/browser/fileapi/native_file_util.h"
25 #include "storage/browser/fileapi/quota/quota_reservation.h"
26 #include "storage/browser/fileapi/sandbox_file_stream_writer.h
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
sync_file_system_backend.cc 19 #include "storage/browser/blob/file_stream_reader.h"
20 #include "storage/browser/fileapi/file_stream_writer.h"
21 #include "storage/browser/fileapi/file_system_context.h"
22 #include "storage/browser/fileapi/file_system_operation.h"
23 #include "storage/common/fileapi/file_system_util.h"
96 bool SyncFileSystemBackend::CanHandleType(storage::FileSystemType type) const {
97 return type == storage::kFileSystemTypeSyncable ||
98 type == storage::kFileSystemTypeSyncableForInternalSync;
101 void SyncFileSystemBackend::Initialize(storage::FileSystemContext* context) {
106 storage::SandboxFileSystemBackendDelegate* delegate = GetDelegate()
    [all...]
root_delete_helper.h 13 #include "storage/browser/fileapi/file_system_url.h"
17 namespace storage { namespace
35 RootDeleteHelper(storage::FileSystemContext* file_system_context,
37 const storage::FileSystemURL& url,
50 scoped_refptr<storage::FileSystemContext> file_system_context_;
51 const storage::FileSystemURL url_;
  /external/chromium_org/chrome/browser/chromeos/drive/fileapi/
file_system_backend_delegate.cc 18 #include "storage/browser/blob/file_stream_reader.h"
19 #include "storage/browser/fileapi/async_file_util.h"
20 #include "storage/browser/fileapi/file_system_context.h"
21 #include "storage/browser/fileapi/file_system_url.h"
31 const storage::URLCallback& callback,
48 const storage::FileSystemURL& url,
49 const storage::URLCallback& callback) {
80 storage::AsyncFileUtil* FileSystemBackendDelegate::GetAsyncFileUtil(
81 storage::FileSystemType type) {
83 DCHECK_EQ(storage::kFileSystemTypeDrive, type)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/
copy_constant_to_storage_tests.cpp 32 copy_constant_to_storage(union gl_constant_value *storage,
49 gl_constant_value storage[17]; member in class:copy_constant_to_storage
72 const unsigned red_zone_size = Elements(storage) - val->type->components();
73 fill_storage_array_with_sentinels(storage,
77 linker::copy_constant_to_storage(storage,
82 verify_data(storage, 0, val, red_zone_size);
91 const unsigned red_zone_size = Elements(storage) - val->type->components();
92 fill_storage_array_with_sentinels(storage,
96 linker::copy_constant_to_storage(storage,
101 verify_data(storage, 0, val, red_zone_size)
    [all...]
  /external/mesa3d/src/glsl/tests/
copy_constant_to_storage_tests.cpp 32 copy_constant_to_storage(union gl_constant_value *storage,
49 gl_constant_value storage[17]; member in class:copy_constant_to_storage
72 const unsigned red_zone_size = Elements(storage) - val->type->components();
73 fill_storage_array_with_sentinels(storage,
77 linker::copy_constant_to_storage(storage,
82 verify_data(storage, 0, val, red_zone_size);
91 const unsigned red_zone_size = Elements(storage) - val->type->components();
92 fill_storage_array_with_sentinels(storage,
96 linker::copy_constant_to_storage(storage,
101 verify_data(storage, 0, val, red_zone_size)
    [all...]
  /external/chromium_org/content/browser/appcache/
mock_appcache_storage_unittest.cc 89 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()->LoadOrCreateGroup(manifest_url, &delegate)
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/chrome/browser/browsing_data/
browsing_data_quota_helper_impl.h 17 #include "storage/common/quota/quota_types.h"
21 namespace storage { namespace
36 storage::QuotaManager* quota_manager);
42 void GotOrigins(const std::set<GURL>& origins, storage::StorageType type);
45 void GetHostUsage(const std::string& host, storage::StorageType type);
49 storage::StorageType type,
53 void DidRevokeHostQuota(storage::QuotaStatusCode status, int64 quota);
55 scoped_refptr<storage::QuotaManager> quota_manager_;
58 typedef std::set<std::pair<std::string, storage::StorageType> > PendingHosts;
  /external/chromium_org/chrome/browser/chromeos/fileapi/
external_file_url_util.h 15 namespace storage { namespace
25 const storage::FileSystemURL& file_system_url);
external_file_url_util_unittest.cc 12 #include "storage/browser/fileapi/file_system_url.h"
35 storage::FileSystemURL CreateExpectedURL(const base::FilePath& path) {
36 return storage::FileSystemURL::CreateForTest(
38 storage::kFileSystemTypeExternal,
41 storage::kFileSystemTypeDrive,
44 storage::FileSystemMountOption());
55 storage::FileSystemURL url;
86 ASSERT_FALSE(storage::FileSystemURL::CreateForTest(
88 ASSERT_FALSE(storage::FileSystemURL::CreateForTest(
file_system_backend_unittest.cc 13 #include "storage/browser/fileapi/external_mount_points.h"
14 #include "storage/browser/fileapi/file_system_url.h"
20 using storage::ExternalMountPoints;
21 using storage::FileSystemURL;
30 storage::kFileSystemTypeExternal,
37 storage::ExternalMountPoints::GetSystemInstance()->RevokeAllFileSystems();
39 scoped_refptr<storage::SpecialStoragePolicy> storage_policy =
41 scoped_refptr<storage::ExternalMountPoints> mount_points(
42 storage::ExternalMountPoints::CreateRefCounted());
49 storage::ExternalMountPoints::GetSystemInstance())
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/
local_change_processor.h 11 namespace storage { namespace
37 const storage::FileSystemURL& url,
sync_event_observer.h 15 namespace storage { namespace
34 virtual void OnFileSynced(const storage::FileSystemURL& url,
remote_change_processor.h 17 namespace storage { namespace
51 const storage::FileSystemURL& url,
63 const storage::FileSystemURL& url,
71 virtual void FinalizeRemoteSync(const storage::FileSystemURL& url,
80 virtual void RecordFakeLocalChange(const storage::FileSystemURL& url,
  /external/chromium_org/content/browser/loader/
temporary_file_stream.h 17 namespace storage { namespace
25 storage::ShareableFileReference*)>
29 // net::FileStream and storage::ShareableFileReference. The file is deleted
30 // when the storage::ShareableFileReference is deleted. Note it is the
31 // consumer's responsibility to ensure the storage::ShareableFileReference
38 // storage::ShareableFileReference lifetimes is a nuisance. The two should
  /external/chromium_org/content/browser/net/
view_blob_internals_job_factory.cc 10 #include "storage/browser/blob/view_blob_internals_job.h"
24 storage::BlobStorageContext* blob_storage_context) {
25 return new storage::ViewBlobInternalsJob(
view_blob_internals_job_factory.h 13 namespace storage { namespace
27 storage::BlobStorageContext* blob_storage_context);
  /external/chromium_org/content/public/common/
storage_quota_params.h 10 #include "storage/common/quota/quota_types.h"
21 storage_type(storage::kStorageTypeTemporary),
28 storage::StorageType storage_type;
  /external/chromium_org/storage/browser/fileapi/
transient_file_util.h 9 #include "storage/browser/fileapi/local_file_util.h"
10 #include "storage/browser/storage_browser_export.h"
12 namespace storage { namespace
23 virtual storage::ScopedFile CreateSnapshotFile(
34 } // namespace storage
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
ImageD3D.h 36 virtual void setManagedSurface2D(TextureStorage *storage, int level) {};
37 virtual void setManagedSurfaceCube(TextureStorage *storage, int face, int level) {};
38 virtual void setManagedSurface3D(TextureStorage *storage, int level) {};
39 virtual void setManagedSurface2DArray(TextureStorage *storage, int layer, int level) {};
40 virtual bool copyToStorage2D(TextureStorage *storage, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height) = 0;
41 virtual bool copyToStorageCube(TextureStorage *storage, int face, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height) = 0;
42 virtual bool copyToStorage3D(TextureStorage *storage, int level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth) = 0;
43 virtual bool copyToStorage2DArray(TextureStorage *storage, int level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height) = 0;
  /external/libcxx/test/atomics/atomics.flag/
default.pass.cpp 26 _ALIGNAS_TYPE(A) char storage[sizeof(A)] = {1}; local
27 A& zero = *new (storage) A();
  /external/chromium_org/v8/src/base/
lazy-instance.h 102 static T* MutableInstance(StorageType* storage) {
103 return reinterpret_cast<T*>(storage);
107 static void InitStorageUsingTrait(StorageType* storage) {
108 ConstructTrait::Construct(MutableInstance(storage));
117 static T* MutableInstance(StorageType* storage) {
118 return *storage;
122 static void InitStorageUsingTrait(StorageType* storage) {
123 *storage = CreateTrait::Create();
146 template <typename Function, typename Storage>
147 static void Init(OnceType* once, Function function, Storage storage)
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_validator_factory.cc 10 #include "storage/browser/fileapi/copy_or_move_file_validator.h"
11 #include "storage/browser/fileapi/file_system_url.h"
15 class InvalidFileValidator : public storage::CopyOrMoveFileValidator {
19 const storage::CopyOrMoveFileValidator::ResultCallback& result_callback)
26 const storage::CopyOrMoveFileValidator::ResultCallback& result_callback)
44 storage::CopyOrMoveFileValidator*
46 const storage::FileSystemURL& src,

Completed in 320 milliseconds

1 2 34 5 6 7 8 91011>>