OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_history_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/bookmarks/
bookmark_model_unittest.cc
903
FilePath
new_history_path
= profile_->GetPath();
local
904
file_util::Delete(
new_history_path
, true);
905
file_util::CreateDirectory(
new_history_path
);
906
FilePath new_history_file =
new_history_path
.Append(
[
all
...]
/external/chromium/chrome/browser/history/
history_backend_unittest.cc
791
FilePath
new_history_path
(getTestDir());
792
file_util::Delete(
new_history_path
, true);
793
file_util::CreateDirectory(
new_history_path
);
794
FilePath new_history_file =
new_history_path
.Append(chrome::kHistoryFilename);
797
backend_ = new HistoryBackend(
new_history_path
,
[
all
...]
Completed in 28 milliseconds