Home
last modified time | relevance | path

Searched refs:ForceInstantResultsParam (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/search_engines/
Dui_thread_search_terms_data.cc144 std::string UIThreadSearchTermsData::ForceInstantResultsParam( in ForceInstantResultsParam() function in UIThreadSearchTermsData
146 return chrome::ForceInstantResultsParam(for_prerender); in ForceInstantResultsParam()
Dui_thread_search_terms_data.h35 virtual std::string ForceInstantResultsParam(
/external/chromium_org/components/search_engines/
Dsearch_terms_data.h64 virtual std::string ForceInstantResultsParam(bool for_prerender) const;
Dsearch_terms_data.cc74 std::string SearchTermsData::ForceInstantResultsParam( in ForceInstantResultsParam() function in SearchTermsData
Dtemplate_url.cc911 search_terms_data.ForceInstantResultsParam( in HandleReplacements()
/external/chromium_org/chrome/browser/search/
Dsearch.h81 std::string ForceInstantResultsParam(bool for_prerender);
Dsearch_unittest.cc697 TEST_F(SearchTest, ForceInstantResultsParam) { in TEST_F() argument
701 EXPECT_EQ("ion=1&", ForceInstantResultsParam(true)); in TEST_F()
702 EXPECT_EQ(std::string(), ForceInstantResultsParam(false)); in TEST_F()
Dsearch.cc321 std::string ForceInstantResultsParam(bool for_prerender) { in ForceInstantResultsParam() function
/external/chromium_org/chrome/browser/autocomplete/
Dhistory_url_provider.cc292 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