OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HistoryInfoMapValue
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/history/
in_memory_url_index_types.cc
148
//
HistoryInfoMapValue
---------------------------------------------------------
150
HistoryInfoMapValue
::
HistoryInfoMapValue
() {}
151
HistoryInfoMapValue
::~
HistoryInfoMapValue
() {}
in_memory_url_index_types.h
147
struct
HistoryInfoMapValue
{
148
HistoryInfoMapValue
();
149
~
HistoryInfoMapValue
();
162
typedef std::map<HistoryID,
HistoryInfoMapValue
> HistoryInfoMap;
Completed in 49 milliseconds