OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_history_file
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/history/
history_backend_unittest.cc
794
FilePath
new_history_file
= new_history_path.Append(chrome::kHistoryFilename);
local
795
ASSERT_TRUE(file_util::CopyFile(old_history_path,
new_history_file
));
808
ASSERT_TRUE(db.Open(
new_history_file
));
[
all
...]
/external/chromium/chrome/browser/bookmarks/
bookmark_model_unittest.cc
906
FilePath
new_history_file
= new_history_path.Append(
local
908
ASSERT_TRUE(file_util::CopyFile(old_history_path,
new_history_file
));
[
all
...]
Completed in 768 milliseconds