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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
write_file.h 16 #include "storage/browser/fileapi/async_file_util.h"
41 const storage::AsyncFileUtil::StatusCallback& callback);
58 const storage::AsyncFileUtil::StatusCallback callback_;
  /external/chromium_org/chrome/browser/extensions/api/file_handlers/
mime_util.h 23 namespace storage { namespace
25 } // namespace storage
51 void CollectForURLs(const std::vector<storage::FileSystemURL>& urls,
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_api_helpers.h 16 namespace storage { namespace
56 const storage::FileSystemURL& url,
  /external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/
popup.js 5 // Store CSS data in the "local" storage area.
8 var storage = chrome.storage.local; variable
13 storage.get('css', function(items) {
  /external/chromium_org/content/browser/appcache/
chrome_appcache_service.h 14 #include "storage/browser/quota/special_storage_policy.h"
46 explicit ChromeAppCacheService(storage::QuotaManagerProxy* proxy);
53 scoped_refptr<storage::SpecialStoragePolicy> special_storage_policy);
  /external/chromium_org/content/browser/dom_storage/
dom_storage_context_wrapper.h 16 namespace storage { namespace
25 // per-profile dom storage state.
33 storage::SpecialStoragePolicy* special_storage_policy);
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.h 30 namespace storage { namespace
53 storage::SpecialStoragePolicy* special_storage_policy,
  /external/chromium_org/content/browser/renderer_host/pepper/
quota_reservation.cc 10 #include "storage/browser/fileapi/file_system_operation_runner.h"
11 #include "storage/browser/fileapi/quota/open_file_handle.h"
12 #include "storage/browser/fileapi/quota/quota_reservation.h"
13 #include "storage/common/fileapi/file_system_util.h"
19 scoped_refptr<storage::FileSystemContext> file_system_context,
21 storage::FileSystemType type) {
27 scoped_refptr<storage::FileSystemContext> file_system_context,
29 storage::FileSystemType file_system_type)
38 scoped_refptr<storage::QuotaReservation> quota_reservation,
40 storage::FileSystemType /* file_system_type */
    [all...]
  /external/chromium_org/content/child/fileapi/
file_system_dispatcher.h 17 #include "storage/common/fileapi/file_system_types.h"
18 #include "storage/common/quota/quota_types.h"
24 namespace storage { namespace
46 void(const std::vector<storage::DirectoryEntry>& entries, bool has_more)>
51 typedef base::Callback<void(const storage::FileSystemInfo& info,
59 storage::QuotaLimitType quota_policy)>
69 storage::FileSystemType type,
76 storage::FileSystemType type,
135 const storage::FileSystemInfo& info,
145 const std::vector<storage::DirectoryEntry>& entries
    [all...]
  /external/chromium_org/content/child/
quota_dispatcher.cc 22 using storage::QuotaStatusCode;
23 using storage::StorageType;
46 virtual void DidFail(storage::QuotaStatusCode error) OVERRIDE {
72 iter.GetCurrentValue()->DidFail(storage::kQuotaErrorAbort);
179 int(storage::kStorageTypeTemporary),
182 int(storage::kStorageTypePersistent),
186 int(storage::kQuotaErrorNotSupported),
189 int(storage::kQuotaErrorAbort),
  /external/chromium_org/content/common/fileapi/
webblob_messages.h 11 #include "storage/common/blob/blob_data.h"
23 storage::BlobData::Item)
52 storage::BlobData::Item)
  /external/chromium_org/mojo/public/cpp/bindings/lib/
string_serialization.cc 23 memcpy(result->storage(), input.data(), input.size());
32 String result(input->storage(), input->size());
  /external/chromium_org/sandbox/win/src/
resolver_64.cc 54 bool ResolverThunk::SetInternalThunk(void* storage, size_t storage_bytes,
60 InternalThunk* thunk = new(storage) InternalThunk;
  /external/chromium_org/storage/browser/fileapi/
transient_file_util.cc 5 #include "storage/browser/fileapi/transient_file_util.h"
11 #include "storage/browser/fileapi/file_system_operation_context.h"
12 #include "storage/browser/fileapi/file_system_url.h"
13 #include "storage/browser/fileapi/isolated_context.h"
15 using storage::ScopedFile;
17 namespace storage { namespace
55 } // namespace storage
  /external/chromium_org/third_party/WebKit/public/platform/
WebPrivatePtr.h 215 storage().assign(ptr);
218 void reset() { storage().release(); }
222 storage().assign(other.storage());
229 storage().assign(ptr);
233 T* get() const { return storage().get(); }
250 PtrStorage<T>& storage() { return PtrStorage<T>::fromSlot(&m_storage); } function in class:blink::WebPrivatePtr
251 const PtrStorage<T>& storage() const { return PtrStorage<T>::fromSlot(&m_storage); } function in class:blink::WebPrivatePtr
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_vector.c 76 * \param storage pointer to storage for the vector's data
79 _mesa_vector4f_init( GLvector4f *v, GLbitfield flags, GLfloat (*storage)[4] )
83 v->data = storage;
84 v->start = (GLfloat *) storage;
91 * Initialize GLvector objects and allocate storage.
103 v->storage = _mesa_align_malloc( count * 4 * sizeof(GLfloat), alignment );
105 v->start = (GLfloat *) v->storage;
106 v->data = (GLfloat (*)[4]) v->storage;
114 * vector's storage field if the VEC_MALLOC flag is set
    [all...]
  /external/chromium_org/third_party/skia/tests/
BitmapGetColorTest.cpp 39 uint32_t storage[4]; local
40 bm.installPixels(info, storage, info.minRowBytes());
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_win.cc 281 STGMEDIUM* storage = GetStorageForString(std::string()); local
283 GetRendererTaintCustomType().ToFormatEtc(), storage));
291 STGMEDIUM* storage = GetStorageForString(data); local
293 Clipboard::GetPlainTextWFormatType().ToFormatEtc(), storage));
296 storage = GetStorageForString(base::UTF16ToUTF8(data));
298 Clipboard::GetPlainTextFormatType().ToFormatEtc(), storage));
313 STGMEDIUM* storage = GetStorageForString(x_moz_url_str); local
315 Clipboard::GetMozUrlFormatType().ToFormatEtc(), storage));
325 storage = GetStorageForString(base::UTF8ToUTF16(url.spec()));
327 Clipboard::GetUrlWFormatType().ToFormatEtc(), storage));
341 STGMEDIUM* storage = GetStorageForFileName(path); local
357 STGMEDIUM* storage = GetStorageForFileName(filenames[i].path); local
367 STGMEDIUM* storage = GetStorageForBytes(data.data(), data.size()); local
376 STGMEDIUM* storage = GetStorageForFileDescriptor(filename); local
393 STGMEDIUM* storage = GetStorageForBytes(cf_html.c_str(), cf_html.size()); local
526 STGMEDIUM* storage = NULL; local
882 STGMEDIUM* storage = new STGMEDIUM; local
945 STGMEDIUM* storage = new STGMEDIUM; local
1022 STGMEDIUM* storage = new STGMEDIUM; local
1042 STGMEDIUM* storage = new STGMEDIUM; local
    [all...]
  /external/mesa3d/src/mesa/math/
m_vector.c 76 * \param storage pointer to storage for the vector's data
79 _mesa_vector4f_init( GLvector4f *v, GLbitfield flags, GLfloat (*storage)[4] )
83 v->data = storage;
84 v->start = (GLfloat *) storage;
91 * Initialize GLvector objects and allocate storage.
103 v->storage = _mesa_align_malloc( count * 4 * sizeof(GLfloat), alignment );
105 v->start = (GLfloat *) v->storage;
106 v->data = (GLfloat (*)[4]) v->storage;
114 * vector's storage field if the VEC_MALLOC flag is set
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
picasa_file_util.cc 21 #include "storage/browser/fileapi/file_system_operation_context.h"
22 #include "storage/browser/fileapi/file_system_url.h"
23 #include "storage/browser/fileapi/native_file_util.h"
24 #include "storage/common/fileapi/file_system_util.h"
27 using storage::DirectoryEntry;
28 using storage::FileSystemOperationContext;
29 using storage::FileSystemURL;
53 const storage::FileSystemURL& url) {
63 storage::VirtualPath::GetComponentsUTF8Unsafe(virtual_path, &result);
68 const storage::FileSystemURL& url)
    [all...]
supported_audio_video_checker.h 39 storage::CopyOrMoveFileValidator::ResultCallback callback_;
  /external/chromium_org/content/browser/fileapi/
copy_or_move_operation_delegate_unittest.cc 21 #include "storage/browser/blob/file_stream_reader.h"
22 #include "storage/browser/fileapi/copy_or_move_file_validator.h"
23 #include "storage/browser/fileapi/copy_or_move_operation_delegate.h"
24 #include "storage/browser/fileapi/file_stream_writer.h"
25 #include "storage/browser/fileapi/file_system_backend.h"
26 #include "storage/browser/fileapi/file_system_context.h"
27 #include "storage/browser/fileapi/file_system_operation.h"
28 #include "storage/browser/fileapi/file_system_url.h"
29 #include "storage/browser/quota/quota_manager.h"
30 #include "storage/common/fileapi/file_system_util.h
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
file_stream_reader.h 13 #include "storage/browser/blob/file_stream_reader.h"
14 #include "storage/browser/fileapi/file_system_url.h"
24 class FileStreamReader : public storage::FileStreamReader {
32 FileStreamReader(storage::FileSystemContext* context,
33 const storage::FileSystemURL& url,
39 // storage::FileStreamReader overrides.
100 storage::FileSystemURL url_;
  /external/chromium_org/chrome/browser/prefs/
pref_hash_store_impl.h 45 // BeginTransaction() will ignore |storage| if this is provided.
55 scoped_ptr<HashStoreContents> storage) OVERRIDE;
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
remote_change_processor_on_worker.cc 34 const storage::FileSystemURL& url,
50 const storage::FileSystemURL& url,
66 const storage::FileSystemURL& url,
83 const storage::FileSystemURL& url,

Completed in 956 milliseconds

<<11121314151617181920>>