Searched refs:ShouldPrefetch (Results 1 – 6 of 6) sorted by relevance
47 result.begin(), result.end(), SearchProvider::ShouldPrefetch); in GetMatchToPrefetch()55 SearchProvider::ShouldPrefetch(*default_match)) in GetMatchToPrefetch()63 SearchProvider::ShouldPrefetch(result.match_at(1))) in GetMatchToPrefetch()
57 static bool ShouldPrefetch(const AutocompleteMatch& match);
140 bool BaseSearchProvider::ShouldPrefetch(const AutocompleteMatch& match) { in ShouldPrefetch() function in BaseSearchProvider793 should_prefetch |= ShouldPrefetch(i.first->second); in AddMatchToMap()
2644 SearchProvider::ShouldPrefetch(matches[j])); in TEST_F()
864 ASSERT_TRUE(SearchProvider::ShouldPrefetch(*( in IN_PROC_BROWSER_TEST_F()921 ASSERT_FALSE(SearchProvider::ShouldPrefetch(*( in IN_PROC_BROWSER_TEST_F()
349 if (SearchProvider::ShouldPrefetch(*default_match)) { in OnResultChanged()