Home
last modified time | relevance | path

Searched refs:SetURL (Results 1 – 25 of 1119) sorted by relevance

12345678910>>...45

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/url/
H A Ddom_url_utils.cc45 SetURL(kurl); in setProtocol()
53 SetURL(kurl); in setUsername()
61 SetURL(kurl); in setPassword()
73 SetURL(kurl); in setHost()
93 SetURL(kurl); in setHostname()
104 SetURL(kurl); in setPort()
112 SetURL(kurl); in setPathname()
133 SetURL(kurl); in SetSearchInternal()
149 SetURL(kurl); in setHash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/url/
H A Ddom_url_utils.cc45 SetURL(kurl); in setProtocol()
53 SetURL(kurl); in setUsername()
61 SetURL(kurl); in setPassword()
73 SetURL(kurl); in setHost()
93 SetURL(kurl); in setHostname()
104 SetURL(kurl); in setPort()
112 SetURL(kurl); in setPathname()
133 SetURL(kurl); in SetSearchInternal()
152 SetURL(kurl); in setHash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/omnibox/browser/
H A Dlocation_bar_model_impl_unittest.cc31 void SetURL(const GURL& url) { url_ = url; } in SetURL() function in __anon6da16d990111::FakeLocationBarModelDelegate
157 delegate()->SetURL(GURL("http://www.example.test/foo")); in TEST_F()
168 delegate()->SetURL(GURL("https://www.example.test/foo")); in TEST_F()
184 delegate()->SetURL(GURL("http://www.example.test/foo")); in TEST_F()
195 delegate()->SetURL(GURL("https://www.example.test/foo")); in TEST_F()
209 delegate()->SetURL(GURL("http://www.google.com/")); in TEST_F()
222 delegate()->SetURL(http_url); in TEST_F()
241 delegate()->SetURL(distilled); in TEST_F()
252 delegate()->SetURL(distilled); in TEST_F()
260 delegate()->SetURL(GURL(("chrome-distiller://abc/?url=invalid"))); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/document_metadata/
H A Ddocument_metadata_extractor_test.cc46 void SetURL(const String&);
139 SetURL("http://www.test.com/"); in TEST_F()
170 SetURL("http://www.test.com/"); in TEST_F()
200 SetURL("http://www.test.com/"); in TEST_F()
229 SetURL("http://www.test.com/"); in TEST_F()
258 SetURL("http://www.test.com/"); in TEST_F()
306 SetURL("http://www.test.com/"); in TEST_F()
343 SetURL("http://www.test.com/"); in TEST_F()
383 SetURL("http://www.test.com/"); in TEST_F()
433 SetURL("http://www.test.com/"); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/document_metadata/
H A Ddocument_metadata_extractor_test.cc47 void SetURL(const String&);
140 SetURL("http://www.test.com/"); in TEST_F()
171 SetURL("http://www.test.com/"); in TEST_F()
201 SetURL("http://www.test.com/"); in TEST_F()
230 SetURL("http://www.test.com/"); in TEST_F()
259 SetURL("http://www.test.com/"); in TEST_F()
307 SetURL("http://www.test.com/"); in TEST_F()
344 SetURL("http://www.test.com/"); in TEST_F()
384 SetURL("http://www.test.com/"); in TEST_F()
434 SetURL("http://www.test.com/"); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/tests/
H A Dtest_url_loader.cc317 request.SetURL("/echo"); in OpenUntrusted()
327 request.SetURL("/echo"); in OpenTrusted()
363 request.SetURL("/echo"); in TestBasicPOST()
386 request.SetURL("/echo"); in TestBasicFilePOST()
407 request.SetURL("/echo"); in TestBasicFileRangePOST()
415 request.SetURL("/echo"); in TestCompoundBodyPOST()
428 request.SetURL("/echo"); in TestEmptyDataPOST()
436 request.SetURL("/echo"); in TestBinaryDataPOST()
456 request.SetURL("/echo"); in TestFailsBogusContentLength()
505 request.SetURL(cross_origin_url); in TestUntrustedSameOriginRestriction()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticbeanstalk/include/aws/elasticbeanstalk/model/
H A DQueue.h96 inline void SetURL(const Aws::String& value) { m_uRLHasBeenSet = true; m_uRL = value; } in SetURL() function
101 inline void SetURL(Aws::String&& value) { m_uRLHasBeenSet = true; m_uRL = std::move(value); } in SetURL() function
106 inline void SetURL(const char* value) { m_uRLHasBeenSet = true; m_uRL.assign(value); } in SetURL() function
111 inline Queue& WithURL(const Aws::String& value) { SetURL(value); return *this;} in WithURL()
116 inline Queue& WithURL(Aws::String&& value) { SetURL(std::move(value)); return *this;} in WithURL()
121 inline Queue& WithURL(const char* value) { SetURL(value); return *this;} in WithURL()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-importexport/include/aws/importexport/model/
H A DArtifact.h75 inline void SetURL(const Aws::String& value) { m_uRLHasBeenSet = true; m_uRL = value; } in SetURL() function
78 inline void SetURL(Aws::String&& value) { m_uRLHasBeenSet = true; m_uRL = std::move(value); } in SetURL() function
81 inline void SetURL(const char* value) { m_uRLHasBeenSet = true; m_uRL.assign(value); } in SetURL() function
84 inline Artifact& WithURL(const Aws::String& value) { SetURL(value); return *this;} in WithURL()
87 inline Artifact& WithURL(Aws::String&& value) { SetURL(std::move(value)); return *this;} in WithURL()
90 inline Artifact& WithURL(const char* value) { SetURL(value); return *this;} in WithURL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/search_engines/
H A Dtemplate_url_unittest.cc96 data.SetURL(value.url); in TEST_F()
402 data.SetURL(value.url); in TEST_F()
1008 data.SetURL(parsed_url); in TEST_F()
1021 data.SetURL(parsed_url); in TEST_F()
1052 data.SetURL("{"); in TEST_F()
1064 data.SetURL("{}"); in TEST_F()
1075 data.SetURL("{}{{%s}}"); in TEST_F()
1089 data.SetURL("{%s"); in TEST_F()
2017 data.SetURL( in TEST_F()
2032 data.SetURL( in TEST_F()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/deprecated/old_arch/osmozilla/
H A DnsIOsmozilla.h49 NS_IMETHOD SetURL(const char *url) = 0;
59 NS_IMETHOD SetURL(const char *type);
68 NS_IMETHOD SetURL(const char *url) { return _to SetURL(url); }
77 NS_IMETHOD SetURL(const char *url) { return !_to ? NS_ERROR_NULL_POINTER : _to->Update(url); } \
138 NS_IMETHODIMP nsOsmozilla::SetURL(const char *type)
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-dax/include/aws/dax/model/
H A DEndpoint.h119 inline void SetURL(const Aws::String& value) { m_uRLHasBeenSet = true; m_uRL = value; } in SetURL() function
125 inline void SetURL(Aws::String&& value) { m_uRLHasBeenSet = true; m_uRL = std::move(value); } in SetURL() function
131 inline void SetURL(const char* value) { m_uRLHasBeenSet = true; m_uRL.assign(value); } in SetURL() function
137 inline Endpoint& WithURL(const Aws::String& value) { SetURL(value); return *this;} in WithURL()
143 inline Endpoint& WithURL(Aws::String&& value) { SetURL(std::move(value)); return *this;} in WithURL()
149 inline Endpoint& WithURL(const char* value) { SetURL(value); return *this;} in WithURL()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/deprecated/old_arch/osmozilla/
H A DnsIOsmozilla.h49 NS_IMETHOD SetURL(const char *url) = 0;
59 NS_IMETHOD SetURL(const char *type);
68 NS_IMETHOD SetURL(const char *url) { return _to SetURL(url); }
77 NS_IMETHOD SetURL(const char *url) { return !_to ? NS_ERROR_NULL_POINTER : _to->Update(url); } \
138 NS_IMETHODIMP nsOsmozilla::SetURL(const char *type)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/search_engines/
H A Dtemplate_url_unittest.cc96 data.SetURL(value.url); in TEST_F()
402 data.SetURL(value.url); in TEST_F()
1007 data.SetURL(parsed_url); in TEST_F()
1020 data.SetURL(parsed_url); in TEST_F()
1051 data.SetURL("{"); in TEST_F()
1063 data.SetURL("{}"); in TEST_F()
1074 data.SetURL("{}{{%s}}"); in TEST_F()
1088 data.SetURL("{%s"); in TEST_F()
1949 data.SetURL( in TEST_F()
1964 data.SetURL( in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Dnavigation_entry_impl_unittest.cc117 entry1_->SetURL(GURL("http://www.google.com")); in TEST_F()
124 entry1_->SetURL(GURL("http://www.xn--rgba6eo.com")); in TEST_F()
131 entry1_->SetURL(GURL("file:///foo/bar baz.txt")); in TEST_F()
135 entry1_->SetURL(GURL("file:///foo/%D8%A7%D8%A8 %D8%AC%D8%AF.txt")); in TEST_F()
143 entry1_->SetURL(GURL("file:///foo/bar baz.txt#foo/bar")); in TEST_F()
145 entry1_->SetURL(GURL("file:///foo/bar baz.txt?x=foo/bar")); in TEST_F()
148 entry1_->SetURL(GURL("file:///foo/bar baz.txt#baz/boo?x=foo/bar")); in TEST_F()
151 entry1_->SetURL(GURL("file:///foo/bar baz.txt?x=foo/bar#baz/boo")); in TEST_F()
154 entry1_->SetURL(GURL("file:///foo/bar baz.txt#foo/bar#baz/boo")); in TEST_F()
157 entry1_->SetURL(GURL("file:///foo/bar baz.txt?x=foo/bar?y=baz/boo")); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/frame_host/
H A Dnavigation_entry_impl_unittest.cc115 entry1_->SetURL(GURL("http://www.google.com")); in TEST_F()
122 entry1_->SetURL(GURL("http://www.xn--rgba6eo.com")); in TEST_F()
129 entry1_->SetURL(GURL("file:///foo/bar baz.txt")); in TEST_F()
133 entry1_->SetURL(GURL("file:///foo/%D8%A7%D8%A8 %D8%AC%D8%AF.txt")); in TEST_F()
141 entry1_->SetURL(GURL("file:///foo/bar baz.txt#foo/bar")); in TEST_F()
143 entry1_->SetURL(GURL("file:///foo/bar baz.txt?x=foo/bar")); in TEST_F()
146 entry1_->SetURL(GURL("file:///foo/bar baz.txt#baz/boo?x=foo/bar")); in TEST_F()
149 entry1_->SetURL(GURL("file:///foo/bar baz.txt?x=foo/bar#baz/boo")); in TEST_F()
152 entry1_->SetURL(GURL("file:///foo/bar baz.txt#foo/bar#baz/boo")); in TEST_F()
155 entry1_->SetURL(GURL("file:///foo/bar baz.txt?x=foo/bar?y=baz/boo")); in TEST_F()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dhyperlink.cpp96 SetURL( url ); in Create()
109 SetURL(url.empty() ? label : url); in Create()
127 void wxHyperlinkCtrl::SetURL(const wxString &url) in SetURL() function in wxHyperlinkCtrl
131 wxGenericHyperlinkCtrl::SetURL( url ); in SetURL()
137 wxGenericHyperlinkCtrl::SetURL( url ); in SetURL()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dhyperlink.cpp96 SetURL( url ); in Create()
109 SetURL(url.empty() ? label : url); in Create()
127 void wxHyperlinkCtrl::SetURL(const wxString &url) in SetURL() function in wxHyperlinkCtrl
131 wxGenericHyperlinkCtrl::SetURL( url ); in SetURL()
137 wxGenericHyperlinkCtrl::SetURL( url ); in SetURL()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dhyperlink.cpp93 SetURL( url ); in Create()
106 SetURL(url.empty() ? label : url); in Create()
124 void wxHyperlinkCtrl::SetURL(const wxString &url) in SetURL() function in wxHyperlinkCtrl
128 wxGenericHyperlinkCtrl::SetURL( url ); in SetURL()
134 wxGenericHyperlinkCtrl::SetURL( url ); in SetURL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/engine/net/
H A Dhttp_bridge_unittest.cc164 bridge->SetURL(GURL("http://www.google.com:9999")); in RunSyncThreadBridgeUseTest()
180 http_bridge->SetURL(GURL("http://www.google.com:9999")); in TEST_F()
204 http_bridge->SetURL(test_server_.GetURL("/echo")); in TEST_F()
232 http_bridge->SetURL(test_server_.GetURL("/echoall")); in TEST_F()
262 http_bridge->SetURL(test_server_.GetURL("/echoall")); in TEST_F()
287 http_bridge->SetURL(test_server_.GetURL("/echoall")); in TEST_F()
310 http_bridge->SetURL(test_server_.GetURL(std::string("/echo?status=") + in TEST_F()
345 http_bridge->SetURL(GURL("http://anything:9999")); in TEST_F()
362 http_bridge->SetURL(GURL("http://www.google.com:9999")); in TEST_F()
379 http_bridge->SetURL(GURL("http://www.google.com:9999")); in TEST_F()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/xsltdialog/
H A Dxmlfiltertabpagexslt.cxx77 SetURL( *m_xEDExportXSLT, pInfo->maExportXSLT ); in SetInfo()
78 SetURL( *m_xEDImportXSLT, pInfo->maImportXSLT ); in SetInfo()
79 SetURL( *m_xEDImportTemplate, pInfo->maImportTemplate ); in SetInfo()
84 void XMLFilterTabPageXSLT::SetURL( SvtURLBox& rURLBox, const OUString& rURL ) in SetURL() function in XMLFilterTabPageXSLT
161 SetURL(*pURLBox, aURL); in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/xsltdialog/
H A Dxmlfiltertabpagexslt.cxx78 SetURL( *m_xEDExportXSLT, pInfo->maExportXSLT ); in SetInfo()
79 SetURL( *m_xEDImportXSLT, pInfo->maImportXSLT ); in SetInfo()
80 SetURL( *m_xEDImportTemplate, pInfo->maImportTemplate ); in SetInfo()
85 void XMLFilterTabPageXSLT::SetURL( URLBox& rURLBox, const OUString& rURL ) in SetURL() function in XMLFilterTabPageXSLT
162 SetURL(*pURLBox, aURL); in IMPL_LINK()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/android/toolbar/
H A Dlocation_bar_model_android_unittest.cc24 void SetURL(const GURL& url) { url_ = url; } in SetURL() function in __anon8b54c9540111::TestLocationBarModelAndroid
34 location_bar_model_android.SetURL(GURL(chrome::kChromeUINativeNewTabURL)); in TEST()
42 location_bar_model_android.SetURL(GURL(ntp_with_path_and_query)); in TEST()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-kendra/include/aws/kendra/model/
H A DJwtTokenTypeConfiguration.h86 inline void SetURL(const Aws::String& value) { m_uRLHasBeenSet = true; m_uRL = value; } in SetURL() function
91 inline void SetURL(Aws::String&& value) { m_uRLHasBeenSet = true; m_uRL = std::move(value); } in SetURL() function
96 inline void SetURL(const char* value) { m_uRLHasBeenSet = true; m_uRL.assign(value); } in SetURL() function
101 …inline JwtTokenTypeConfiguration& WithURL(const Aws::String& value) { SetURL(value); return *this;} in WithURL()
106 …inline JwtTokenTypeConfiguration& WithURL(Aws::String&& value) { SetURL(std::move(value)); return … in WithURL()
111 inline JwtTokenTypeConfiguration& WithURL(const char* value) { SetURL(value); return *this;} in WithURL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/side_swipe/
H A Dside_swipe_controller_unittest.mm122 item->SetURL(GURL(kChromeUINewTabURL));
128 item->SetURL(GURL("chrome://crash"));
134 item->SetURL(GURL("http://wwww.test.com"));
140 item->SetURL(GURL("chrome://foo"));
146 item->SetURL(GURL("chrome://version"));
155 item->SetURL(GURL("http://wwww.test.com"));
189 item->SetURL(GURL(kChromeUINewTabURL));
199 item->SetURL(GURL("http://wwww.test.test"));
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxcurl/src/
H A Dthread.cpp65 wxCurlThreadError wxCurlBaseThread::SetURL(const wxString &url) in SetURL() function in wxCurlBaseThread
67 return SetURL( url, std::shared_ptr<wxCurlBase>(nullptr)); in SetURL()
70 wxCurlThreadError wxCurlBaseThread::SetURL(const wxString &url, std::shared_ptr<wxCurlBase> pCurl ) in SetURL() function in wxCurlBaseThread
246 if ((ret=SetURL(url)) != wxCTE_NO_ERROR) in Download()
341 if ((ret=SetURL(url)) != wxCTE_NO_ERROR) in Upload()

12345678910>>...45