OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flip_handler_type_
(Results
1 - 7
of
7
) sorted by null
/external/chromium/net/tools/flip_server/
http_interface.cc
32
if (acceptor_->
flip_handler_type_
== FLIP_HANDLER_PROXY)
41
if (acceptor_->
flip_handler_type_
== FLIP_HANDLER_PROXY) {
49
if (acceptor_->
flip_handler_type_
== FLIP_HANDLER_HTTP_SERVER) {
68
if (acceptor_->
flip_handler_type_
== FLIP_HANDLER_PROXY) {
169
if (acceptor_->
flip_handler_type_
== FLIP_HANDLER_PROXY) {
190
if (!(acceptor_->
flip_handler_type_
== FLIP_HANDLER_HTTP_SERVER)) {
216
if (acceptor_->
flip_handler_type_
== FLIP_HANDLER_PROXY) {
244
if (acceptor_->
flip_handler_type_
== FLIP_HANDLER_HTTP_SERVER) {
flip_config.h
45
enum FlipHandlerType
flip_handler_type_
;
member in class:net::FlipAcceptor
flip_config.cc
25
:
flip_handler_type_
(flip_handler_type),
acceptor_thread.cc
36
if (acceptor_->
flip_handler_type_
== FLIP_HANDLER_HTTP_SERVER) {
spdy_interface.cc
187
if (acceptor_->
flip_handler_type_
== FLIP_HANDLER_SPDY_SERVER) {
240
if (acceptor_->
flip_handler_type_
== FLIP_HANDLER_PROXY) {
305
if (acceptor_->
flip_handler_type_
== FLIP_HANDLER_PROXY)
365
if (acceptor_->
flip_handler_type_
== FLIP_HANDLER_SPDY_SERVER) {
streamer_interface.cc
161
if (acceptor_->
flip_handler_type_
== FLIP_HANDLER_PROXY) {
sm_connection.cc
344
switch (acceptor_->
flip_handler_type_
) {
Completed in 213 milliseconds