Home
last modified time | relevance | path

Searched refs:get_url (Results 1 – 25 of 27) sorted by relevance

12

/third_party/libsoup/examples/
Dget.c28 get_url (const char *url) in get_url() function
71 get_url (uri_string); in get_url()
289 get_url (url); in main()
/third_party/cef/libcef_dll/ctocpp/
Dnavigation_entry_ctocpp.cc41 if (CEF_MEMBER_MISSING(_struct, get_url)) in GetURL()
47 cef_string_userfree_t _retval = _struct->get_url(_struct); in GetURL()
Ddownload_item_ctocpp.cc218 if (CEF_MEMBER_MISSING(_struct, get_url)) in GetURL()
224 cef_string_userfree_t _retval = _struct->get_url(_struct); in GetURL()
Dresponse_ctocpp.cc280 if (CEF_MEMBER_MISSING(_struct, get_url)) in GetURL()
286 cef_string_userfree_t _retval = _struct->get_url(_struct); in GetURL()
Drequest_ctocpp.cc49 if (CEF_MEMBER_MISSING(_struct, get_url)) in GetURL()
55 cef_string_userfree_t _retval = _struct->get_url(_struct); in GetURL()
Dframe_ctocpp.cc332 if (CEF_MEMBER_MISSING(_struct, get_url)) in GetURL()
338 cef_string_userfree_t _retval = _struct->get_url(_struct); in GetURL()
/third_party/cef/include/capi/
Dcef_navigation_entry_capi.h70 cef_string_userfree_t(CEF_CALLBACK* get_url)(
Dcef_download_item_capi.h126 cef_string_userfree_t(CEF_CALLBACK* get_url)(
Dcef_response_capi.h159 cef_string_userfree_t(CEF_CALLBACK* get_url)(struct _cef_response_t* self);
Dcef_frame_capi.h196 cef_string_userfree_t(CEF_CALLBACK* get_url)(struct _cef_frame_t* self);
Dcef_request_capi.h71 cef_string_userfree_t(CEF_CALLBACK* get_url)(struct _cef_request_t* self);
/third_party/boost/tools/quickbook/src/
Dpath.hpp104 std::string const& get_url() const;
Dpath.cpp410 std::string const& path_or_url::get_url() const in get_url() function in quickbook::detail::path_or_url
/third_party/python/Lib/distutils/command/
Dbdist_rpm.py467 if self.distribution.get_url() != 'UNKNOWN':
468 spec_file.append('Url: ' + self.distribution.get_url())
Dupload.py120 'home_page': meta.get_url(),
Dregister.py231 'home_page': meta.get_url(),
/third_party/cef/libcef_dll/cpptoc/
Dnavigation_entry_cpptoc.cc201 GetStruct()->get_url = navigation_entry_get_url; in CefNavigationEntryCppToC()
Ddownload_item_cpptoc.cc324 GetStruct()->get_url = download_item_get_url; in CefDownloadItemCppToC()
Dresponse_cpptoc.cc317 GetStruct()->get_url = response_get_url; in CefResponseCppToC()
Drequest_cpptoc.cc411 GetStruct()->get_url = request_get_url; in CefRequestCppToC()
Dframe_cpptoc.cc466 GetStruct()->get_url = frame_get_url; in CefFrameCppToC()
/third_party/cef/tools/
Dgit_util.py59 def get_url(path='.'): function
Dmake_distrib.py596 cef_url = git.get_url(cef_dir)
604 chromium_url = git.get_url(src_dir)
/third_party/curl/tests/libtest/
Dlib1560.c869 static int get_url(void) in get_url() function
1148 if(get_url()) in test()
/third_party/python/Lib/distutils/
Ddist.py1131 file.write('Home-page: %s\n' % self.get_url())
1186 def get_url(self): member in DistributionMetadata

12