HomeSort by relevance Sort by last modified time
    Searched full:http_factory_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_io_data.h 218 scoped_ptr<net::HttpTransactionFactory> http_factory_; member in class:ProfileIOData::MediaRequestContext
237 scoped_ptr<net::HttpTransactionFactory> http_factory_; member in class:ProfileIOData::AppRequestContext
profile_io_data.cc 351 http_factory_ = http_factory.Pass();
352 set_http_transaction_factory(http_factory_.get());
371 http_factory_ = http_factory.Pass();
372 set_http_transaction_factory(http_factory_.get());
    [all...]
  /external/chromium_org/net/websockets/
websocket_job_unittest.cc 364 http_factory_.reset(
366 context_->set_http_transaction_factory(http_factory_.get());
449 scoped_ptr<MockHttpTransactionFactory> http_factory_; member in class:net::WebSocketJobTest
    [all...]

Completed in 460 milliseconds