Searched refs:path_base (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
H A Dtest_importer.py206 path_base = path.replace(self.options.destination + '/', '')
207 path_base = path_base.replace(cur_dir, '')
208 path_full = self.filesystem.join(root, path_base)
209 if path_base in dirs:
210 dirs.remove(path_base)
212 _log.info(" pruning %s" % path_base)
215 _log.info(" skipping %s" % path_base)
222 path_base = path_full.replace(self.layout_tests_dir + '/', '')
223 if path_base i
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.h312 const base::FilePath& path_base,
323 const base::FilePath& path_base,
363 static leveldb::Status DestroyBackingStore(const base::FilePath& path_base,
365 static bool RecordCorruptionInfo(const base::FilePath& path_base,
538 static bool ReadCorruptionInfo(const base::FilePath& path_base,
H A Dindexed_db_factory_impl.cc310 base::FilePath path_base = context_->data_path(); local
312 path_base, saved_origin_url, base::UTF16ToUTF8(error.message()));
317 IndexedDBBackingStore::DestroyBackingStore(path_base, saved_origin_url);
H A Dindexed_db_backing_store.cc778 const base::FilePath& path_base,
790 path_base,
858 const base::FilePath& path_base,
861 path_base.Append(ComputeFileName(origin_url));
866 bool IndexedDBBackingStore::ReadCorruptionInfo(const base::FilePath& path_base, argument
870 path_base.Append(ComputeCorruptionFileName(origin_url));
907 const base::FilePath& path_base,
911 path_base.Append(ComputeCorruptionFileName(origin_url));
932 const base::FilePath& path_base,
942 DCHECK(!path_base
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
857 DestroyBackingStore( const base::FilePath& path_base, const GURL& origin_url) argument
906 RecordCorruptionInfo( const base::FilePath& path_base, const GURL& origin_url, const std::string& message) argument
929 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* is_disk_full, LevelDBFactory* leveldb_factory, base::SequencedTaskRunner* task_runner, bool clean_journal, leveldb::Status* status) argument
[all...]
H A Dindexed_db_backing_store_unittest.cc67 const base::FilePath& path_base,
72 DCHECK(!path_base.empty());
76 if (!base::CreateDirectory(path_base)) {
81 const base::FilePath file_path = path_base.AppendASCII("test_db_path");
82 const base::FilePath blob_path = path_base.AppendASCII("test_blob_path");
64 Open( IndexedDBFactory* indexed_db_factory, const GURL& origin_url, const base::FilePath& path_base, net::URLRequestContext* request_context, LevelDBFactory* leveldb_factory, base::SequencedTaskRunner* task_runner, leveldb::Status* status) argument

Completed in 745 milliseconds