HomeSort by relevance Sort by last modified time
    Searched refs:http_connection (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/net/test/embedded_test_server/
embedded_test_server.cc 20 #include "net/test/embedded_test_server/http_connection.h"
266 HttpConnection* http_connection = new HttpConnection( local
271 connections_[http_connection->socket_.get()] = http_connection;
279 HttpConnection* http_connection = FindConnection(connection); local
280 if (http_connection == NULL) {
284 http_connection->ReceiveData(std::string(data, length));
290 HttpConnection* http_connection = FindConnection(connection); local
291 if (http_connection == NULL) {
295 delete http_connection;
    [all...]
  /external/chromium_org/net/
http_server.target.darwin-arm64.mk 27 net/server/http_connection.cc \
http_server.target.darwin-mips.mk 27 net/server/http_connection.cc \
http_server.target.darwin-x86.mk 27 net/server/http_connection.cc \
http_server.target.darwin-x86_64.mk 27 net/server/http_connection.cc \
http_server.target.linux-arm64.mk 27 net/server/http_connection.cc \
http_server.target.linux-mips.mk 27 net/server/http_connection.cc \
http_server.target.linux-x86.mk 27 net/server/http_connection.cc \
http_server.target.linux-x86_64.mk 27 net/server/http_connection.cc \
http_server.target.darwin-arm.mk 27 net/server/http_connection.cc \
http_server.target.linux-arm.mk 27 net/server/http_connection.cc \

Completed in 226 milliseconds