HomeSort by relevance Sort by last modified time
    Searched refs:WebRTCICEServer (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebRTCConfiguration.cpp 42 WebRTCICEServer::WebRTCICEServer(RTCIceServer* iceServer)
47 void WebRTCICEServer::assign(const WebRTCICEServer& other)
52 void WebRTCICEServer::reset()
57 WebURL WebRTCICEServer::uri() const
63 WebString WebRTCICEServer::username() const
69 WebString WebRTCICEServer::credential() const
96 WebRTCICEServer WebRTCConfiguration::server(size_t index) const
99 return WebRTCICEServer(m_private->server(index))
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebRTCConfiguration.h 46 class WebRTCICEServer {
48 WebRTCICEServer() { }
49 WebRTCICEServer(const WebRTCICEServer& other) { assign(other); }
50 ~WebRTCICEServer() { reset(); }
52 WebRTCICEServer& operator=(const WebRTCICEServer& other)
58 BLINK_PLATFORM_EXPORT void assign(const WebRTCICEServer&);
68 BLINK_PLATFORM_EXPORT WebRTCICEServer(RTCIceServer*);
99 BLINK_PLATFORM_EXPORT WebRTCICEServer server(size_t index) const
    [all...]
  /external/chromium_org/content/renderer/media/
rtc_peer_connection_handler.cc 143 const blink::WebRTCICEServer& webkit_server =
    [all...]

Completed in 128 milliseconds