Searched refs:from_tab (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/chrome/browser/media/ |
D | webrtc_browsertest_base.cc | 264 content::WebContents* from_tab) const { in CreateLocalOffer() 265 std::string response = ExecuteJavascript("createLocalOffer({})", from_tab); in CreateLocalOffer() 287 content::WebContents* from_tab) const { in ReceiveAnswer() 292 from_tab)); in ReceiveAnswer() 296 content::WebContents* from_tab, in GatherAndSendIceCandidates() argument 299 ExecuteJavascript("getAllIceCandidates()", from_tab); in GatherAndSendIceCandidates() 306 void WebRtcTestBase::NegotiateCall(content::WebContents* from_tab, in NegotiateCall() argument 308 std::string local_offer = CreateLocalOffer(from_tab); in NegotiateCall() 310 ReceiveAnswer(answer, from_tab); in NegotiateCall() 313 GatherAndSendIceCandidates(to_tab, from_tab); in NegotiateCall() [all …]
|
D | webrtc_browsertest_base.h | 88 void NegotiateCall(content::WebContents* from_tab, 92 void HangUp(content::WebContents* from_tab) const; 123 std::string CreateLocalOffer(content::WebContents* from_tab) const; 126 void ReceiveAnswer(std::string answer, content::WebContents* from_tab) const; 127 void GatherAndSendIceCandidates(content::WebContents* from_tab,
|
D | chrome_webrtc_typing_detection_browsertest.cc | 80 void EstablishCall(content::WebContents* from_tab, in EstablishCall() argument 83 ExecuteJavascript("negotiateCall()", from_tab)); in EstablishCall() 87 "active", from_tab)); in EstablishCall()
|