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

  /external/chromium_org/net/base/
sdch_manager_unittest.cc 450 EXPECT_FALSE(sdch_manager()->AllowLatencyExperiment(url));
451 EXPECT_FALSE(sdch_manager()->AllowLatencyExperiment(url2));
455 EXPECT_TRUE(sdch_manager()->AllowLatencyExperiment(url));
456 EXPECT_FALSE(sdch_manager()->AllowLatencyExperiment(url2));
459 EXPECT_TRUE(sdch_manager()->AllowLatencyExperiment(url));
460 EXPECT_TRUE(sdch_manager()->AllowLatencyExperiment(url2));
464 EXPECT_FALSE(sdch_manager()->AllowLatencyExperiment(url));
465 EXPECT_TRUE(sdch_manager()->AllowLatencyExperiment(url2));
468 EXPECT_FALSE(sdch_manager()->AllowLatencyExperiment(url));
469 EXPECT_FALSE(sdch_manager()->AllowLatencyExperiment(url2))
    [all...]
sdch_manager.h 344 bool AllowLatencyExperiment(const GURL& url) const;
sdch_manager.cc 488 bool SdchManager::AllowLatencyExperiment(const GURL& url) const {
  /external/chromium_org/net/url_request/
url_request_http_job.cc 497 // The AllowLatencyExperiment() is only true if we've successfully done a
502 sdch_manager->AllowLatencyExperiment(request_->url())) {
    [all...]

Completed in 72 milliseconds