/third_party/libsoup/examples/ |
D | get.c | 28 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/ |
D | navigation_entry_ctocpp.cc | 41 if (CEF_MEMBER_MISSING(_struct, get_url)) in GetURL() 47 cef_string_userfree_t _retval = _struct->get_url(_struct); in GetURL()
|
D | download_item_ctocpp.cc | 218 if (CEF_MEMBER_MISSING(_struct, get_url)) in GetURL() 224 cef_string_userfree_t _retval = _struct->get_url(_struct); in GetURL()
|
D | response_ctocpp.cc | 280 if (CEF_MEMBER_MISSING(_struct, get_url)) in GetURL() 286 cef_string_userfree_t _retval = _struct->get_url(_struct); in GetURL()
|
D | request_ctocpp.cc | 49 if (CEF_MEMBER_MISSING(_struct, get_url)) in GetURL() 55 cef_string_userfree_t _retval = _struct->get_url(_struct); in GetURL()
|
D | frame_ctocpp.cc | 332 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/ |
D | cef_navigation_entry_capi.h | 70 cef_string_userfree_t(CEF_CALLBACK* get_url)(
|
D | cef_download_item_capi.h | 126 cef_string_userfree_t(CEF_CALLBACK* get_url)(
|
D | cef_response_capi.h | 159 cef_string_userfree_t(CEF_CALLBACK* get_url)(struct _cef_response_t* self);
|
D | cef_frame_capi.h | 196 cef_string_userfree_t(CEF_CALLBACK* get_url)(struct _cef_frame_t* self);
|
D | cef_request_capi.h | 71 cef_string_userfree_t(CEF_CALLBACK* get_url)(struct _cef_request_t* self);
|
/third_party/boost/tools/quickbook/src/ |
D | path.hpp | 104 std::string const& get_url() const;
|
D | path.cpp | 410 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/ |
D | bdist_rpm.py | 467 if self.distribution.get_url() != 'UNKNOWN': 468 spec_file.append('Url: ' + self.distribution.get_url())
|
D | upload.py | 120 'home_page': meta.get_url(),
|
D | register.py | 231 'home_page': meta.get_url(),
|
/third_party/cef/libcef_dll/cpptoc/ |
D | navigation_entry_cpptoc.cc | 201 GetStruct()->get_url = navigation_entry_get_url; in CefNavigationEntryCppToC()
|
D | download_item_cpptoc.cc | 324 GetStruct()->get_url = download_item_get_url; in CefDownloadItemCppToC()
|
D | response_cpptoc.cc | 317 GetStruct()->get_url = response_get_url; in CefResponseCppToC()
|
D | request_cpptoc.cc | 411 GetStruct()->get_url = request_get_url; in CefRequestCppToC()
|
D | frame_cpptoc.cc | 466 GetStruct()->get_url = frame_get_url; in CefFrameCppToC()
|
/third_party/cef/tools/ |
D | git_util.py | 59 def get_url(path='.'): function
|
D | make_distrib.py | 596 cef_url = git.get_url(cef_dir) 604 chromium_url = git.get_url(src_dir)
|
/third_party/curl/tests/libtest/ |
D | lib1560.c | 869 static int get_url(void) in get_url() function 1148 if(get_url()) in test()
|
/third_party/python/Lib/distutils/ |
D | dist.py | 1131 file.write('Home-page: %s\n' % self.get_url()) 1186 def get_url(self): member in DistributionMetadata
|