Searched refs:no_db (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider_unittest.cc190 bool SetUpImpl(bool no_db) WARN_UNUSED_RESULT;
237 bool HistoryURLProviderTest::SetUpImpl(bool no_db) { argument
239 if (!(profile_->CreateHistoryService(true, no_db)))
241 if (!no_db) {
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.h172 // only matters if you're recreating the HistoryService. If |no_db| is true,
175 bool CreateHistoryService(bool delete_file, bool no_db) WARN_UNUSED_RESULT;
H A Dtesting_profile.cc477 bool TestingProfile::CreateHistoryService(bool delete_file, bool no_db) { argument
489 if (!history_service->Init(this->GetPath(), no_db)) {
/external/chromium_org/chrome/browser/history/
H A Dhistory_service.h567 // Low-level Init(). Same as the public version, but adds a |no_db| parameter
569 bool Init(const base::FilePath& history_dir, bool no_db);
H A Dhistory_service.cc959 bool HistoryService::Init(const base::FilePath& history_dir, bool no_db) { argument
970 no_db_ = no_db;

Completed in 83 milliseconds