Searched refs:AllowLatencyExperiment (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/base/
H A Dsdch_manager_unittest.cc450 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(url
[all...]
H A Dsdch_manager.h344 bool AllowLatencyExperiment(const GURL& url) const;
H A Dsdch_manager.cc488 bool SdchManager::AllowLatencyExperiment(const GURL& url) const { function in class:net::SdchManager
/external/chromium_org/net/url_request/
H A Durl_request_http_job.cc497 // The AllowLatencyExperiment() is only true if we've successfully done a
502 sdch_manager->AllowLatencyExperiment(request_->url())) {

Completed in 613 milliseconds