Home
last modified time | relevance | path

Searched refs:stream_url_ (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/content/renderer/media/
Dmock_media_stream_registry.cc26 stream_url_ = stream_url; in Init()
58 if (url != stream_url_) { in GetMediaStream()
Dmock_media_stream_registry.h28 std::string stream_url_; variable
/external/chromium_org/ppapi/tests/
Dtest_video_source.cc64 stream_url_ = message_data.AsString(); in HandleMessage()
108 cc1.WaitForResult(video_source.Open(stream_url_, cc1.GetCallback())); in TestGetFrame()
Dtest_video_destination.cc67 stream_url_ = message_data.AsString(); in HandleMessage()
112 cc1.WaitForResult(video_destination.Open(stream_url_, cc1.GetCallback())); in TestPutFrame()
Dtest_video_source.h33 std::string stream_url_; variable
Dtest_video_destination.h33 std::string stream_url_; variable
/external/chromium_org/content/renderer/pepper/
Dpepper_video_source_host.cc94 stream_url_ = gurl.spec(); in OnHostMsgOpen()
275 if (source_handler_.get() && !stream_url_.empty()) in Close()
279 stream_url_.clear(); in Close()
Dpepper_video_source_host.h81 std::string stream_url_; variable
/external/chromium_org/chrome/browser/extensions/api/streams_private/
Dstreams_private_api.cc128 EXTENSION_FUNCTION_VALIDATE(args_->GetString(0, &stream_url_)); in Run()
130 extension_id(), GURL(stream_url_), base::Bind( in Run()
Dstreams_private_api.h95 std::string stream_url_; variable