Searched defs:main_db_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dexpire_history_backend.h150 // Assumes the main_db_ is non-NULL.
253 HistoryDatabase* main_db_; // Main history database. member in class:history::ExpireHistoryBackend
H A Dexpire_history_backend_unittest.cc109 scoped_ptr<HistoryDatabase> main_db_; member in class:history::ExpireHistoryTest
131 main_db_.reset(new HistoryDatabase);
132 if (main_db_->Init(history_name, FilePath()) != sql::INIT_OK)
133 main_db_.reset();
142 if (thumb_db_->Init(thumb_name, NULL, main_db_.get()) != sql::INIT_OK)
146 main_db_.get(), main_db_.get()));
150 expirer_.SetDatabases(main_db_.get(), archived_db_.get(), thumb_db_.get(),
164 main_db_.reset();
192 if (!main_db_
[all...]
H A Dhistory_backend.cc162 : main_db_(main_db),
175 if (!main_db_->GetRowForURL(url, row)) {
188 URLDatabase* main_db_; // Guaranteed non-NULL. member in class:history::HistoryBackend::URLQuerier

Completed in 61 milliseconds