OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:http_connection
(Results
1 - 7
of
7
) 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"
267
HttpConnection*
http_connection
= new HttpConnection(
local
272
connections_[
http_connection
->socket_.get()] =
http_connection
;
280
HttpConnection*
http_connection
= FindConnection(connection);
local
281
if (
http_connection
== NULL) {
285
http_connection
->ReceiveData(std::string(data, length));
291
HttpConnection*
http_connection
= FindConnection(connection);
local
292
if (
http_connection
== NULL) {
296
delete
http_connection
;
[
all
...]
/external/chromium_org/net/
http_server.target.darwin-arm.mk
26
net/server/
http_connection
.cc \
http_server.target.darwin-mips.mk
26
net/server/
http_connection
.cc \
http_server.target.darwin-x86.mk
26
net/server/
http_connection
.cc \
http_server.target.linux-arm.mk
26
net/server/
http_connection
.cc \
http_server.target.linux-mips.mk
26
net/server/
http_connection
.cc \
http_server.target.linux-x86.mk
26
net/server/
http_connection
.cc \
Completed in 61 milliseconds