Searched defs:WebRTCOfferOptions (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebRTCOfferOptions.h16 class WebRTCOfferOptions { class in namespace:blink
18 WebRTCOfferOptions() { } function in class:blink::WebRTCOfferOptions
19 WebRTCOfferOptions(const WebRTCOfferOptions& other) { assign(other); } function in class:blink::WebRTCOfferOptions
20 ~WebRTCOfferOptions() { reset(); }
22 WebRTCOfferOptions& operator=(const WebRTCOfferOptions& other)
28 BLINK_PLATFORM_EXPORT void assign(const WebRTCOfferOptions&);
39 BLINK_PLATFORM_EXPORT WebRTCOfferOptions(RTCOfferOptions*);
H A DWebRTCPeerConnectionHandler.h43 class WebRTCOfferOptions;
59 virtual void createOffer(const WebRTCSessionDescriptionRequest&, const WebRTCOfferOptions&) { } argument
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebRTCOfferOptions.cpp6 #include "public/platform/WebRTCOfferOptions.h"
12 WebRTCOfferOptions::WebRTCOfferOptions(RTCOfferOptions* options) function in class:blink::WebRTCOfferOptions
17 void WebRTCOfferOptions::assign(const WebRTCOfferOptions& other)
22 void WebRTCOfferOptions::reset()
27 int32_t WebRTCOfferOptions::offerToReceiveVideo() const
33 int32_t WebRTCOfferOptions::offerToReceiveAudio() const
39 bool WebRTCOfferOptions::voiceActivityDetection() const
45 bool WebRTCOfferOptions
[all...]

Completed in 108 milliseconds