Searched refs:ForceInstantResultsParam (Results 1 – 9 of 9) sorted by relevance
144 std::string UIThreadSearchTermsData::ForceInstantResultsParam( in ForceInstantResultsParam() function in UIThreadSearchTermsData146 return chrome::ForceInstantResultsParam(for_prerender); in ForceInstantResultsParam()
35 virtual std::string ForceInstantResultsParam(
64 virtual std::string ForceInstantResultsParam(bool for_prerender) const;
74 std::string SearchTermsData::ForceInstantResultsParam( in ForceInstantResultsParam() function in SearchTermsData
911 search_terms_data.ForceInstantResultsParam( in HandleReplacements()
81 std::string ForceInstantResultsParam(bool for_prerender);
697 TEST_F(SearchTest, ForceInstantResultsParam) { in TEST_F() argument701 EXPECT_EQ("ion=1&", ForceInstantResultsParam(true)); in TEST_F()702 EXPECT_EQ(std::string(), ForceInstantResultsParam(false)); in TEST_F()
321 std::string ForceInstantResultsParam(bool for_prerender) { in ForceInstantResultsParam() function
292 virtual std::string ForceInstantResultsParam(328 search_terms_data.ForceInstantResultsParam(false)), in SearchTermsDataSnapshot()330 search_terms_data.ForceInstantResultsParam(true)), in SearchTermsDataSnapshot()369 std::string SearchTermsDataSnapshot::ForceInstantResultsParam( in ForceInstantResultsParam() function in SearchTermsDataSnapshot