Searched refs:SetAllowLatencyExperiment (Results 1 - 8 of 8) sorted by relevance

/external/chromium/net/base/
H A Dsdch_manager.cc247 global_->SetAllowLatencyExperiment(url, false);
267 global_->SetAllowLatencyExperiment(url, false);
518 void SdchManager::SetAllowLatencyExperiment(const GURL& url, bool enable) { function in class:net::SdchManager
H A Dsdch_manager.h333 void SetAllowLatencyExperiment(const GURL& url, bool enable);
H A Dsdch_filter.cc92 SdchManager::Global()->SetAllowLatencyExperiment(url_, true);
H A Dsdch_filter_unittest.cc1383 sdch_manager_->SetAllowLatencyExperiment(url, true);
1387 sdch_manager_->SetAllowLatencyExperiment(url2, true);
1392 sdch_manager_->SetAllowLatencyExperiment(url, false);
1396 sdch_manager_->SetAllowLatencyExperiment(url2, false);
/external/chromium_org/net/base/
H A Dsdch_manager.cc258 global_->SetAllowLatencyExperiment(url, false);
278 global_->SetAllowLatencyExperiment(url, false);
533 void SdchManager::SetAllowLatencyExperiment(const GURL& url, bool enable) { function in class:net::SdchManager
H A Dsdch_manager.h332 void SetAllowLatencyExperiment(const GURL& url, bool enable);
H A Dsdch_filter.cc90 SdchManager::Global()->SetAllowLatencyExperiment(url_, true);
H A Dsdch_filter_unittest.cc1375 sdch_manager_->SetAllowLatencyExperiment(url, true);
1379 sdch_manager_->SetAllowLatencyExperiment(url2, true);
1384 sdch_manager_->SetAllowLatencyExperiment(url, false);
1388 sdch_manager_->SetAllowLatencyExperiment(url2, false);

Completed in 119 milliseconds