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

  /external/chromium_org/webkit/browser/quota/
quota_database.cc 125 : db_file_path_(path),
441 bool in_memory_only = db_file_path_.empty();
443 (in_memory_only || !base::PathExists(db_file_path_))) {
455 } else if (!file_util::CreateDirectory(db_file_path_.DirName())) {
458 opened = db_->Open(db_file_path_);
554 DCHECK(!db_file_path_.empty());
555 DCHECK(base::PathExists(db_file_path_));
561 if (!sql::Connection::Delete(db_file_path_))
quota_database.h 166 base::FilePath db_file_path_; member in class:quota::QuotaDatabase
  /external/chromium_org/webkit/browser/appcache/
appcache_database.cc 198 : db_file_path_(path), is_disabled_(false), is_recreating_(false) {
207 if (!db_file_path_.empty())
995 bool use_in_memory_db = db_file_path_.empty();
997 (use_in_memory_db || !base::PathExists(db_file_path_))) {
1009 } else if (!file_util::CreateDirectory(db_file_path_.DirName())) {
1012 opened = db_->Open(db_file_path_);
    [all...]
appcache_database.h 202 base::FilePath db_file_path_; member in class:appcache::AppCacheDatabase

Completed in 48 milliseconds