Searched defs:GetRequestInfo (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_network_transaction_ssl_unittest.cc82 HttpRequestInfo* GetRequestInfo(const std::string& url) { function in class:net::HttpNetworkTransactionSSLTest
141 trans->Start(GetRequestInfo("https://www.google.com/"),
187 trans->Start(GetRequestInfo("https://www.google.com/"),
234 trans->Start(GetRequestInfo("https://www.paypal.com/"),
287 trans->Start(GetRequestInfo("https://www.paypal.com/"),
H A Dhttp_pipelined_network_transaction_unittest.cc114 HttpRequestInfo* GetRequestInfo( function in class:net::__anon8778::HttpPipelinedNetworkTransactionTest
152 one_transaction->Start(GetRequestInfo("one.html"),
159 two_transaction.Start(GetRequestInfo("two.html"),
186 one_transaction->Start(GetRequestInfo("one.html", options),
193 two_transaction.Start(GetRequestInfo("two.html", options),
199 three_transaction.Start(GetRequestInfo("three.html", options),
206 four_transaction.Start(GetRequestInfo("four.html", options),
253 transaction.Start(GetRequestInfo("test.html"), callback_.callback(),
465 one_transaction.Start(GetRequestInfo("one.html"),
472 two_transaction.Start(GetRequestInfo("tw
[all...]
H A Dhttp_pipelined_connection_impl_unittest.cc134 HttpRequestInfo* GetRequestInfo(const std::string& filename) { function in class:net::__anon8774::HttpPipelinedConnectionImplTest
144 HttpRequestInfo* request_info = GetRequestInfo(filename);
/external/chromium/net/websockets/
H A Dwebsocket_handshake_handler.cc189 HttpRequestInfo WebSocketHandshakeRequestHandler::GetRequestInfo( function in class:net::WebSocketHandshakeRequestHandler
/external/chromium_org/content/browser/loader/
H A Dresource_loader.cc96 if (!handler_->OnWillStart(GetRequestInfo()->GetRequestID(), request_->url(),
114 ResourceRequestInfoImpl* info = GetRequestInfo();
124 ResourceRequestInfoImpl* info = GetRequestInfo();
159 CHECK_EQ(GetRequestInfo()->GetResourceType(), ResourceType::MAIN_FRAME)
192 ResourceRequestInfoImpl* ResourceLoader::GetRequestInfo() { function in class:content::ResourceLoader
242 ResourceRequestInfoImpl* info = GetRequestInfo();
327 ResourceRequestInfoImpl* info = GetRequestInfo();
353 ResourceRequestInfoImpl* info = GetRequestInfo();
480 ResourceRequestInfoImpl* info = GetRequestInfo();
515 ResourceRequestInfoImpl* info = GetRequestInfo();
[all...]
/external/chromium/net/ftp/
H A Dftp_network_transaction_unittest.cc740 FtpRequestInfo GetRequestInfo(const std::string& url) { function in class:net::FtpNetworkTransactionTest
760 FtpRequestInfo request_info = GetRequestInfo(request);
805 FtpRequestInfo request_info = GetRequestInfo("ftp://badhost");
1023 FtpRequestInfo request_info = GetRequestInfo("ftp://host/file");
1148 FtpRequestInfo request_info = GetRequestInfo("ftp://host/file");
1179 FtpRequestInfo request_info = GetRequestInfo("ftp://host/file");
/external/chromium_org/net/ftp/
H A Dftp_network_transaction_unittest.cc801 FtpRequestInfo GetRequestInfo(const std::string& url) { function in class:net::FtpNetworkTransactionTest
837 FtpRequestInfo request_info = GetRequestInfo(request);
885 FtpRequestInfo request_info = GetRequestInfo("ftp://badhost");
1120 FtpRequestInfo request_info = GetRequestInfo("ftp://host/file");
1293 FtpRequestInfo request_info = GetRequestInfo("ftp://host/file");
1327 FtpRequestInfo request_info = GetRequestInfo("ftp://host/file");
/external/chromium_org/net/websockets/
H A Dwebsocket_handshake_handler.cc234 HttpRequestInfo WebSocketHandshakeRequestHandler::GetRequestInfo( function in class:net::WebSocketHandshakeRequestHandler

Completed in 5450 milliseconds