Home
last modified time | relevance | path

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

/external/chromium/net/base/
Dsdch_manager.h251 void EnableSdchSupport(const std::string& domain);
Dsdch_manager.cc237 void SdchManager::EnableSdchSupport(const std::string& domain) { in EnableSdchSupport() function in net::SdchManager
Dsdch_filter_unittest.cc64 sdch_manager_->EnableSdchSupport(""); in SdchFilterTest()
1155 sdch_manager_->EnableSdchSupport(".google.com"); in TEST_F()
/external/chromium/chrome/browser/
Dbrowser_main.cc1687 sdch_manager.EnableSdchSupport(sdch_supported_domain); in BrowserMain()