Home
last modified time | relevance | path

Searched refs:url_string (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Ddescriptors.c147 es->url_string = NULL; in desc_es_init()
201 if (es->url_string) { in desc_es_descriptor_clear()
202 g_free (es->url_string); in desc_es_descriptor_clear()
203 es->url_string = NULL; in desc_es_descriptor_clear()
438 prop_copy_size_string (desc->url_string, desc->url_length, buffer, size, in desc_es_descriptor_copy_data()
Ddescriptors.h129 guint8 *url_string; /* size is url_length */ member
/third_party/cef/libcef/browser/extensions/
Dextension_function_details.cc324 std::string url_string = *params.url; in OpenTab() local
326 url_string, function()->extension(), &url, error_message)) { in OpenTab()
/third_party/cef/libcef/browser/extensions/api/tabs/
Dtabs_api.cc199 bool TabsUpdateFunction::UpdateURL(const std::string& url_string, in UpdateURL() argument
203 if (!ExtensionTabUtil::PrepareURLForNavigation(url_string, extension(), &url, in UpdateURL()
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfmetadata.h746 gchar *url_string; member
Dmxfmetadata.c6405 g_free (self->url_string); in mxf_metadata_network_locator_finalize()
6406 self->url_string = NULL; in mxf_metadata_network_locator_finalize()
6421 self->url_string = mxf_utf16_to_utf8 (tag_data, tag_size); in mxf_metadata_network_locator_handle_tag()
6422 GST_DEBUG (" url string = %s", GST_STR_NULL (self->url_string)); in mxf_metadata_network_locator_handle_tag()
6444 self->url_string, NULL); in mxf_metadata_network_locator_to_structure()
6459 if (self->url_string) { in mxf_metadata_network_locator_write_tags()
6462 t->data = mxf_utf8_to_utf16 (self->url_string, &t->size); in mxf_metadata_network_locator_write_tags()
/third_party/node/src/
Dmodule_wrap.cc225 if (!that->Set(context, env->url_string(), url).FromMaybe(false)) { in New()
Denv.h395 V(url_string, "url") \