OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:path_base
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store.h
312
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
,
indexed_db_factory_impl.cc
310
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);
indexed_db_backing_store.cc
778
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
,
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
,
[
all
...]
indexed_db_backing_store_unittest.cc
67
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");
[
all
...]
Completed in 136 milliseconds