Searched refs:history_dir (Results 1 - 14 of 14) sorted by relevance

/external/chromium/chrome/browser/history/
H A Din_memory_history_backend.h45 // full path in |history_filename|. |history_dir| is the path to the
52 const FilePath& history_dir,
H A Din_memory_history_backend.cc39 const FilePath& history_dir,
48 index_.reset(new InMemoryURLIndex(history_dir));
38 Init(const FilePath& history_filename, const FilePath& history_dir, URLDatabase* db, const std::string& languages) argument
H A Dhistory.h116 bool Init(const FilePath& history_dir, BookmarkService* bookmark_service) { argument
117 return Init(history_dir, bookmark_service, false);
611 bool Init(const FilePath& history_dir,
H A Din_memory_url_index.h98 // |history_dir| is a path to the directory containing the history database
101 explicit InMemoryURLIndex(const FilePath& history_dir);
H A Dhistory.cc661 bool HistoryService::Init(const FilePath& history_dir, argument
669 history_dir_ = history_dir;
H A Dhistory_backend.h92 // |history_dir| is the directory where the history files will be placed.
100 HistoryBackend(const FilePath& history_dir,
H A Din_memory_url_index.cc137 InMemoryURLIndex::InMemoryURLIndex(const FilePath& history_dir) argument
138 : history_dir_(history_dir),
H A Dhistory_backend.cc201 HistoryBackend::HistoryBackend(const FilePath& history_dir, argument
205 history_dir_(history_dir),
/external/chromium_org/chrome/browser/history/
H A Din_memory_url_index.h99 // history changes. |history_dir| is a path to the directory containing the
104 const base::FilePath& history_dir,
H A Din_memory_url_index.cc93 const base::FilePath& history_dir,
96 history_dir_(history_dir),
92 InMemoryURLIndex(Profile* profile, const base::FilePath& history_dir, const std::string& languages) argument
H A Dhistory_service.h105 bool Init(const base::FilePath& history_dir, BookmarkService* bookmark_service) { argument
106 return Init(history_dir, bookmark_service, false);
634 bool Init(const base::FilePath& history_dir,
H A Dhistory_backend.h109 // |history_dir| is the directory where the history files will be placed.
120 HistoryBackend(const base::FilePath& history_dir,
H A Dhistory_service.cc972 bool HistoryService::Init(const base::FilePath& history_dir, argument
981 history_dir_ = history_dir;
H A Dhistory_backend.cc165 HistoryBackend::HistoryBackend(const base::FilePath& history_dir, argument
171 history_dir_(history_dir),

Completed in 178 milliseconds