OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchTermInString
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/history/
in_memory_url_index_types.h
48
TermMatches
MatchTermInString
(const base::string16& term,
scored_history_match.cc
78
TermMatches url_term_matches =
MatchTermInString
(term, url, term_num);
79
TermMatches title_term_matches =
MatchTermInString
(term, title, term_num);
in_memory_url_index_types.cc
23
TermMatches
MatchTermInString
(const base::string16& term,
in_memory_url_index_types_unittest.cc
117
// Test
MatchTermInString
118
TermMatches matches_g =
MatchTermInString
(
scored_history_match_unittest.cc
104
scored_match.url_matches_ =
MatchTermInString
(term, url, 0);
105
scored_match.title_matches_ =
MatchTermInString
(term, title, 0);
/external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc
666
history::
MatchTermInString
(input_text, clean_description, 0)));
[
all
...]
Completed in 47 milliseconds