Home
last modified time | relevance | path

Searched defs:WebRTCOfferOptions (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebRTCOfferOptions.h18 WebRTCOfferOptions() { } in WebRTCOfferOptions() function
19 WebRTCOfferOptions(const WebRTCOfferOptions& other) { assign(other); } in WebRTCOfferOptions() function
DWebRTCPeerConnectionHandler.h43 class WebRTCOfferOptions; variable
59 virtual void createOffer(const WebRTCSessionDescriptionRequest&, const WebRTCOfferOptions&) { } in createOffer()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebRTCOfferOptions.cpp12 WebRTCOfferOptions::WebRTCOfferOptions(RTCOfferOptions* options) in WebRTCOfferOptions() function in blink::WebRTCOfferOptions
/external/chromium_org/content/renderer/media/
Drtc_peer_connection_handler.h23 class WebRTCOfferOptions; variable