HomeSort by relevance Sort by last modified time
    Searched defs:WebRTCOfferOptions (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/public/platform/
WebRTCOfferOptions.h 16 class WebRTCOfferOptions {
18 WebRTCOfferOptions() { }
19 WebRTCOfferOptions(const WebRTCOfferOptions& other) { assign(other); }
20 ~WebRTCOfferOptions() { reset(); }
22 WebRTCOfferOptions& operator=(const WebRTCOfferOptions& other)
28 BLINK_PLATFORM_EXPORT void assign(const WebRTCOfferOptions&);
39 BLINK_PLATFORM_EXPORT WebRTCOfferOptions(RTCOfferOptions*);
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebRTCOfferOptions.cpp 6 #include "public/platform/WebRTCOfferOptions.h"
12 WebRTCOfferOptions::WebRTCOfferOptions(RTCOfferOptions* options)
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::iceRestart() cons
    [all...]

Completed in 3202 milliseconds