Home | Sort by relevance Sort by last modified time |
/external/chromium_org/chrome/browser/profiles/ | |
profile_io_data.h | 235 scoped_ptr<net::HttpTransactionFactory> http_factory_; member in class:ProfileIOData::MediaRequestContext 254 scoped_ptr<net::HttpTransactionFactory> http_factory_; member in class:ProfileIOData::AppRequestContext |
profile_io_data.cc | 521 http_factory_ = http_factory.Pass(); 522 set_http_transaction_factory(http_factory_.get()); 541 http_factory_ = http_factory.Pass(); 542 set_http_transaction_factory(http_factory_.get()); [all...] |
/external/chromium_org/net/websockets/ | |
websocket_job_test.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...] |