OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScoredHistoryMatch
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/history/
in_memory_url_index.h
60
struct
ScoredHistoryMatch
: public HistoryMatch {
61
ScoredHistoryMatch
(); // Required by STL.
62
explicit
ScoredHistoryMatch
(const URLRow& url_info);
63
~
ScoredHistoryMatch
();
65
static bool MatchScoreGreater(const
ScoredHistoryMatch
& m1,
66
const
ScoredHistoryMatch
& m2);
75
typedef std::vector<
ScoredHistoryMatch
> ScoredHistoryMatches;
335
// index. Returns a
ScoredHistoryMatch
structure with the raw score and
337
static
ScoredHistoryMatch
ScoredMatchForURL(
in_memory_url_index.cc
58
ScoredHistoryMatch
::
ScoredHistoryMatch
()
62
ScoredHistoryMatch
::
ScoredHistoryMatch
(const URLRow& url_info)
67
ScoredHistoryMatch
::~
ScoredHistoryMatch
() {}
70
bool
ScoredHistoryMatch
::MatchScoreGreater(const
ScoredHistoryMatch
& m1,
71
const
ScoredHistoryMatch
& m2) {
375
ScoredHistoryMatch
::MatchScoreGreater)
[
all
...]
in_memory_url_index_unittest.cc
446
ScoredHistoryMatch
scored_a(
448
ScoredHistoryMatch
scored_b(
452
ScoredHistoryMatch
scored_c(
456
ScoredHistoryMatch
scored_d(
458
ScoredHistoryMatch
scored_e(
463
ScoredHistoryMatch
scored_f(
468
ScoredHistoryMatch
scored_g(
473
ScoredHistoryMatch
scored_h(
/external/chromium/chrome/browser/autocomplete/
history_quick_provider.h
48
const history::
ScoredHistoryMatch
& history_match,
history_quick_provider.cc
32
using history::
ScoredHistoryMatch
;
107
const
ScoredHistoryMatch
& history_match(*match_iter);
119
const
ScoredHistoryMatch
& history_match,
Completed in 381 milliseconds