OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scored_matches_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/history/
in_memory_url_index.h
236
// history URL match, inserting accepted matches into |
scored_matches_
|
246
ScoredHistoryMatches ScoredMatches() const { return
scored_matches_
; }
250
ScoredHistoryMatches
scored_matches_
;
member in class:history::InMemoryURLIndex::AddHistoryMatch
in_memory_url_index.cc
[
all
...]
/external/chromium_org/chrome/browser/history/
url_index_private_data.h
195
// history URL match, inserting accepted matches into |
scored_matches_
|.
208
ScoredHistoryMatches ScoredMatches() const { return
scored_matches_
; }
214
ScoredHistoryMatches
scored_matches_
;
member in class:history::URLIndexPrivateData::AddHistoryMatch
url_index_private_data.cc
[
all
...]
Completed in 29 milliseconds