Searched defs:disk_full (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_cleanup_on_io_error_unittest.cc104 bool disk_full = false; local
115 &disk_full,
132 bool disk_full = false; local
156 &disk_full,
174 &disk_full,
190 &disk_full,
208 &disk_full,
H A Dindexed_db_factory_impl.cc185 bool disk_full; local
194 &disk_full,
240 bool disk_full = false; local
248 &disk_full,
347 bool* disk_full,
356 disk_full,
368 bool* disk_full,
391 disk_full,
426 bool disk_full = false; local
436 &disk_full,
341 OpenBackingStoreHelper( const GURL& origin_url, const base::FilePath& data_directory, net::URLRequestContext* request_context, blink::WebIDBDataLoss* data_loss, std::string* data_loss_message, bool* disk_full, bool first_time, leveldb::Status* status) argument
362 OpenBackingStore( const GURL& origin_url, const base::FilePath& data_directory, net::URLRequestContext* request_context, blink::WebIDBDataLoss* data_loss, std::string* data_loss_message, bool* disk_full, leveldb::Status* status) argument
[all...]
H A Dindexed_db_factory_unittest.cc38 bool disk_full; local
46 &disk_full,
214 bool* disk_full,
216 *disk_full = true;
H A Dindexed_db_backing_store_unittest.cc188 bool disk_full; local
196 &disk_full,
212 bool* disk_full,
H A Dindexed_db_backing_store.cc782 bool* disk_full,
794 disk_full,
775 Open( IndexedDBFactory* indexed_db_factory, const GURL& origin_url, const base::FilePath& path_base, net::URLRequestContext* request_context, blink::WebIDBDataLoss* data_loss, std::string* data_loss_message, bool* disk_full, base::SequencedTaskRunner* task_runner, bool clean_journal, leveldb::Status* status) argument

Completed in 93 milliseconds