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

  /external/chromium_org/chrome/browser/history/
scored_history_match.h 68 const TermMatches& url_matches() const { return url_matches_; } function in class:history::ScoredHistoryMatch
  /external/chromium_org/chrome/browser/extensions/api/declarative/
declarative_rule_unittest.cc 105 const std::set<URLMatcherConditionSet::ID>& url_matches; member in struct:extensions::FulfillableCondition::MatchData
128 !ContainsKey(match_data.url_matches, condition_set_id))
177 std::set<URLMatcherConditionSet::ID> url_matches; local
178 FulfillableCondition::MatchData match_data = { 0, url_matches };
180 << "Testing an ID that's not in url_matches forwards to the Condition, "
190 url_matches.insert(1);
198 url_matches.insert(2);
  /external/chromium_org/components/bookmarks/browser/
bookmark_index.cc 225 query_parser::Snippet::MatchPositions title_matches, url_matches; local
230 query_nodes[i]->HasMatchIn(url_words, &url_matches);
235 query_parser::QueryParser::SortAndCoalesceMatchPositions(&url_matches);
246 // matches in |url_matches| so they point to offsets in the original URL
249 BookmarkMatch::OffsetsFromMatchPositions(url_matches);
251 url_matches =
252 BookmarkMatch::ReplaceOffsetsInMatchPositions(url_matches, offsets);
253 match.url_match_positions.swap(url_matches);
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 686 history::URLRows url_matches; local
701 !backend, &url_matches);
702 for (history::URLRows::const_iterator j(url_matches.begin());
703 j != url_matches.end(); ++j) {
    [all...]

Completed in 153 milliseconds