Home
last modified time | relevance | path

Searched refs:setShouldSpeculateLoadOnCellularForSession (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/
H A DCustomTabsConnectionTest.java170 mCustomTabsConnection.setShouldSpeculateLoadOnCellularForSession(token, true); in testHiddenTabTakessSpareRenderer()
202 mCustomTabsConnection.setShouldSpeculateLoadOnCellularForSession(token, true); in testMayLaunchUrlKeepsSpareRendererWithoutHiddenTab()
278 mCustomTabsConnection.setShouldSpeculateLoadOnCellularForSession(token, true); in testKillHiddenTabRenderer()
362 mCustomTabsConnection.setShouldSpeculateLoadOnCellularForSession(token, true); in testStillHighConfidenceMayLaunchUrlWithSeveralUrls()
605 mCustomTabsConnection.setShouldSpeculateLoadOnCellularForSession(token, true); in testBanningDisabledForCellular()
620 mCustomTabsConnection.setShouldSpeculateLoadOnCellularForSession(token, true); in testCellularPrerenderingDoesntOverrideSettings()
649 mCustomTabsConnection.setShouldSpeculateLoadOnCellularForSession(token, true); in testHiddenTabTakesSpareRenderer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/customtabs/
H A DCustomTabsConnection.java1097 void setShouldSpeculateLoadOnCellularForSession(CustomTabsSessionToken session, boolean value) { in setShouldSpeculateLoadOnCellularForSession() method in CustomTabsConnection