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

  /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...]
  /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*);
WebRTCPeerConnectionHandler.h 43 class WebRTCOfferOptions;
59 virtual void createOffer(const WebRTCSessionDescriptionRequest&, const WebRTCOfferOptions&) { }
  /external/chromium_org/content/shell/renderer/test_runner/
mock_webrtc_peer_connection_handler.h 40 const blink::WebRTCOfferOptions& options) OVERRIDE;
mock_webrtc_peer_connection_handler.cc 192 const blink::WebRTCOfferOptions& options) {
  /external/chromium_org/content/renderer/media/
rtc_peer_connection_handler.h 23 class WebRTCOfferOptions;
97 const blink::WebRTCOfferOptions& options,
118 const blink::WebRTCOfferOptions& options) OVERRIDE;
rtc_peer_connection_handler.cc 37 #include "third_party/WebKit/public/platform/WebRTCOfferOptions.h"
422 const blink::WebRTCOfferOptions& options,
516 const blink::WebRTCOfferOptions& options) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 186 third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
    [all...]
blink_platform.target.darwin-arm64.mk 185 third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 185 third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
    [all...]
blink_platform.target.darwin-mips64.mk 185 third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 185 third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
    [all...]
blink_platform.target.darwin-x86_64.mk 185 third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
    [all...]
blink_platform.target.linux-arm.mk 186 third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
    [all...]
blink_platform.target.linux-arm64.mk 185 third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
    [all...]
blink_platform.target.linux-mips.mk 185 third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
    [all...]
blink_platform.target.linux-mips64.mk 185 third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
    [all...]
blink_platform.target.linux-x86.mk 185 third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
    [all...]
blink_platform.target.linux-x86_64.mk 185 third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
    [all...]

Completed in 1277 milliseconds