HomeSort by relevance Sort by last modified time
    Searched refs:url_matches (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/history/
scored_history_match.h 54 // boundaries). |url_matches| and |title_matches| provide details
58 // and url) must be sorted. Also, |url_matches| and
62 const TermMatches& url_matches,
99 TermMatches url_matches; // Term matches within the URL. member in struct:history::ScoredHistoryMatch
scored_history_match.cc 74 url_matches.insert(url_matches.end(), url_term_matches.begin(),
86 url_matches = SortAndDeoverlapMatches(url_matches);
104 (!url_matches.empty() && (terms.size() == 1)) ?
147 terms.size(), url, url_matches, title_matches, word_starts);
250 const TermMatches& url_matches,
293 for (TermMatches::const_iterator iter = url_matches.begin();
294 iter != url_matches.end(); ++iter) {
scored_history_match_unittest.cc 98 TermMatches url_matches = MatchTermInString(term, url, 0); local
104 1, url, url_matches, title_matches, word_starts);
  /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_org/chrome/browser/extensions/api/declarative/
declarative_rule_unittest.cc 94 const std::set<URLMatcherConditionSet::ID>& url_matches; member in struct:extensions::FulfillableCondition::MatchData
117 !ContainsKey(match_data.url_matches, condition_set_id))
165 std::set<URLMatcherConditionSet::ID> url_matches; local
166 FulfillableCondition::MatchData match_data = { 0, url_matches };
168 << "Testing an ID that's not in url_matches forwards to the Condition, "
178 url_matches.insert(1);
186 url_matches.insert(2);
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.cc 256 history_match.url_matches.empty() ? AutocompleteMatchType::HISTORY_TITLE :
264 OffsetsFromTermMatches(history_match.url_matches);
272 ReplaceOffsetsInTermMatches(history_match.url_matches, offsets);
history_url_provider.cc 459 history::URLRows url_matches; local
479 &url_matches); local
480 for (history::URLRows::const_iterator j(url_matches.begin());
481 j != url_matches.end(); ++j) {
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry.h 165 // This is a helper function to GetMatches. Rules triggered by |url_matches|
168 void AddTriggeredRules(const URLMatches& url_matches,
webrequest_rules_registry.cc 395 const URLMatches& url_matches,
398 for (URLMatches::const_iterator url_match = url_matches.begin();
399 url_match != url_matches.end(); ++url_match) {
  /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
  /external/chromium_org/chrome/test/functional/
omnibox.py 293 url_matches = test_utils.GetOmniboxMatchesFor(self, url, windex=windex)
294 self._VerifyHasBookmarkResult(url_matches)

Completed in 566 milliseconds