OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HistoryMatch
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/autocomplete/
history_provider_util.cc
9
HistoryMatch
::
HistoryMatch
()
16
HistoryMatch
::
HistoryMatch
(const URLRow& url_info,
26
bool
HistoryMatch
::operator==(const GURL& url) const {
history_provider_util.h
17
struct
HistoryMatch
{
19
HistoryMatch
();
21
HistoryMatch
(const URLRow& url_info,
50
typedef std::deque<
HistoryMatch
> HistoryMatches;
63
// input is an innermost match or not. See comments in
HistoryMatch
.
Completed in 262 milliseconds