Searched defs:no_db (Results 1 - 3 of 3) 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.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.cc959 bool HistoryService::Init(const base::FilePath& history_dir, bool no_db) { argument
970 no_db_ = no_db;

Completed in 103 milliseconds