OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sm_http_interface_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/tools/flip_server/
sm_connection.cc
45
sm_http_interface_
(NULL),
349
<< (
sm_http_interface_
? "Creating" : "Reusing")
351
if (!
sm_http_interface_
)
352
sm_http_interface_
= new HttpSM(this,
357
sm_interface_ =
sm_http_interface_
;
sm_connection.h
148
SMInterface*
sm_http_interface_
;
member in class:net::SMConnection
/external/chromium_org/net/tools/flip_server/
sm_connection.cc
52
sm_http_interface_
(NULL),
366
<< (
sm_http_interface_
? "Creating" : "Reusing")
368
if (!
sm_http_interface_
)
369
sm_http_interface_
= new HttpSM(this, NULL, memory_cache_, acceptor_);
370
sm_interface_ =
sm_http_interface_
;
sm_connection.h
150
SMInterface*
sm_http_interface_
;
member in class:net::SMConnection
Completed in 155 milliseconds