Home
last modified time | relevance | path

Searched refs:SetAllowLatencyExperiment (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/base/
Dsdch_manager_unittest.cc454 sdch_manager()->SetAllowLatencyExperiment(url, true); in TEST_F()
458 sdch_manager()->SetAllowLatencyExperiment(url2, true); in TEST_F()
463 sdch_manager()->SetAllowLatencyExperiment(url, false); in TEST_F()
467 sdch_manager()->SetAllowLatencyExperiment(url2, false); in TEST_F()
Dsdch_manager.cc297 SetAllowLatencyExperiment(url, false); in BlacklistDomain()
318 SetAllowLatencyExperiment(url, false); in BlacklistDomainForever()
494 void SdchManager::SetAllowLatencyExperiment(const GURL& url, bool enable) { in SetAllowLatencyExperiment() function in net::SdchManager
Dsdch_manager.h346 void SetAllowLatencyExperiment(const GURL& url, bool enable);
/external/chromium_org/net/filter/
Dsdch_filter.cc129 url_request_context_->sdch_manager()->SetAllowLatencyExperiment( in ~SdchFilter()