Searched refs:storage (Results 201 - 225 of 1558) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/browsing_data/
H A Dmock_browsing_data_database_helper.cc37 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/browser/media_galleries/fileapi/
H A Dav_scanning_file_validator.h9 #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/
H A Dremote_change_processor_on_worker.h36 const storage::FileSystemURL& url,
40 const storage::FileSystemURL& url,
43 const storage::FileSystemURL& url,
47 const storage::FileSystemURL& url,
/external/chromium_org/content/browser/loader/
H A Dresource_message_filter.h17 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/
H A Dservice_worker_request_handler.h23 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/
H A Dquota_dispatcher.h15 #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/shell/browser/
H A Dshell_quota_permission_context.cc7 #include "storage/common/quota/quota_types.h"
17 if (params.storage_type != storage::kStorageTypePersistent) {
19 // for Persistent storage type.
/external/chromium_org/storage/browser/blob/
H A Dblob_url_request_job_factory.h13 #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
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_file_util.cc5 #include "storage/browser/fileapi/file_system_file_util.h"
7 namespace storage { namespace
25 } // namespace storage
H A Dfile_system_operation_context.h11 #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
H A Dfile_system_options.cc5 #include "storage/browser/fileapi/file_system_options.h"
7 namespace storage { namespace
21 } // namespace storage
H A Dfile_system_url_request_job_factory.h12 #include "storage/browser/storage_browser_export.h"
18 namespace storage { namespace
29 } // namespace storage
H A Dsandbox_quota_observer.h16 #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/
H A Ddirectory_entry.cc5 #include "storage/common/fileapi/directory_entry.h"
7 namespace storage { namespace
21 } // namespace storage
H A Ddirectory_entry.h13 #include "storage/common/storage_common_export.h"
15 namespace storage { namespace
36 } // namespace storage
H A Dfile_system_mount_option.h8 namespace storage { namespace
35 } // namespace storage
/external/chromium_org/storage/common/quota/
H A Dquota_status_code.h8 #include "storage/common/storage_common_export.h"
11 namespace storage { namespace
26 } // namespace storage
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DDOMWindowEventHandlers.h47 DEFINE_STATIC_WINDOW_ATTRIBUTE_EVENT_LISTENER(storage);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DAudioChannel.h46 AudioChannel(float* storage, size_t length) argument
48 , m_rawPointer(storage)
53 // Manage storage for us.
71 // storage represents external memory not managed by this object.
72 void set(float* storage, size_t length) argument
74 m_memBuffer.clear(); // cleanup managed storage
75 m_rawPointer = storage;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DIndexDataManager.cpp82 BufferD3D *storage = NULL; local
88 storage = BufferD3D::makeBufferD3D(buffer->getImplementation());
98 ASSERT(typeInfo.bytes * static_cast<unsigned int>(count) + offset <= storage->getSize());
100 indices = static_cast<const GLubyte*>(storage->getData()) + offset;
103 StaticIndexBufferInterface *staticBuffer = storage ? storage->getStaticIndexBuffer() : NULL;
105 bool directStorage = alignedOffset && storage && storage->supportsDirectBinding() &&
155 convertCount = storage->getSize() / typeInfo.bytes;
159 storage
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkRasterizer.cpp18 SkIRect storage; local
30 storage = *clipBounds;
31 storage.inset(-margin.fX, -margin.fY);
32 clipBounds = &storage;
H A DSkStreamPriv.h17 * 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/chromium_org/ui/accessibility/extensions/caretbrowsing/
H A Dbackground.js78 chrome.storage.sync.set(obj);
90 chrome.storage.sync.get('enabled', function(result) {
100 chrome.storage.onChanged.addListener(function() {
101 chrome.storage.sync.get('enabled', function(result) {
/external/libcxx/test/input.output/iostreams.base/ios.base/ios.base.storage/
H A DAndroid.mk17 test_makefile := external/libcxx/test/input.output/iostreams.base/ios.base/ios.base.storage/Android.mk
19 test_name := input.output/iostreams.base/ios.base/ios.base.storage/iword
23 test_name := input.output/iostreams.base/ios.base/ios.base.storage/xalloc
27 test_name := input.output/iostreams.base/ios.base/ios.base.storage/pword
/external/skia/src/core/
H A DSkRasterizer.cpp18 SkIRect storage; local
30 storage = *clipBounds;
31 storage.inset(-margin.fX, -margin.fY);
32 clipBounds = &storage;

Completed in 1212 milliseconds

1234567891011>>