Searched refs:text_database_ (Results 1 – 3 of 3) sorted by relevance
/external/chromium/chrome/browser/history/ |
D | history_backend.cc | 232 if (text_database_.get()) { in ~HistoryBackend() 233 text_database_->CommitTransaction(); in ~HistoryBackend() 234 text_database_.reset(); in ~HistoryBackend() 506 if (text_database_.get()) { in AddPage() 507 text_database_->AddPageURL(request->url, last_ids.first, last_ids.second, in AddPage() 567 text_database_.reset(new TextDatabaseManager(history_dir_, in InitImpl() 569 if (!text_database_->Init(history_publisher_.get())) { in InitImpl() 571 text_database_.reset(); in InitImpl() 578 text_database_->DeleteAll(); in InitImpl() 625 thumbnail_db_.get(), text_database_.get()); in InitImpl() [all …]
|
D | history_backend_unittest.cc | 289 backend_->text_database_->AddPageData(row1.url(), row1_id, visit1_id, in TEST_F() 293 backend_->text_database_->AddPageData(row2.url(), row2_id, visit2_id, in TEST_F() 342 backend_->text_database_->GetTextMatches(UTF8ToUTF16("Body"), in TEST_F()
|
D | history_backend.h | 538 scoped_ptr<TextDatabaseManager> text_database_; variable
|