Searched refs:WebRTCOfferOptions (Results 1 - 19 of 19) sorted by relevance

/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...]
/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/content/renderer/media/
H A Drtc_peer_connection_handler.h23 class WebRTCOfferOptions;
97 const blink::WebRTCOfferOptions& options,
118 const blink::WebRTCOfferOptions& options) OVERRIDE;
H A Drtc_peer_connection_handler.cc37 #include "third_party/WebKit/public/platform/WebRTCOfferOptions.h"
422 const blink::WebRTCOfferOptions& options,
516 const blink::WebRTCOfferOptions& options) {
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_webrtc_peer_connection_handler.h40 const blink::WebRTCOfferOptions& options) OVERRIDE;
H A Dmock_webrtc_peer_connection_handler.cc192 const blink::WebRTCOfferOptions& options) {
/external/chromium_org/third_party/WebKit/Source/platform/
H A Dblink_platform.target.darwin-arm.mk186 third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
H A Dblink_platform.target.darwin-arm64.mk185 third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
H A Dblink_platform.target.darwin-mips.mk185 third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
H A Dblink_platform.target.darwin-mips64.mk185 third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
H A Dblink_platform.target.darwin-x86.mk185 third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
H A Dblink_platform.target.darwin-x86_64.mk185 third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
H A Dblink_platform.target.linux-arm.mk186 third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
H A Dblink_platform.target.linux-arm64.mk185 third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
H A Dblink_platform.target.linux-mips.mk185 third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
H A Dblink_platform.target.linux-mips64.mk185 third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
H A Dblink_platform.target.linux-x86.mk185 third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \
H A Dblink_platform.target.linux-x86_64.mk185 third_party/WebKit/Source/platform/exported/WebRTCOfferOptions.cpp \

Completed in 1071 milliseconds