Searched refs:blob_path (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.h508 const base::FilePath& blob_path,
531 const base::FilePath& blob_path,
H A Dindexed_db_backing_store_unittest.cc82 const base::FilePath blob_path = path_base.AppendASCII("test_blob_path"); local
95 blob_path,
157 const base::FilePath& blob_path,
164 blob_path,
155 TestableIndexedDBBackingStore(IndexedDBFactory* indexed_db_factory, const GURL& origin_url, const base::FilePath& blob_path, net::URLRequestContext* request_context, scoped_ptr<LevelDBDatabase> db, scoped_ptr<LevelDBComparator> comparator, base::SequencedTaskRunner* task_runner) argument
H A Dindexed_db_backing_store.cc707 const base::FilePath& blob_path,
714 blob_path_(blob_path),
967 const base::FilePath blob_path = local
1066 blob_path,
1125 const base::FilePath& blob_path,
1135 blob_path,
704 IndexedDBBackingStore( IndexedDBFactory* indexed_db_factory, const GURL& origin_url, const base::FilePath& blob_path, net::URLRequestContext* request_context, scoped_ptr<LevelDBDatabase> db, scoped_ptr<LevelDBComparator> comparator, base::SequencedTaskRunner* task_runner) argument
1122 Create( IndexedDBFactory* indexed_db_factory, const GURL& origin_url, const base::FilePath& blob_path, net::URLRequestContext* request_context, scoped_ptr<LevelDBDatabase> db, scoped_ptr<LevelDBComparator> comparator, base::SequencedTaskRunner* task_runner, leveldb::Status* status) argument

Completed in 369 milliseconds