Searched refs:flip_handler_type_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/tools/flip_server/
H A Dhttp_interface.cc30 if (acceptor_->flip_handler_type_ == FLIP_HANDLER_PROXY)
39 if (acceptor_->flip_handler_type_ == FLIP_HANDLER_PROXY) {
47 if (acceptor_->flip_handler_type_ == FLIP_HANDLER_HTTP_SERVER) {
67 if (acceptor_->flip_handler_type_ == FLIP_HANDLER_PROXY) {
152 if (acceptor_->flip_handler_type_ == FLIP_HANDLER_PROXY) {
172 if (!(acceptor_->flip_handler_type_ == FLIP_HANDLER_HTTP_SERVER)) {
197 if (acceptor_->flip_handler_type_ == FLIP_HANDLER_PROXY) {
228 if (acceptor_->flip_handler_type_ == FLIP_HANDLER_HTTP_SERVER) {
H A Dflip_config.h44 enum FlipHandlerType flip_handler_type_; member in class:net::FlipAcceptor
H A Dflip_config.cc27 : flip_handler_type_(flip_handler_type),
H A Dacceptor_thread.cc37 if (acceptor_->flip_handler_type_ == FLIP_HANDLER_HTTP_SERVER) {
H A Dspdy_interface.cc180 if (acceptor_->flip_handler_type_ == FLIP_HANDLER_SPDY_SERVER) {
239 if (acceptor_->flip_handler_type_ == FLIP_HANDLER_PROXY)
261 if (acceptor_->flip_handler_type_ == FLIP_HANDLER_PROXY) {
361 // acceptor_->flip_handler_type_ != FLIP_HANDLER_SPDY_SERVER.
363 if (acceptor_->flip_handler_type_ == FLIP_HANDLER_SPDY_SERVER) {
H A Dstreamer_interface.cc163 if (acceptor_->flip_handler_type_ == FLIP_HANDLER_PROXY) {
H A Dsm_connection.cc362 switch (acceptor_->flip_handler_type_) {

Completed in 104 milliseconds