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

  /external/chromium_org/chrome/browser/media/
webrtc_browsertest_base.h 123 std::string CreateLocalOffer(content::WebContents* from_tab) const;
webrtc_browsertest_base.cc 263 std::string WebRtcTestBase::CreateLocalOffer(
265 std::string response = ExecuteJavascript("createLocalOffer({})", from_tab);
308 std::string local_offer = CreateLocalOffer(from_tab);

Completed in 53 milliseconds