HomeSort by relevance Sort by last modified time
    Searched defs:network_layer (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/http/
http_cache.h 140 // testing. The lifetime of the network_layer and backend_factory are managed
143 HttpCache(HttpTransactionFactory* network_layer,
149 HttpTransactionFactory* network_layer() { return network_layer_.get(); } function in class:net::HttpCache
http_cache_unittest.cc 560 MockNetworkLayer* network_layer() { function in class:__anon4093::MockHttpCache
561 return static_cast<MockNetworkLayer*>(http_cache_.network_layer());
    [all...]

Completed in 433 milliseconds