HomeSort by relevance Sort by last modified time
    Searched refs:SetAllowLatencyExperiment (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/base/
sdch_manager.cc 297 SetAllowLatencyExperiment(url, false);
318 SetAllowLatencyExperiment(url, false);
494 void SdchManager::SetAllowLatencyExperiment(const GURL& url, bool enable) {
sdch_manager_unittest.cc 454 sdch_manager()->SetAllowLatencyExperiment(url, true);
458 sdch_manager()->SetAllowLatencyExperiment(url2, true);
463 sdch_manager()->SetAllowLatencyExperiment(url, false);
467 sdch_manager()->SetAllowLatencyExperiment(url2, false);
sdch_manager.h 346 void SetAllowLatencyExperiment(const GURL& url, bool enable);
  /external/chromium_org/net/filter/
sdch_filter.cc 129 url_request_context_->sdch_manager()->SetAllowLatencyExperiment(

Completed in 6942 milliseconds