OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:url_matches
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/autocomplete/
history_quick_provider.cc
135
(prevent_inline_autocomplete || history_match.
url_matches
.size() > 1 ||
136
history_match.
url_matches
[0].offset > 0)) {
142
history_match.
url_matches
.empty() ?
163
InMemoryURLIndex::OffsetsFromTermMatches(history_match.
url_matches
);
168
InMemoryURLIndex::ReplaceOffsetsInTermMatches(history_match.
url_matches
,
history_url_provider.cc
200
URLRowVector
url_matches
;
local
214
kMaxMatches * 2, (backend == NULL), &
url_matches
);
215
for (URLRowVector::const_iterator j(
url_matches
.begin());
216
j !=
url_matches
.end(); ++j) {
[
all
...]
/external/chromium/chrome/browser/history/
in_memory_url_index.cc
728
match.
url_matches
.insert(match.
url_matches
.end(), url_term_matches.begin(),
736
match.
url_matches
= SortAndDeoverlap(match.
url_matches
);
742
int url_score = ScoreComponentForMatches(match.
url_matches
, url.size()) *
743
match.
url_matches
.size() / terms.size();
[
all
...]
in_memory_url_index.h
71
TermMatches
url_matches
; // Term matches within the URL.
member in struct:history::ScoredHistoryMatch
Completed in 541 milliseconds