Searched refs:set_history_dir (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Din_memory_url_index_unittest.cc112 void set_history_dir(const base::FilePath& dir_path);
162 void InMemoryURLIndexTest::set_history_dir(const base::FilePath& dir_path) { function in class:history::InMemoryURLIndexTest
163 return url_index_->set_history_dir(dir_path);
1036 set_history_dir(temp_directory.path());
1111 set_history_dir(temp_directory.path());
1191 void set_history_dir(const base::FilePath& dir_path);
1206 void InMemoryURLIndexCacheTest::set_history_dir( function in class:history::InMemoryURLIndexCacheTest
1208 return url_index_->set_history_dir(dir_path);
1231 set_history_dir(base::FilePath());
H A Din_memory_url_index.h246 void set_history_dir(const base::FilePath& dir_path) { function in class:history::InMemoryURLIndex

Completed in 352 milliseconds