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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_operation_runner.h 17 #include "storage/browser/fileapi/file_system_url.h"
19 namespace storage { namespace
44 virtual const std::vector<storage::FileSystemURL>& target_paths() const = 0;
60 virtual void OnSyncEnabled(const storage::FileSystemURL& url) OVERRIDE;
61 virtual void OnWriteEnabled(const storage::FileSystemURL& url) OVERRIDE;
77 const std::vector<storage::FileSystemURL>& target_paths);
root_delete_helper.cc 13 #include "storage/browser/fileapi/file_system_context.h"
14 #include "storage/browser/fileapi/file_system_url.h"
15 #include "storage/browser/fileapi/sandbox_file_system_backend_delegate.h"
16 #include "storage/common/fileapi/file_system_util.h"
23 void ResetFileChangeTracker(storage::FileSystemContext* file_system_context,
24 const storage::FileSystemURL& url) {
37 storage::FileSystemContext* file_system_context,
39 const storage::FileSystemURL& url,
51 DCHECK(storage::VirtualPath::IsRootPath(url.path()));
93 storage::OPEN_FILE_SYSTEM_CREATE_IF_NONEXISTENT
    [all...]
  /external/chromium_org/content/browser/fileapi/
upload_file_system_file_element_reader.h 14 namespace storage { namespace
18 namespace storage { namespace
29 storage::FileSystemContext* file_system_context,
48 scoped_refptr<storage::FileSystemContext> file_system_context_;
54 scoped_ptr<storage::FileStreamReader> stream_reader_;
fileapi_message_filter.h 21 #include "storage/browser/fileapi/file_system_context.h"
22 #include "storage/browser/fileapi/file_system_operation_runner.h"
23 #include "storage/common/blob/blob_data.h"
24 #include "storage/common/fileapi/file_system_types.h"
25 #include "storage/common/quota/quota_types.h"
34 namespace storage { namespace
50 namespace storage { namespace
65 storage::FileSystemContext* file_system_context,
71 storage::FileSystemContext* file_system_context,
88 typedef storage::FileSystemOperationRunner::OperationID OperationID
    [all...]
chrome_blob_storage_context.cc 12 #include "storage/browser/blob/blob_data_handle.h"
13 #include "storage/browser/blob/blob_storage_context.h"
16 using storage::BlobStorageContext;
26 explicit BlobHandleImpl(scoped_ptr<storage::BlobDataHandle> handle)
37 scoped_ptr<storage::BlobDataHandle> handle_;
74 scoped_refptr<storage::BlobData> blob_data = new storage::BlobData(uuid);
77 scoped_ptr<storage::BlobDataHandle> blob_data_handle =
  /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/content/browser/quota/
quota_backend_impl_unittest.cc 5 #include "storage/browser/fileapi/quota/quota_backend_impl.h"
11 #include "storage/browser/fileapi/file_system_usage_cache.h"
12 #include "storage/browser/fileapi/obfuscated_file_util.h"
13 #include "storage/browser/quota/quota_manager_proxy.h"
18 using storage::FileSystemUsageCache;
19 using storage::ObfuscatedFileUtil;
20 using storage::QuotaBackendImpl;
21 using storage::SandboxFileSystemBackendDelegate;
41 class MockQuotaManagerProxy : public storage::QuotaManagerProxy {
51 virtual void SetUsageCacheEnabled(storage::QuotaClient::ID client_id
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_quota_helper_unittest.cc 16 #include "storage/browser/quota/quota_manager.h"
17 #include "storage/browser/quota/quota_manager_proxy.h"
37 quota_manager_ = new storage::QuotaManager(
76 storage::QuotaClient::kFileSystem,
98 void GotPersistentHostQuota(storage::QuotaStatusCode status, int64 quota) {
99 EXPECT_EQ(storage::kQuotaStatusOk, status);
118 scoped_refptr<storage::QuotaManager> quota_manager_;
140 {"http://example.com/", storage::kStorageTypeTemporary, 1},
141 {"https://example.com/", storage::kStorageTypeTemporary, 10},
142 {"http://example.com/", storage::kStorageTypePersistent, 100}
    [all...]
  /external/chromium_org/chrome/browser/
chrome_content_browser_client_parts.h 12 #include "storage/browser/fileapi/file_system_context.h"
28 namespace storage { namespace
52 std::vector<storage::URLRequestAutoMountHandler>* handlers) {}
56 ScopedVector<storage::FileSystemBackend>* additional_backends) {}
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
fake_provided_file_system.h 75 const storage::AsyncFileUtil::StatusCallback& callback) OVERRIDE;
83 const storage::AsyncFileUtil::ReadDirectoryCallback& callback) OVERRIDE;
89 const storage::AsyncFileUtil::StatusCallback& callback) OVERRIDE;
99 const storage::AsyncFileUtil::StatusCallback& callback) OVERRIDE;
103 const storage::AsyncFileUtil::StatusCallback& callback) OVERRIDE;
106 const storage::AsyncFileUtil::StatusCallback& callback) OVERRIDE;
110 const storage::AsyncFileUtil::StatusCallback& callback) OVERRIDE;
114 const storage::AsyncFileUtil::StatusCallback& callback) OVERRIDE;
118 const storage::AsyncFileUtil::StatusCallback& callback) OVERRIDE;
124 const storage::AsyncFileUtil::StatusCallback& callback) OVERRIDE
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
buffering_file_stream_reader.h 12 #include "storage/browser/blob/file_stream_reader.h"
29 class BufferingFileStreamReader : public storage::FileStreamReader {
32 scoped_ptr<storage::FileStreamReader> file_stream_reader,
38 // storage::FileStreamReader overrides.
63 scoped_ptr<storage::FileStreamReader> file_stream_reader_;
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
readahead_file_stream_reader.h 12 #include "storage/browser/blob/file_stream_reader.h"
16 : public NON_EXPORTED_BASE(storage::FileStreamReader) {
19 explicit ReadaheadFileStreamReader(storage::FileStreamReader* source);
41 scoped_ptr<storage::FileStreamReader> source_;
safe_audio_video_checker.h 13 #include "storage/browser/fileapi/copy_or_move_file_validator.h"
29 const storage::CopyOrMoveFileValidator::ResultCallback& callback);
58 const storage::CopyOrMoveFileValidator::ResultCallback callback_;
  /external/chromium_org/chrome/browser/net/
quota_policy_channel_id_store.h 25 namespace storage { namespace
41 const scoped_refptr<storage::SpecialStoragePolicy>&
60 scoped_refptr<storage::SpecialStoragePolicy> special_storage_policy_;
  /external/chromium_org/content/public/browser/
cookie_store_factory.h 21 namespace storage { namespace
59 storage::SpecialStoragePolicy* storage_policy,
65 const scoped_refptr<storage::SpecialStoragePolicy> storage_policy;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_double_list.h 125 #define LIST_FOR_EACH_ENTRY_SAFE(pos, storage, head, member) \
127 storage = container_of(pos->member.next, pos, member); \
129 pos = storage, storage = container_of(storage->member.next, storage, member))
131 #define LIST_FOR_EACH_ENTRY_SAFE_REV(pos, storage, head, member) \
133 storage = container_of(pos->member.prev, pos, member); \
135 pos = storage, storage = container_of(storage->member.prev, storage, member)
    [all...]
  /external/deqp/framework/randomshaders/
rsgVariable.hpp 40 enum Storage
54 Variable (const VariableType& type, Storage storage, const char* name);
58 Storage getStorage (void) const { return m_storage; }
63 void setStorage (Storage storage) { m_storage = storage; }
72 Storage m_storage;
  /external/mesa3d/src/gallium/auxiliary/util/
u_double_list.h 125 #define LIST_FOR_EACH_ENTRY_SAFE(pos, storage, head, member) \
127 storage = container_of(pos->member.next, pos, member); \
129 pos = storage, storage = container_of(storage->member.next, storage, member))
131 #define LIST_FOR_EACH_ENTRY_SAFE_REV(pos, storage, head, member) \
133 storage = container_of(pos->member.prev, pos, member); \
135 pos = storage, storage = container_of(storage->member.prev, storage, member)
    [all...]
  /external/chromium_org/content/browser/renderer_host/
database_message_filter.h 11 #include "storage/browser/database/database_tracker.h"
12 #include "storage/common/database/database_connections.h"
13 #include "storage/common/quota/quota_types.h"
18 public storage::DatabaseTracker::Observer {
20 explicit DatabaseMessageFilter(storage::DatabaseTracker* db_tracker);
29 storage::DatabaseTracker* database_tracker() const {
57 storage::QuotaStatusCode status,
88 scoped_refptr<storage::DatabaseTracker> db_tracker_;
95 storage::DatabaseConnections database_connections_;
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_browser_handlers.h 26 namespace storage { namespace
50 const std::vector<storage::FileSystemURL>& file_urls,
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
abort.h 14 #include "storage/browser/fileapi/async_file_util.h"
34 const storage::AsyncFileUtil::StatusCallback& callback);
48 const storage::AsyncFileUtil::StatusCallback callback_;
close_file.h 14 #include "storage/browser/fileapi/async_file_util.h"
29 // first. Note, that this is part of storage::CreateOrOpen file, but it does
36 const storage::AsyncFileUtil::StatusCallback& callback);
50 const storage::AsyncFileUtil::StatusCallback callback_;
create_file.h 14 #include "storage/browser/fileapi/async_file_util.h"
35 const storage::AsyncFileUtil::StatusCallback& callback);
49 const storage::AsyncFileUtil::StatusCallback callback_;
read_directory.h 13 #include "storage/browser/fileapi/async_file_util.h"
34 const storage::AsyncFileUtil::ReadDirectoryCallback& callback);
48 const storage::AsyncFileUtil::ReadDirectoryCallback callback_;
unmount.h 11 #include "storage/browser/fileapi/async_file_util.h"
34 const storage::AsyncFileUtil::StatusCallback& callback);
47 const storage::AsyncFileUtil::StatusCallback callback_;

Completed in 868 milliseconds

1 2 3 4 5 6 78 91011>>