OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:history_name
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/history/
expire_history_backend_unittest.cc
130
FilePath
history_name
= path().Append(kHistoryFile);
local
132
if (main_db_->Init(
history_name
, FilePath()) != sql::INIT_OK)
[
all
...]
history_backend.cc
525
FilePath
history_name
= history_dir_.Append(chrome::kHistoryFilename);
local
533
sql::InitStatus status = db_->Init(
history_name
, tmp_bookmarks_file);
550
if (mem_backend->Init(
history_name
, history_dir_, db_.get(), languages))
[
all
...]
Completed in 404 milliseconds