HomeSort by relevance Sort by last modified time
    Searched refs:http_connection (Results 1 - 13 of 13) 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"
278 HttpConnection* http_connection = new HttpConnection( local
283 connections_[http_connection->socket_.get()] = http_connection;
291 HttpConnection* http_connection = FindConnection(connection); local
292 if (http_connection == NULL) {
296 http_connection->ReceiveData(std::string(data, length));
302 HttpConnection* http_connection = FindConnection(connection); local
303 if (http_connection == NULL) {
307 delete http_connection;
    [all...]
  /external/chromium_org/net/
http_server.target.darwin-arm.mk 26 net/server/http_connection.cc \
http_server.target.darwin-arm64.mk 26 net/server/http_connection.cc \
http_server.target.darwin-mips.mk 26 net/server/http_connection.cc \
http_server.target.darwin-mips64.mk 26 net/server/http_connection.cc \
http_server.target.darwin-x86.mk 26 net/server/http_connection.cc \
http_server.target.darwin-x86_64.mk 26 net/server/http_connection.cc \
http_server.target.linux-arm.mk 26 net/server/http_connection.cc \
http_server.target.linux-arm64.mk 26 net/server/http_connection.cc \
http_server.target.linux-mips.mk 26 net/server/http_connection.cc \
http_server.target.linux-mips64.mk 26 net/server/http_connection.cc \
http_server.target.linux-x86.mk 26 net/server/http_connection.cc \
http_server.target.linux-x86_64.mk 26 net/server/http_connection.cc \

Completed in 107 milliseconds