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),
21 bool match_in_scheme,
25 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_quick_provider.cc 268 ~(!history_match.match_in_scheme ? 0 : net::kFormatUrlOmitHTTP);
history_url_provider.cc 44 // |input_location| and |match_in_scheme|).
57 bool match_in_scheme,
76 history::HistoryMatch match(info, input_location, match_in_scheme, true);
    [all...]
  /external/chromium_org/chrome/browser/history/
scored_history_match_unittest.cc 316 EXPECT_FALSE(scored_a.match_in_scheme);
321 EXPECT_FALSE(scored_b.match_in_scheme);
326 EXPECT_TRUE(scored_c.match_in_scheme);
331 EXPECT_FALSE(scored_d.match_in_scheme);
341 EXPECT_FALSE(scored_a.match_in_scheme);
346 EXPECT_FALSE(scored_b.match_in_scheme);
351 EXPECT_FALSE(scored_c.match_in_scheme);
361 EXPECT_FALSE(scored_a.match_in_scheme);
366 EXPECT_TRUE(scored_b.match_in_scheme);
371 EXPECT_FALSE(scored_c.match_in_scheme);
    [all...]
scored_history_match.cc 378 match_in_scheme = true;

Completed in 2013 milliseconds