Searched refs:stream_url_ (Results 1 – 10 of 10) sorted by relevance
26 stream_url_ = stream_url; in Init()58 if (url != stream_url_) { in GetMediaStream()
28 std::string stream_url_; variable
64 stream_url_ = message_data.AsString(); in HandleMessage()108 cc1.WaitForResult(video_source.Open(stream_url_, cc1.GetCallback())); in TestGetFrame()
67 stream_url_ = message_data.AsString(); in HandleMessage()112 cc1.WaitForResult(video_destination.Open(stream_url_, cc1.GetCallback())); in TestPutFrame()
33 std::string stream_url_; variable
94 stream_url_ = gurl.spec(); in OnHostMsgOpen()275 if (source_handler_.get() && !stream_url_.empty()) in Close()279 stream_url_.clear(); in Close()
81 std::string stream_url_; variable
128 EXTENSION_FUNCTION_VALIDATE(args_->GetString(0, &stream_url_)); in Run()130 extension_id(), GURL(stream_url_), base::Bind( in Run()
95 std::string stream_url_; variable