OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RelayServerConfig
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/renderer/p2p/
port_allocator.cc
64
P2PPortAllocator::Config::
RelayServerConfig
::
RelayServerConfig
()
68
P2PPortAllocator::Config::
RelayServerConfig
::~
RelayServerConfig
() {
263
P2PPortAllocator::Config::
RelayServerConfig
relay_config =
375
cricket::
RelayServerConfig
relay_server(cricket::RELAY_TURN);
port_allocator.h
34
struct
RelayServerConfig
{
35
RelayServerConfig
();
36
~
RelayServerConfig
();
50
std::vector<
RelayServerConfig
> relays;
111
P2PPortAllocator::Config::
RelayServerConfig
config;
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.h
56
struct
RelayServerConfig
{
57
RelayServerConfig
(RelayType type) : type(type) {}
89
const std::vector<
RelayServerConfig
>& relays() const {
92
virtual void AddRelay(const
RelayServerConfig
& relay) {
108
std::vector<
RelayServerConfig
> relays_;
225
typedef std::vector<
RelayServerConfig
> RelayList;
233
void AddRelay(const
RelayServerConfig
& config);
236
static bool SupportsProtocol(const
RelayServerConfig
& relay,
Completed in 38 milliseconds