Home
last modified time | relevance | path

Searched refs:ShouldUseAltInstantURL (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/search/
Dsearch.h252 bool ShouldUseAltInstantURL();
Dsearch.cc496 if (ShouldUseAltInstantURL()) { in GetInstantURL()
738 bool ShouldUseAltInstantURL() { in ShouldUseAltInstantURL() function
Dsearch_unittest.cc593 EXPECT_FALSE(ShouldUseAltInstantURL()); in TEST_F()
599 EXPECT_TRUE(ShouldUseAltInstantURL()); in TEST_F()