Searched defs:match_in_scheme (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/history/core/browser/
H A Dhistory_match.h21 bool match_in_scheme,
44 bool match_in_scheme; member in struct:history::HistoryMatch
H A Dhistory_match.cc14 match_in_scheme(false),
20 bool match_in_scheme,
24 match_in_scheme(match_in_scheme),
18 HistoryMatch(const URLRow& url_info, size_t input_location, bool match_in_scheme, bool innermost_match) argument
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.cc189 // and |match_in_scheme|).
202 bool match_in_scheme,
221 history::HistoryMatch match(info, input_location, match_in_scheme, true);
1050 return CreateOrPromoteMatch(info, match.input_location, match.match_in_scheme,
1153 ~((params.trim_http && !history_match.match_in_scheme) ?
200 CreateOrPromoteMatch(const history::URLRow& info, size_t input_location, bool match_in_scheme, history::HistoryMatches* matches, bool create_if_necessary, bool promote) argument

Completed in 1295 milliseconds