HomeSort by relevance Sort by last modified time
    Searched refs:delete_file (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/test/base/
testing_profile.h 130 // Creates the history service. If |delete_file| is true, the history file is
136 bool CreateHistoryService(bool delete_file, bool no_db) WARN_UNUSED_RESULT;
150 // NULL. If |delete_file| is true, the bookmarks file is deleted first, then
157 void CreateBookmarkModel(bool delete_file);
testing_profile.cc 375 bool TestingProfile::CreateHistoryService(bool delete_file, bool no_db) {
377 if (delete_file) {
448 void TestingProfile::CreateBookmarkModel(bool delete_file) {
449 if (delete_file) {