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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/content/browser/appcache/
appcache_quota_client.cc 15 using storage::QuotaClient;
18 storage::QuotaStatusCode NetErrorCodeToQuotaStatus(int code) {
20 return storage::kQuotaStatusOk;
22 return storage::kQuotaErrorAbort;
24 return storage::kQuotaStatusUnknown;
65 storage::StorageType type,
82 if (type != storage::kStorageTypeTemporary) {
97 storage::StorageType type,
103 storage::StorageType type,
115 storage::StorageType type
    [all...]
  /external/chromium_org/ui/accessibility/extensions/longdesc/
options.js 5 // Saves options to chrome.storage
8 chrome.storage.sync.set({
21 // stored in chrome.storage.
24 chrome.storage.sync.get("addBorder", function(item) {
  /external/clang/test/Analysis/inlining/
containers.cpp 86 int *storage; member in class:MySet
89 MySet() : storage(0), size(0) {
96 MySet(unsigned n) : storage(new int[n]), size(n) {
103 ~MySet() { delete[] storage; }
124 return iterator(storage);
132 return iterator(storage+size);
142 return storage;
149 return storage + size;
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_file_util.cc 18 #include "storage/browser/fileapi/file_system_operation_context.h"
19 #include "storage/browser/fileapi/file_system_url.h"
20 #include "storage/browser/fileapi/native_file_util.h"
21 #include "storage/common/blob/shareable_file_reference.h"
22 #include "storage/common/fileapi/file_system_util.h"
24 using storage::DirectoryEntry;
38 const storage::FileSystemURL& url) {
48 storage::VirtualPath::GetComponentsUTF8Unsafe(virtual_path, &result);
69 scoped_ptr<storage::FileSystemOperationContext> context,
70 const storage::FileSystemURL& url
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_system_browser_host.h 22 #include "storage/browser/fileapi/file_system_context.h"
58 scoped_refptr<storage::FileSystemContext> GetFileSystemContext() const {
64 storage::FileSystemOperationRunner* GetFileSystemOperationRunner() const {
72 const storage::FileSystemURL& url,
84 scoped_refptr<storage::FileSystemContext> file_system_context);
87 storage::FileSystemType file_system_type,
88 scoped_refptr<storage::FileSystemContext> file_system_context);
97 scoped_refptr<storage::FileSystemContext> file_system_context);
101 scoped_refptr<storage::FileSystemContext> file_system_context);
125 scoped_refptr<storage::FileSystemContext> file_system_context)
    [all...]
  /external/chromium_org/content/public/test/
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/browser/
quota_dispatcher_host.cc 13 #include "storage/browser/quota/quota_manager.h"
16 using storage::QuotaClient;
17 using storage::QuotaManager;
18 using storage::QuotaStatusCode;
19 using storage::StorageType;
47 storage::QuotaManager* quota_manager() const {
85 if (status != storage::kQuotaStatusOk) {
120 DCHECK(params_.storage_type == storage::kStorageTypeTemporary ||
121 params_.storage_type == storage::kStorageTypePersistent ||
122 params_.storage_type == storage::kStorageTypeSyncable)
    [all...]
database_quota_client_unittest.cc 14 #include "storage/browser/database/database_quota_client.h"
15 #include "storage/browser/database/database_tracker.h"
16 #include "storage/browser/database/database_util.h"
17 #include "storage/common/database/database_identifier.h"
20 using storage::DatabaseQuotaClient;
21 using storage::DatabaseTracker;
22 using storage::OriginInfo;
27 static const storage::StorageType kTemp = storage::kStorageTypeTemporary;
28 static const storage::StorageType kPerm = storage::kStorageTypePersistent
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 
  /external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/
options.js 5 // Store CSS data in the "local" storage area.
11 // However, "sync" is expensive with a strict quota (both in storage space and
14 var storage = chrome.storage.local; variable
35 // Save it using the Chrome extension storage API.
36 storage.set({'css': cssCode}, function() {
43 storage.get('css', function(items) {
44 // To avoid checking items.css we could specify storage.get({css: ''}) to
54 // Remove the saved value from storage. storage.clear would achieve the sam
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
fileapi_util.cc 20 #include "storage/browser/fileapi/file_system_context.h"
21 #include "storage/browser/fileapi/open_file_system_mode.h"
22 #include "storage/common/fileapi/file_system_util.h"
34 GURL base_url = storage::GetFileSystemRootURI(
36 storage::kFileSystemTypeExternal);
77 const storage::FileSystemInfo& info,
79 storage::FileSystemContext::ResolvedEntryType type);
87 scoped_refptr<storage::FileSystemContext> file_system_context_;
138 storage::FileSystemURL url = file_system_context_->CreateCrackedFileSystemURL(
140 storage::kFileSystemTypeExternal
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_file_system_helper.h 18 #include "storage/common/fileapi/file_system_types.h"
21 namespace storage { namespace
55 std::map<storage::FileSystemType, int64> usage_map;
66 storage::FileSystemContext* file_system_context);
105 storage::FileSystemType type,
mock_browsing_data_database_helper.cc 37 storage::DatabaseIdentifier id1 =
38 storage::DatabaseIdentifier::Parse("http_gdbhost1_1");
42 storage::DatabaseIdentifier id2 =
43 storage::DatabaseIdentifier::Parse("http_gdbhost2_2");
  /external/chromium_org/chrome/common/extensions/docs/server2/
instance_servlet_test.py 40 test_path('extensions/storage.html')
41 test_path('apps/storage.html')
45 test_path('beta/extensions/storage.html', status=301)
46 test_path('beta/apps/storage.html', status=301)
  /external/chromium_org/content/browser/loader/
resource_message_filter.h 17 namespace storage { namespace
19 } // namespace storage
49 storage::FileSystemContext* file_system_context,
72 storage::FileSystemContext* file_system_context() const {
97 scoped_refptr<storage::FileSystemContext> file_system_context_;
  /external/chromium_org/content/browser/service_worker/
service_worker_request_handler.h 23 namespace storage { namespace
48 storage::BlobStorageContext* blob_storage_context,
81 base::WeakPtr<storage::BlobStorageContext> blob_storage_context,
86 base::WeakPtr<storage::BlobStorageContext> blob_storage_context_;
  /external/chromium_org/content/child/
quota_dispatcher.h 15 #include "storage/common/quota/quota_types.h"
43 virtual void DidFail(storage::QuotaStatusCode status) = 0;
62 storage::StorageType type,
66 storage::StorageType type,
82 void DidFail(int request_id, storage::QuotaStatusCode error);
  /external/chromium_org/content/public/browser/
render_widget_host_view_frame_subscriber.h 51 // Return true if the current frame should be captured. If so, |storage|
56 // Destination format is determined by |storage|, currently only
66 scoped_refptr<media::VideoFrame>* storage,
  /external/chromium_org/content/shell/browser/
shell_quota_permission_context.cc 7 #include "storage/common/quota/quota_types.h"
17 if (params.storage_type != storage::kStorageTypePersistent) {
19 // for Persistent storage type.
  /external/chromium_org/content/test/
fileapi_test_file_set.h 14 namespace storage { namespace
  /external/chromium_org/storage/browser/fileapi/
file_system_file_util.cc 5 #include "storage/browser/fileapi/file_system_file_util.h"
7 namespace storage { namespace
25 } // namespace storage
file_system_operation_context.h 11 #include "storage/browser/fileapi/task_runner_bound_observer_list.h"
12 #include "storage/browser/storage_browser_export.h"
13 #include "storage/common/quota/quota_types.h"
19 namespace storage { namespace
53 storage::QuotaLimitType quota_limit_type() const { return quota_limit_type_; }
70 void set_quota_limit_type(storage::QuotaLimitType limit_type) {
83 storage::QuotaLimitType quota_limit_type_;
95 } // namespace storage
file_system_options.cc 5 #include "storage/browser/fileapi/file_system_options.h"
7 namespace storage { namespace
21 } // namespace storage
sandbox_quota_observer.h 16 #include "storage/browser/fileapi/file_observers.h"
17 #include "storage/browser/fileapi/file_system_url.h"
23 namespace storage { namespace
27 namespace storage { namespace
40 SandboxQuotaObserver(storage::QuotaManagerProxy* quota_manager_proxy,
64 scoped_refptr<storage::QuotaManagerProxy> quota_manager_proxy_;
79 } // namespace storage
  /external/chromium_org/storage/common/fileapi/
directory_entry.cc 5 #include "storage/common/fileapi/directory_entry.h"
7 namespace storage { namespace
21 } // namespace storage

Completed in 694 milliseconds

1 2 3 4 5 6 7 891011>>