Searched defs:stream_url (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Dnavigation_before_commit_info.h32 GURL stream_url; member in struct:content::NavigationBeforeCommitInfo
/external/chromium_org/ppapi/cpp/private/
H A Dvideo_destination_private.cc47 int32_t VideoDestination_Private::Open(const Var& stream_url, argument
53 stream_url.pp_var(),
H A Dvideo_source_private.cc43 int32_t VideoSource_Private::Open(const Var& stream_url, argument
49 stream_url.pp_var(), cc.pp_completion_callback());
/external/chromium_org/ppapi/thunk/
H A Dppb_video_destination_private_thunk.cc34 PP_Var stream_url,
40 return enter.SetResult(enter.object()->Open(stream_url, enter.callback()));
33 Open(PP_Resource destination, PP_Var stream_url, PP_CompletionCallback callback) argument
H A Dppb_video_source_private_thunk.cc33 PP_Var stream_url,
38 return enter.SetResult(enter.object()->Open(stream_url, enter.callback()));
32 Open(PP_Resource source, PP_Var stream_url, PP_CompletionCallback callback) argument
/external/chromium_org/content/renderer/media/
H A Dmock_media_stream_registry.cc25 void MockMediaStreamRegistry::Init(const std::string& stream_url) { argument
26 stream_url_ = stream_url;
/external/chromium_org/content/renderer/pepper/
H A Dpepper_video_destination_host.cc48 const std::string& stream_url) {
49 GURL gurl(stream_url);
46 OnHostMsgOpen( HostMessageContext* context, const std::string& stream_url) argument
H A Dpepper_video_source_host.cc86 const std::string& stream_url) {
87 GURL gurl(stream_url);
85 OnHostMsgOpen(HostMessageContext* context, const std::string& stream_url) argument
/external/chromium_org/ppapi/proxy/
H A Dvideo_destination_resource.cc41 const PP_Var& stream_url,
48 scoped_refptr<StringVar> stream_url_var = StringVar::FromPPVar(stream_url);
40 Open( const PP_Var& stream_url, scoped_refptr<TrackedCallback> callback) argument
H A Dvideo_source_resource.cc41 const PP_Var& stream_url,
48 scoped_refptr<StringVar> stream_url_var = StringVar::FromPPVar(stream_url);
40 Open( const PP_Var& stream_url, scoped_refptr<TrackedCallback> callback) argument
/external/chromium_org/chrome/browser/extensions/api/streams_private/
H A Dstreams_private_api.cc70 info.stream_url = stream->GetURL().spec();
97 const GURL& stream_url,
106 StreamMap::mapped_type::iterator url_it = url_map->find(stream_url);
96 AbortStream(const std::string& extension_id, const GURL& stream_url, const base::Closure& callback) argument
/external/chromium_org/pdf/
H A Dout_of_process_instance.cc307 const char* stream_url = NULL; local
314 stream_url = argv[i];
328 if (!stream_url)
329 stream_url = original_url;
338 LoadUrl(stream_url);
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c4325 static int32_t Pnacl_M28_PPB_VideoDestination_Private_Open(PP_Resource destination, struct PP_Var* stream_url, struct PP_CompletionCallback* callback) { argument
4327 return iface->Open(destination, *stream_url, *callback);
4354 static int32_t Pnacl_M28_PPB_VideoSource_Private_Open(PP_Resource source, struct PP_Var* stream_url, struct PP_CompletionCallback* callback) { argument
4356 return iface->Open(source, *stream_url, *callback);
5680 .Open = (int32_t (*)(PP_Resource destination, struct PP_Var stream_url, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_VideoDestination_Private_Open,
5688 .Open = (int32_t (*)(PP_Resource source, struct PP_Var stream_url, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_VideoSource_Private_Open,

Completed in 240 milliseconds