CreateTransaction  110 chrome/browser/net/dns_probe_runner.cc   transaction_ = factory->CreateTransaction(
CreateTransaction   96 chrome/utility/local_discovery/service_discovery_client_impl.cc   CreateTransaction(false /*network*/, true /*cache*/, false /*force refresh*/,
CreateTransaction  113 chrome/utility/local_discovery/service_discovery_client_impl.cc     *transaction = mdns_client_->CreateTransaction(
CreateTransaction  216 chrome/utility/local_discovery/service_discovery_client_impl.cc     srv_transaction_ = mdns_client_->CreateTransaction(
CreateTransaction  341 chrome/utility/local_discovery/service_discovery_client_impl.cc   CreateTransaction(true /*network*/, false /*cache*/, force_update,
CreateTransaction  370 chrome/utility/local_discovery/service_discovery_client_impl.cc   txt_transaction_ = mdns_client_->CreateTransaction(
CreateTransaction  381 chrome/utility/local_discovery/service_discovery_client_impl.cc   a_transaction_ = mdns_client_->CreateTransaction(
CreateTransaction  391 chrome/utility/local_discovery/service_discovery_client_impl.cc   srv_transaction_ = mdns_client_->CreateTransaction(
CreateTransaction  521 chrome/utility/local_discovery/service_discovery_client_impl.cc     transaction_a_ = CreateTransaction(net::dns_protocol::kTypeA);
CreateTransaction  527 chrome/utility/local_discovery/service_discovery_client_impl.cc     transaction_aaaa_ = CreateTransaction(net::dns_protocol::kTypeAAAA);
CreateTransaction  534 chrome/utility/local_discovery/service_discovery_client_impl.cc   return mdns_client_->CreateTransaction(
CreateTransaction  129 chrome/utility/local_discovery/service_discovery_client_impl.h   bool CreateTransaction(bool active, bool alert_existing_services,
CreateTransaction  245 chrome/utility/local_discovery/service_discovery_client_impl.h   scoped_ptr<net::MDnsTransaction> CreateTransaction(uint16 type);
CreateTransaction 1549 content/browser/indexed_db/indexed_db_database.cc   CreateTransaction(transaction_id,
CreateTransaction   89 content/browser/indexed_db/indexed_db_database.h   void CreateTransaction(int64 transaction_id,
CreateTransaction  133 content/browser/indexed_db/indexed_db_database_unittest.cc   database->CreateTransaction(transaction_id,
CreateTransaction  503 content/browser/indexed_db/indexed_db_dispatcher_host.cc   connection->database()->CreateTransaction(
CreateTransaction   63 net/dns/dns_transaction.h   virtual scoped_ptr<DnsTransaction> CreateTransaction(
CreateTransaction  244 net/dns/dns_transaction_unittest.cc     transaction_ = factory->CreateTransaction(
CreateTransaction 1029 net/dns/host_resolver_impl.cc     transaction_a_ = CreateTransaction(ADDRESS_FAMILY_IPV4);
CreateTransaction 1036 net/dns/host_resolver_impl.cc     transaction_aaaa_ = CreateTransaction(ADDRESS_FAMILY_IPV6);
CreateTransaction 1042 net/dns/host_resolver_impl.cc     return client_->GetTransactionFactory()->CreateTransaction(
CreateTransaction  154 net/dns/mdns_client.h   virtual scoped_ptr<MDnsTransaction> CreateTransaction(
CreateTransaction  176 net/dns/mdns_client_impl.h   virtual scoped_ptr<MDnsTransaction> CreateTransaction(
CreateTransaction  585 net/dns/mdns_client_unittest.cc       test_client_.CreateTransaction(
CreateTransaction  610 net/dns/mdns_client_unittest.cc       test_client_.CreateTransaction(
CreateTransaction  644 net/dns/mdns_client_unittest.cc       test_client_.CreateTransaction(
CreateTransaction  686 net/dns/mdns_client_unittest.cc       test_client_.CreateTransaction(
CreateTransaction  708 net/dns/mdns_client_unittest.cc       test_client_.CreateTransaction(
CreateTransaction  745 net/dns/mdns_client_unittest.cc   transaction_ = test_client_.CreateTransaction(
CreateTransaction  775 net/dns/mdns_client_unittest.cc   transaction_ = test_client_.CreateTransaction(
CreateTransaction  795 net/dns/mdns_client_unittest.cc       test_client_.CreateTransaction(
CreateTransaction  804 net/dns/mdns_client_unittest.cc       test_client_.CreateTransaction(
CreateTransaction  939 net/dns/mdns_client_unittest.cc       test_client_.CreateTransaction(
CreateTransaction  973 net/dns/mdns_client_unittest.cc       test_client_.CreateTransaction(
CreateTransaction  987 net/dns/mdns_client_unittest.cc       test_client_.CreateTransaction(
CreateTransaction   27 net/ftp/ftp_network_layer.h   virtual FtpTransaction* CreateTransaction() OVERRIDE;
CreateTransaction   20 net/ftp/ftp_transaction_factory.h   virtual FtpTransaction* CreateTransaction() = 0;
CreateTransaction   29 net/http/failing_http_transaction_factory.h   virtual int CreateTransaction(
CreateTransaction  193 net/http/http_cache.h   virtual int CreateTransaction(RequestPriority priority,
CreateTransaction  882 net/http/http_cache_transaction.cc   int rv = cache_->network_layer_->CreateTransaction(priority_,
CreateTransaction  134 net/http/http_cache_unittest.cc   int rv = cache->CreateTransaction(net::DEFAULT_PRIORITY, &trans);
CreateTransaction  545 net/http/http_cache_unittest.cc   EXPECT_EQ(net::OK, cache.CreateTransaction(&trans));
CreateTransaction  635 net/http/http_cache_unittest.cc   ASSERT_EQ(net::OK, cache.CreateTransaction(&trans));
CreateTransaction  676 net/http/http_cache_unittest.cc   int rv = cache.CreateTransaction(&c->trans);
CreateTransaction  721 net/http/http_cache_unittest.cc   int rv = cache.CreateTransaction(&c->trans);
CreateTransaction  825 net/http/http_cache_unittest.cc   ASSERT_EQ(net::OK, cache.CreateTransaction(&trans));
CreateTransaction  975 net/http/http_cache_unittest.cc   ASSERT_EQ(net::OK, cache.CreateTransaction(&trans));
CreateTransaction 1042 net/http/http_cache_unittest.cc   int rv = cache.http_cache()->CreateTransaction(net::DEFAULT_PRIORITY, &trans);
CreateTransaction 1281 net/http/http_cache_unittest.cc     c->result = cache.CreateTransaction(&c->trans);
CreateTransaction 1349 net/http/http_cache_unittest.cc     c->result = cache.CreateTransaction(&c->trans);
CreateTransaction 1434 net/http/http_cache_unittest.cc     c->result = cache.CreateTransaction(&c->trans);
CreateTransaction 1482 net/http/http_cache_unittest.cc     c->result = cache.CreateTransaction(&c->trans);
CreateTransaction 1529 net/http/http_cache_unittest.cc     c->result = cache.CreateTransaction(&c->trans);
CreateTransaction 1589 net/http/http_cache_unittest.cc     c->result = cache.CreateTransaction(&c->trans);
CreateTransaction 1640 net/http/http_cache_unittest.cc   c->result = cache.CreateTransaction(&c->trans);
CreateTransaction 1670 net/http/http_cache_unittest.cc     c->result = cache.CreateTransaction(&c->trans);
CreateTransaction 1712 net/http/http_cache_unittest.cc   ASSERT_EQ(net::OK, cache.CreateTransaction(&trans));
CreateTransaction 1746 net/http/http_cache_unittest.cc     c->result = cache->CreateTransaction(&c->trans);
CreateTransaction 1785 net/http/http_cache_unittest.cc     c->result = cache.CreateTransaction(&c->trans);
CreateTransaction 1831 net/http/http_cache_unittest.cc     c->result = cache.CreateTransaction(&c->trans);
CreateTransaction 1877 net/http/http_cache_unittest.cc   c->result = cache->CreateTransaction(&c->trans);
CreateTransaction 1915 net/http/http_cache_unittest.cc   c->result = cache->CreateTransaction(&c->trans);
CreateTransaction 2725 net/http/http_cache_unittest.cc   ASSERT_EQ(net::OK, cache.CreateTransaction(&trans));
CreateTransaction 4291 net/http/http_cache_unittest.cc   int rv = cache.CreateTransaction(&c->trans);
CreateTransaction 4330 net/http/http_cache_unittest.cc   int rv = cache.CreateTransaction(&c->trans);
CreateTransaction 4375 net/http/http_cache_unittest.cc   int rv = cache.CreateTransaction(&c->trans);
CreateTransaction 4402 net/http/http_cache_unittest.cc   rv = cache.CreateTransaction(&c->trans);
CreateTransaction 4683 net/http/http_cache_unittest.cc   int rv = cache.http_cache()->CreateTransaction(net::DEFAULT_PRIORITY, &trans);
CreateTransaction 4761 net/http/http_cache_unittest.cc   int rv = cache.CreateTransaction(&c->trans);
CreateTransaction 4791 net/http/http_cache_unittest.cc   int rv = cache.CreateTransaction(&c->trans);
CreateTransaction 4834 net/http/http_cache_unittest.cc   int rv = cache.CreateTransaction(&c->trans);
CreateTransaction 4878 net/http/http_cache_unittest.cc   int rv = cache.CreateTransaction(&c->trans);
CreateTransaction 4939 net/http/http_cache_unittest.cc   int rv = cache.CreateTransaction(&c->trans);
CreateTransaction 5083 net/http/http_cache_unittest.cc   int rv = cache.CreateTransaction(&c->trans);
CreateTransaction 5091 net/http/http_cache_unittest.cc   ASSERT_EQ(net::OK, cache.CreateTransaction(&pending->trans));
CreateTransaction 5175 net/http/http_cache_unittest.cc   int rv = cache.CreateTransaction(&c->trans);
CreateTransaction 5211 net/http/http_cache_unittest.cc   int rv = cache.CreateTransaction(&c->trans);
CreateTransaction 5297 net/http/http_cache_unittest.cc   int rv = cache.CreateTransaction(&c->trans);
CreateTransaction 5425 net/http/http_cache_unittest.cc     ASSERT_EQ(net::OK, cache.CreateTransaction(&trans));
CreateTransaction 5459 net/http/http_cache_unittest.cc     ASSERT_EQ(net::OK, cache.CreateTransaction(&trans));
CreateTransaction 5640 net/http/http_cache_unittest.cc   ASSERT_EQ(net::OK, cache.CreateTransaction(&trans));
CreateTransaction 5653 net/http/http_cache_unittest.cc   EXPECT_EQ(net::OK, cache->CreateTransaction(&trans));
CreateTransaction 5900 net/http/http_cache_unittest.cc     ASSERT_EQ(net::OK, cache.CreateTransaction(&trans));
CreateTransaction 5936 net/http/http_cache_unittest.cc   ASSERT_EQ(net::OK, cache.CreateTransaction(&trans));
CreateTransaction 5964 net/http/http_cache_unittest.cc     ASSERT_EQ(net::OK, cache.CreateTransaction(&trans));
CreateTransaction 6002 net/http/http_cache_unittest.cc     ASSERT_EQ(net::OK, cache.CreateTransaction(&trans));
CreateTransaction 6045 net/http/http_cache_unittest.cc     ASSERT_EQ(net::OK, cache.CreateTransaction(&trans));
CreateTransaction 6077 net/http/http_cache_unittest.cc     ASSERT_EQ(net::OK, cache.CreateTransaction(&trans));
CreateTransaction 6133 net/http/http_cache_unittest.cc     ASSERT_EQ(net::OK, cache.CreateTransaction(&trans));
CreateTransaction 6218 net/http/http_cache_unittest.cc   ASSERT_EQ(net::OK, cache.http_cache()->CreateTransaction(net::IDLE, &trans));
CreateTransaction 6260 net/http/http_cache_unittest.cc   ASSERT_EQ(net::OK, cache.http_cache()->CreateTransaction(net::IDLE, &trans));
CreateTransaction 6302 net/http/http_cache_unittest.cc             cache.http_cache()->CreateTransaction(net::MEDIUM, &trans));
CreateTransaction   46 net/http/http_network_layer.h   virtual int CreateTransaction(RequestPriority priority,
CreateTransaction   76 net/http/http_network_layer_unittest.cc     int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
CreateTransaction  281 net/http/http_network_layer_unittest.cc   int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
CreateTransaction  288 net/http/http_network_layer_unittest.cc   int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
CreateTransaction  295 net/http/http_network_layer_unittest.cc   rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
CreateTransaction  302 net/http/http_network_layer_unittest.cc   rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
CreateTransaction  332 net/http/http_network_layer_unittest.cc   int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
CreateTransaction  543 net/http/http_network_layer_unittest.cc     int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
CreateTransaction  596 net/http/http_network_layer_unittest.cc   int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
CreateTransaction  787 net/http/http_network_layer_unittest.cc   int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
CreateTransaction  820 net/http/http_network_layer_unittest.cc   int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
CreateTransaction   25 net/http/http_transaction_factory.h   virtual int CreateTransaction(RequestPriority priority,
CreateTransaction  160 net/http/http_transaction_unittest.cc   factory->CreateTransaction(priority, &trans_);
CreateTransaction  285 net/http/http_transaction_unittest.h   virtual int CreateTransaction(
CreateTransaction  516 net/http/mock_http_cache.cc   return http_cache_.CreateTransaction(net::DEFAULT_PRIORITY, trans);
CreateTransaction  178 net/http/mock_http_cache.h   int CreateTransaction(scoped_ptr<net::HttpTransaction>* trans);
CreateTransaction  154 net/url_request/url_request_ftp_job.cc   ftp_transaction_.reset(ftp_transaction_factory_->CreateTransaction());
CreateTransaction  190 net/url_request/url_request_ftp_job.cc   int rv = request_->context()->http_transaction_factory()->CreateTransaction(
CreateTransaction  421 net/url_request/url_request_http_job.cc     rv = request_->context()->http_transaction_factory()->CreateTransaction(