TransportRoute    151 remoting/client/chromoting_client.cc                                       const protocol::TransportRoute& route) {
TransportRoute    152 remoting/client/chromoting_client.cc   VLOG(0) << "Using " << protocol::TransportRoute::GetTypeString(route.type)
TransportRoute     82 remoting/client/chromoting_client.h                               const protocol::TransportRoute& route) OVERRIDE;
TransportRoute     37 remoting/client/client_user_interface.h                               const protocol::TransportRoute& route) = 0;
TransportRoute    239 remoting/client/jni/chromoting_jni_instance.cc     const protocol::TransportRoute& route) {
TransportRoute    241 remoting/client/jni/chromoting_jni_instance.cc       protocol::TransportRoute::GetTypeString(route.type) + " connection.";
TransportRoute     88 remoting/client/jni/chromoting_jni_instance.h                               const protocol::TransportRoute& route) OVERRIDE;
TransportRoute    445 remoting/client/plugin/chromoting_instance.cc                                         const protocol::TransportRoute& route) {
TransportRoute    448 remoting/client/plugin/chromoting_instance.cc       protocol::TransportRoute::GetTypeString(route.type) + " connection.";
TransportRoute    123 remoting/client/plugin/chromoting_instance.h                               const protocol::TransportRoute& route) OVERRIDE;
TransportRoute    244 remoting/host/chromoting_host.cc     const protocol::TransportRoute& route) {
TransportRoute    127 remoting/host/chromoting_host.h       const protocol::TransportRoute& route) OVERRIDE;
TransportRoute    230 remoting/host/chromoting_host_unittest.cc                           const protocol::TransportRoute& route) {
TransportRoute    622 remoting/host/chromoting_host_unittest.cc   protocol::TransportRoute route;
TransportRoute    389 remoting/host/client_session.cc     const protocol::TransportRoute& route) {
TransportRoute     82 remoting/host/client_session.h         const protocol::TransportRoute& route) = 0;
TransportRoute    129 remoting/host/client_session.h       const protocol::TransportRoute& route) OVERRIDE;
TransportRoute    327 remoting/host/daemon_process.cc   if (route.type != protocol::TransportRoute::DIRECT &&
TransportRoute    328 remoting/host/daemon_process.cc       route.type != protocol::TransportRoute::STUN &&
TransportRoute    329 remoting/host/daemon_process.cc       route.type != protocol::TransportRoute::RELAY) {
TransportRoute    349 remoting/host/daemon_process.cc   protocol::TransportRoute parsed_route;
TransportRoute    351 remoting/host/daemon_process.cc       static_cast<protocol::TransportRoute::RouteType>(route.type);
TransportRoute     39 remoting/host/host_event_logger_posix.cc       const protocol::TransportRoute& route) OVERRIDE;
TransportRoute     84 remoting/host/host_event_logger_posix.cc     const protocol::TransportRoute& route) {
TransportRoute     90 remoting/host/host_event_logger_posix.cc       protocol::TransportRoute::GetTypeString(route.type).c_str()));
TransportRoute     41 remoting/host/host_event_logger_win.cc       const protocol::TransportRoute& route) OVERRIDE;
TransportRoute     96 remoting/host/host_event_logger_win.cc     const protocol::TransportRoute& route) {
TransportRoute    102 remoting/host/host_event_logger_win.cc   strings[4] = protocol::TransportRoute::GetTypeString(route.type);
TransportRoute     80 remoting/host/host_mock_objects.h       const protocol::TransportRoute& route));
TransportRoute    132 remoting/host/host_mock_objects.h                     const protocol::TransportRoute& route));
TransportRoute     18 remoting/host/host_status_observer.h struct TransportRoute;
TransportRoute     45 remoting/host/host_status_observer.h                                    const protocol::TransportRoute& route) {}
TransportRoute     58 remoting/host/ipc_host_event_logger.cc     const protocol::TransportRoute& route) {
TransportRoute     44 remoting/host/ipc_host_event_logger.h       const protocol::TransportRoute& route) OVERRIDE;
TransportRoute     86 remoting/host/log_to_server.cc                                       const protocol::TransportRoute& route) {
TransportRoute     62 remoting/host/log_to_server.h       const protocol::TransportRoute& route) OVERRIDE;
TransportRoute     76 remoting/host/log_to_server.h   std::map<std::string, protocol::TransportRoute::RouteType>
TransportRoute    160 remoting/host/log_to_server_unittest.cc   protocol::TransportRoute route;
TransportRoute    161 remoting/host/log_to_server_unittest.cc   route.type = protocol::TransportRoute::DIRECT;
TransportRoute    170 remoting/host/log_to_server_unittest.cc   protocol::TransportRoute route;
TransportRoute    171 remoting/host/log_to_server_unittest.cc   route.type = protocol::TransportRoute::DIRECT;
TransportRoute    193 remoting/host/log_to_server_unittest.cc   protocol::TransportRoute route1;
TransportRoute    194 remoting/host/log_to_server_unittest.cc   route1.type = protocol::TransportRoute::DIRECT;
TransportRoute    198 remoting/host/log_to_server_unittest.cc   protocol::TransportRoute route2;
TransportRoute    199 remoting/host/log_to_server_unittest.cc   route2.type = protocol::TransportRoute::STUN;
TransportRoute    241 remoting/host/log_to_server_unittest.cc   protocol::TransportRoute route1;
TransportRoute    242 remoting/host/log_to_server_unittest.cc   route1.type = protocol::TransportRoute::DIRECT;
TransportRoute    246 remoting/host/log_to_server_unittest.cc   protocol::TransportRoute route2;
TransportRoute    247 remoting/host/log_to_server_unittest.cc   route2.type = protocol::TransportRoute::STUN;
TransportRoute    135 remoting/host/server_log_entry.cc     protocol::TransportRoute::RouteType type) {
TransportRoute    136 remoting/host/server_log_entry.cc   Set(kKeyConnectionType, protocol::TransportRoute::GetTypeString(type));
TransportRoute     55 remoting/host/server_log_entry.h   void AddConnectionTypeField(protocol::TransportRoute::RouteType type);
TransportRoute    164 remoting/protocol/connection_to_client.cc     const TransportRoute& route) {
TransportRoute     61 remoting/protocol/connection_to_client.h                                const TransportRoute& route) = 0;
TransportRoute    106 remoting/protocol/connection_to_client.h                                     const TransportRoute& route) OVERRIDE;
TransportRoute    214 remoting/protocol/connection_to_host.cc                                             const TransportRoute& route) {
TransportRoute     82 remoting/protocol/connection_to_host.h                                 const protocol::TransportRoute& route) = 0;
TransportRoute    123 remoting/protocol/connection_to_host.h                                     const TransportRoute& route) OVERRIDE;
TransportRoute    296 remoting/protocol/jingle_session.cc                                            const TransportRoute& route) {
TransportRoute     70 remoting/protocol/jingle_session.h                                       const TransportRoute& route) OVERRIDE;
TransportRoute     83 remoting/protocol/jingle_session_unittest.cc                                           const TransportRoute& route));
TransportRoute    286 remoting/protocol/libjingle_transport_factory.cc   TransportRoute route;
TransportRoute    289 remoting/protocol/libjingle_transport_factory.cc     route.type = TransportRoute::DIRECT;
TransportRoute    291 remoting/protocol/libjingle_transport_factory.cc     route.type = TransportRoute::STUN;
TransportRoute    293 remoting/protocol/libjingle_transport_factory.cc     route.type = TransportRoute::RELAY;
TransportRoute     64 remoting/protocol/protocol_mock_objects.h                                    const TransportRoute& route));
TransportRoute     21 remoting/protocol/session.h struct TransportRoute;
TransportRoute     65 remoting/protocol/session.h                                       const TransportRoute& route) = 0;
TransportRoute     13 remoting/protocol/transport.cc std::string TransportRoute::GetTypeString(RouteType type) {
TransportRoute     26 remoting/protocol/transport.cc TransportRoute::TransportRoute() : type(DIRECT) {
TransportRoute     29 remoting/protocol/transport.cc TransportRoute::~TransportRoute() {
TransportRoute     57 remoting/protocol/transport.h   TransportRoute();
TransportRoute     58 remoting/protocol/transport.h   ~TransportRoute();
TransportRoute     81 remoting/protocol/transport.h                                         const TransportRoute& route) = 0;