OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RowWordStarts
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/history/
in_memory_url_index_types.cc
163
//
RowWordStarts
---------------------------------------------------------------
165
RowWordStarts
::
RowWordStarts
() {}
166
RowWordStarts
::~
RowWordStarts
() {}
168
void
RowWordStarts
::Clear() {
in_memory_url_index_types.h
174
struct
RowWordStarts
{
175
RowWordStarts
();
176
~
RowWordStarts
();
184
typedef std::map<HistoryID,
RowWordStarts
> WordStartsMap;
Completed in 116 milliseconds