OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sm_interface_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/tools/flip_server/
sm_connection.cc
47
sm_interface_
(NULL),
146
sm_interface_
= sm_interface;
251
if (
sm_interface_
)
252
sm_interface_
->ResetForNewConnection();
357
sm_interface_
= sm_http_interface_;
372
sm_interface_
= sm_streamer_interface_;
391
sm_interface_
= sm_spdy_interface_;
397
if (!
sm_interface_
->PostAcceptHook())
493
size_t bytes_consumed =
sm_interface_
->ProcessReadInput(bytes, size);
500
if (
sm_interface_
->MessageFullyRead())
[
all
...]
sm_connection.h
150
SMInterface*
sm_interface_
;
member in class:net::SMConnection
/external/chromium_org/net/tools/flip_server/
sm_connection.cc
54
sm_interface_
(NULL),
147
sm_interface_
= sm_interface;
252
if (
sm_interface_
)
253
sm_interface_
->ResetForNewConnection();
370
sm_interface_
= sm_http_interface_;
382
sm_interface_
= sm_streamer_interface_;
397
sm_interface_
= sm_spdy_interface_;
403
if (!
sm_interface_
->PostAcceptHook())
499
size_t bytes_consumed =
sm_interface_
->ProcessReadInput(bytes, size);
506
if (
sm_interface_
->MessageFullyRead())
[
all
...]
sm_connection.h
152
SMInterface*
sm_interface_
;
member in class:net::SMConnection
Completed in 208 milliseconds