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

  /external/chromium/chrome/browser/autocomplete/
history_provider_util.cc 12 match_in_scheme(false),
18 bool match_in_scheme,
22 match_in_scheme(match_in_scheme),
history_provider_util.h 23 bool match_in_scheme,
41 bool match_in_scheme; member in struct:history::HistoryMatch
history_url_provider.h 215 // a new such entry (using |input_location| and |match_in_scheme|).
223 bool match_in_scheme,
history_url_provider.cc 538 EnsureMatchPresent(info, match.input_location, match.match_in_scheme,
546 bool match_in_scheme,
561 HistoryMatch match(info, input_location, match_in_scheme, true);
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_provider_util.cc 14 match_in_scheme(false),
20 bool match_in_scheme,
24 match_in_scheme(match_in_scheme),
history_provider_util.h 22 bool match_in_scheme,
45 bool match_in_scheme; member in struct:history::HistoryMatch
history_url_provider.cc 42 // |input_location| and |match_in_scheme|).
53 bool match_in_scheme,
72 history::HistoryMatch match(info, input_location, match_in_scheme, true);
    [all...]
history_quick_provider.cc 266 ~(!history_match.match_in_scheme ? 0 : net::kFormatUrlOmitHTTP);
  /external/chromium_org/chrome/browser/history/
scored_history_match_unittest.cc 189 EXPECT_FALSE(scored_a.match_in_scheme);
194 EXPECT_FALSE(scored_b.match_in_scheme);
199 EXPECT_TRUE(scored_c.match_in_scheme);
204 EXPECT_FALSE(scored_d.match_in_scheme);
213 EXPECT_FALSE(scored_a.match_in_scheme);
218 EXPECT_FALSE(scored_b.match_in_scheme);
223 EXPECT_FALSE(scored_c.match_in_scheme);
232 EXPECT_FALSE(scored_a.match_in_scheme);
237 EXPECT_TRUE(scored_b.match_in_scheme);
242 EXPECT_FALSE(scored_c.match_in_scheme);
    [all...]
scored_history_match.cc 109 match_in_scheme = can_inline && best_inlineable_prefix->prefix.empty();

Completed in 3447 milliseconds