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

1 2 34 5 6 7 8 91011>>

  /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...]
  /external/chromium_org/storage/browser/fileapi/
file_system_file_stream_reader.h 12 #include "storage/browser/blob/file_stream_reader.h"
13 #include "storage/browser/fileapi/file_system_url.h"
14 #include "storage/browser/storage_browser_export.h"
15 #include "storage/common/blob/shareable_file_reference.h"
26 namespace storage { namespace
36 : public NON_EXPORTED_BASE(storage::FileStreamReader) {
47 friend class storage::FileStreamReader;
63 const scoped_refptr<storage::ShareableFileReference>& file_ref);
69 scoped_ptr<storage::FileStreamReader> local_file_reader_;
70 scoped_refptr<storage::ShareableFileReference> snapshot_ref_
    [all...]
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
file_system_quota_util.h 13 #include "storage/browser/storage_browser_export.h"
14 #include "storage/common/fileapi/file_system_types.h"
21 namespace storage { namespace
25 namespace storage { namespace
42 storage::QuotaManagerProxy* proxy,
46 virtual void GetOriginsForTypeOnFileTaskRunner(storage::FileSystemType type,
49 virtual void GetOriginsForHostOnFileTaskRunner(storage::FileSystemType type,
55 storage::FileSystemContext* file_system_context,
57 storage::FileSystemType type) = 0;
66 } // namespace storage
    [all...]
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...]
  /external/chromium_org/storage/browser/quota/
storage_observer.h 10 #include "storage/browser/quota/quota_client.h"
11 #include "storage/common/quota/quota_types.h"
14 namespace storage { namespace
16 // This interface is implemented by observers that wish to monitor storage
21 // The storage type to monitor. This must not be kStorageTypeUnknown or
34 // Storage type and origin to monitor.
37 // The rate at which storage events will be fired. Events will be fired at
38 // approximately this rate, or when a storage status change has been
56 // The storage type and origin monitored.
70 // Will be called on the IO thread when a storage event occurs
    [all...]
  /external/chromium_org/chrome/browser/chromeos/fileapi/
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/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/content/browser/fileapi/
sandbox_file_system_backend_unittest.cc 5 #include "storage/browser/fileapi/sandbox_file_system_backend.h"
16 #include "storage/browser/fileapi/file_system_backend.h"
17 #include "storage/browser/fileapi/file_system_url.h"
18 #include "storage/browser/fileapi/sandbox_file_system_backend_delegate.h"
19 #include "storage/common/fileapi/file_system_util.h"
23 using storage::FileSystemURL;
24 using storage::SandboxFileSystemBackend;
25 using storage::SandboxFileSystemBackendDelegate;
39 storage::FileSystemType type;
43 {storage::kFileSystemTypeTemporary, "http://foo:1/", "000" PS "t"}
    [all...]
browser_file_system_helper.cc 20 #include "storage/browser/fileapi/external_mount_points.h"
21 #include "storage/browser/fileapi/file_permission_policy.h"
22 #include "storage/browser/fileapi/file_system_backend.h"
23 #include "storage/browser/fileapi/file_system_context.h"
24 #include "storage/browser/fileapi/file_system_operation_runner.h"
25 #include "storage/browser/fileapi/file_system_options.h"
26 #include "storage/browser/quota/quota_manager.h"
33 using storage::FileSystemOptions;
51 scoped_refptr<storage::FileSystemContext> CreateFileSystemContext(
55 storage::QuotaManagerProxy* quota_manager_proxy)
    [all...]
file_system_context_unittest.cc 5 #include "storage/browser/fileapi/file_system_context.h"
13 #include "storage/browser/fileapi/external_mount_points.h"
14 #include "storage/browser/fileapi/file_system_backend.h"
15 #include "storage/browser/fileapi/isolated_context.h"
26 using storage::ExternalMountPoints;
27 using storage::FileSystemBackend;
28 using storage::FileSystemContext;
29 using storage::FileSystemMountOption;
30 using storage::FileSystemURL;
31 using storage::IsolatedContext
    [all...]
  /external/chromium_org/content/public/test/
mock_blob_url_request_context.h 12 namespace storage { namespace
16 namespace storage { namespace
25 MockBlobURLRequestContext(storage::FileSystemContext* file_system_context);
28 storage::BlobStorageContext* blob_storage_context() const {
34 scoped_ptr<storage::BlobStorageContext> blob_storage_context_;
48 scoped_ptr<storage::BlobDataHandle> GetBlobDataHandle();
52 storage::BlobStorageContext* context_;
53 scoped_ptr<storage::BlobDataHandle> handle_;
sandbox_file_system_test_helper.cc 12 #include "storage/browser/fileapi/file_system_context.h"
13 #include "storage/browser/fileapi/file_system_file_util.h"
14 #include "storage/browser/fileapi/file_system_operation_context.h"
15 #include "storage/browser/fileapi/file_system_operation_runner.h"
16 #include "storage/browser/fileapi/file_system_url.h"
17 #include "storage/browser/fileapi/file_system_usage_cache.h"
18 #include "storage/browser/fileapi/sandbox_file_system_backend.h"
19 #include "storage/browser/quota/quota_manager_proxy.h"
20 #include "storage/common/fileapi/file_system_util.h"
23 using storage::FileSystemContext
    [all...]
  /external/chromium_org/content/test/data/dom_storage/
README.txt 1 webcore_test_database.localstorage - This is a sample local storage database
2 generated by Chromium 17.0.963.38 beta (using the WebCore DOM 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/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_validator_factory.h 9 #include "storage/browser/fileapi/copy_or_move_file_validator.h"
15 namespace storage { namespace
23 : public storage::CopyOrMoveFileValidatorFactory {
29 virtual storage::CopyOrMoveFileValidator* CreateCopyOrMoveFileValidator(
30 const storage::FileSystemURL& src,
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,
  /external/chromium_org/extensions/shell/browser/
shell_special_storage_policy.h 8 #include "storage/browser/quota/special_storage_policy.h"
12 // A simple storage policy for app_shell which does not limit storage
14 class ShellSpecialStoragePolicy : public storage::SpecialStoragePolicy {
18 // storage::SpecialStoragePolicy implementation.
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
constants.js 8 * Key to access wallpaper rss in chrome.local.storage.
13 * Key to access wallpaper manifest in chrome.storage.local.
18 * Key to access user wallpaper info in chrome.storage.local.
23 * Key to access user wallpaper info in chrome.storage.sync.
34 * chrome.local.storage.
46 WallpaperRssURL: 'https://storage.googleapis.com/' +
66 * Local storage.
68 WallpaperLocalStorage: chrome.storage.local,
71 * Sync storage.
73 WallpaperSyncStorage: chrome.storage.syn
    [all...]
  /external/chromium_org/storage/browser/fileapi/quota/
quota_backend_impl.h 10 #include "storage/browser/fileapi/quota/quota_reservation_manager.h"
11 #include "storage/browser/fileapi/sandbox_file_system_backend_delegate.h"
12 #include "storage/browser/storage_browser_export.h"
13 #include "storage/common/quota/quota_status_code.h"
23 namespace storage { namespace
27 namespace storage { namespace
42 storage::QuotaManagerProxy* quota_manager_proxy);
80 storage::QuotaStatusCode status,
97 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy_;
104 } // namespace storage
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.tycho.noopsecurity_0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.tycho.noopsecurity_0.18.1.jar 
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_context.h 32 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::FileSystemURL& url
    [all...]
  /external/chromium_org/extensions/browser/api/storage/
local_value_store_cache.cc 5 #include "extensions/browser/api/storage/local_value_store_cache.h"
14 #include "extensions/browser/api/storage/settings_storage_factory.h"
15 #include "extensions/browser/api/storage/settings_storage_quota_enforcer.h"
16 #include "extensions/browser/api/storage/weak_unlimited_settings_storage.h"
18 #include "extensions/common/api/storage.h"
30 // Returns the quota limit for local storage, taken from the schema in
31 // extensions/common/api/storage.json.
34 static_cast<size_t>(core_api::storage::local::QUOTA_BYTES),
63 ValueStore* storage = GetStorage(extension); local
65 // A neat way to implement unlimited storage; if the extension has th
    [all...]
storage_api.h 10 #include "extensions/browser/api/storage/settings_namespace.h"
11 #include "extensions/browser/api/storage/settings_observer.h"
29 virtual ResponseValue RunWithStorage(ValueStore* storage) = 0;
38 ValueStore* storage);
48 ValueStore* storage);
53 void AsyncRunWithStorage(ValueStore* storage);
57 // If the storage cannot be restored or was due to some other error, then sets
61 ValueStore* storage);
67 // A flag indicating whether or not we have tried to restore storage. We
77 DECLARE_EXTENSION_FUNCTION("storage.get", STORAGE_GET
    [all...]

Completed in 1702 milliseconds

1 2 34 5 6 7 8 91011>>