Home
last modified time | relevance | path

Searched refs:db_path_ (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef/browser/extensions/value_store/
Dcef_value_store_factory.cc25 : db_path_(db_path) {} in CefValueStoreFactory()
66 if (db_path_.empty()) in CreateStore()
69 store = std::make_unique<LeveldbValueStore>(kUMAClientName, db_path_); in CreateStore()
Dcef_value_store_factory.h50 base::FilePath db_path_; variable
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch70083 - ASSERT_TRUE(sql::test::CorruptSizeInHeader(db_path_));
70093 - ASSERT_TRUE(db_->Open(db_path_));
70115 - ASSERT_TRUE(sql::test::CorruptSizeInHeader(db_path_));
70116 + ASSERT_TRUE(sql::test::CorruptIndexRootPage(db_path_, "rows_by_value"));
70117 + ASSERT_TRUE(db_->Open(db_path_));
70122 - ASSERT_TRUE(db_->Open(db_path_));
70152 ASSERT_TRUE(sql::test::CorruptSizeInHeader(db_path_));
70156 ASSERT_TRUE(db_->Open(db_path_));
70173 + ASSERT_TRUE(sql::test::CorruptSizeInHeader(db_path_));
70177 + ASSERT_TRUE(db_->Open(db_path_));
[all …]