HomeSort by relevance Sort by last modified time
    Searched refs:db_file_path_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/storage/browser/quota/
quota_database.cc 126 : db_file_path_(path),
442 bool in_memory_only = db_file_path_.empty();
444 (in_memory_only || !base::PathExists(db_file_path_))) {
456 } else if (!base::CreateDirectory(db_file_path_.DirName())) {
459 opened = db_->Open(db_file_path_);
555 DCHECK(!db_file_path_.empty());
556 DCHECK(base::PathExists(db_file_path_));
562 if (!sql::Connection::Delete(db_file_path_))
quota_database.h 170 base::FilePath db_file_path_; member in class:storage::QuotaDatabase
  /external/chromium_org/content/browser/appcache/
appcache_database.cc 206 : db_file_path_(path),
1001 bool use_in_memory_db = db_file_path_.empty();
1003 (use_in_memory_db || !base::PathExists(db_file_path_))) {
1015 } else if (!base::CreateDirectory(db_file_path_.DirName())) {
1018 opened = db_->Open(db_file_path_);
    [all...]
appcache_database.h 220 base::FilePath db_file_path_; member in class:content::AppCacheDatabase
appcache_storage_impl.cc 263 db_file_path_ =
278 base::FilePath db_file_path_; member in class:content::AppCacheStorageImpl::InitTask
289 if (!db_file_path_.empty() &&
290 !base::PathExists(db_file_path_) &&
    [all...]

Completed in 398 milliseconds