Home
last modified time | relevance | path

Searched refs:WebURL (Results 1 – 25 of 669) sorted by relevance

12345678910>>...27

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/platform/
H A Dweb_url.h46 class WebURL {
48 ~WebURL() = default;
50 WebURL() : is_valid_(false) {} in WebURL() function
52 WebURL(const WebURL& url) = default;
54 WebURL& operator=(const WebURL& url) = default;
69 BLINK_PLATFORM_EXPORT WebURL(const KURL&);
70 BLINK_PLATFORM_EXPORT WebURL& operator=(const KURL&);
73 WebURL(const GURL& url) in WebURL() function
78 WebURL& operator=(const GURL& url) {
96 inline bool operator==(const WebURL& a, const WebURL& b) {
[all …]
H A Dweb_content_settings_client.h17 class WebURL; variable
40 virtual bool AllowImage(bool enabled_per_settings, const WebURL& image_url) { in AllowImage()
61 const WebURL& script_url) { in AllowScriptFromSource()
67 virtual void GetAllowedClientHintsFromSource(const blink::WebURL& url, in GetAllowedClientHintsFromSource()
72 const WebURL&) { in AllowRunningInsecureContent() argument
105 virtual void PassiveInsecureContentFound(const WebURL&) {} in PassiveInsecureContentFound() argument
120 const blink::WebURL& url) {} in PersistClientHints()
H A Dweb_url_error.h57 BLINK_PLATFORM_EXPORT WebURLError(int reason, const WebURL&);
64 const WebURL&);
69 const WebURL&);
72 const WebURL&);
81 const WebURL& url() const { return url_; } in url()
109 WebURL url_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/platform/
H A Dweb_url.h46 class WebURL {
48 ~WebURL() = default;
50 WebURL() : is_valid_(false) {} in WebURL() function
52 WebURL(const WebURL& url) = default;
54 WebURL& operator=(const WebURL& url) = default;
69 BLINK_PLATFORM_EXPORT WebURL(const KURL&);
70 BLINK_PLATFORM_EXPORT WebURL& operator=(const KURL&);
73 WebURL(const GURL& url) in WebURL() function
78 WebURL& operator=(const GURL& url) {
96 inline bool operator==(const WebURL& a, const WebURL& b) {
[all …]
H A Dweb_url_error.h57 BLINK_PLATFORM_EXPORT WebURLError(int reason, const WebURL&);
64 const WebURL&);
69 const WebURL&);
72 const WebURL&);
82 const WebURL& url);
91 const WebURL& url() const { return url_; } in url()
123 WebURL url_;
H A Dweb_content_settings_client.h17 class WebURL; variable
49 virtual bool AllowImage(bool enabled_per_settings, const WebURL& image_url) { in AllowImage()
61 const WebURL& script_url) { in AllowScriptFromSource()
67 const WebURL&) { in AllowRunningInsecureContent() argument
95 virtual void PassiveInsecureContentFound(const WebURL&) {} in PassiveInsecureContentFound() argument
110 const blink::WebURL& url) {} in PersistClientHints()
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/xanzy/go-gitlab/
H A Dmerge_request_approvals_test.go123 WebURL: "http://localhost/jdoe",
131 WebURL: "http://localhost/group_member_1",
142 WebURL: "http://localhost/jdoe",
154 WebURL: "http://localhost/groups/group1",
167 WebURL: "http://localhost/jdoe",
261 WebURL: "http://localhost/jdoe",
269 WebURL: "http://localhost/group_member_1",
280 WebURL: "http://localhost/jdoe",
391 WebURL: "http://localhost/jdoe",
399 WebURL: "http://localhost/group_member_1",
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/web_test/renderer/
H A Dblink_test_helpers.cc27 using blink::WebURL;
50 WebURL RewriteAbsolutePathInCsswgTest(base::StringPiece utf8_url) { in RewriteAbsolutePathInCsswgTest()
53 return WebURL(); in RewriteAbsolutePathInCsswgTest()
55 return WebURL(); in RewriteAbsolutePathInCsswgTest()
60 return WebURL(); in RewriteAbsolutePathInCsswgTest()
66 return WebURL(net::FilePathToFileURL(new_path)); in RewriteAbsolutePathInCsswgTest()
118 return WebURL(GURL(utf8_url)); in RewriteWebTestsURL()
130 return WebURL(GURL(new_url)); in RewriteWebTestsURL()
136 return WebURL(GURL(utf8_url)); in RewriteWebTestsURL()
141 return WebURL(GURL(new_url)); in RewriteWebTestsURL()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/service_worker/
H A Dservice_worker_container_test.cc161 const WebURL& scope, in RegisterServiceWorker()
162 const WebURL& script_url, in RegisterServiceWorker()
172 bool ValidateScopeAndScriptURL(const WebURL& scope, in ValidateScopeAndScriptURL()
313 const WebURL& scope, in RegisterServiceWorker()
314 const WebURL& script_url, in RegisterServiceWorker()
329 const WebURL& document_url, in GetRegistration()
337 bool ValidateScopeAndScriptURL(const WebURL& scope, in ValidateScopeAndScriptURL()
353 WebURL register_scope_;
354 WebURL register_script_url_;
356 WebURL get_registration_url_;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/web/
H A Dweb_navigation_params.h182 const WebURL& base_url);
188 const WebURL& base_url,
215 WebURL url;
234 WebURL unreachable_url;
262 WebURL new_url;
338 const WebURL& outer_url,
340 const WebURL& inner_url,
345 WebURL outer_url;
347 WebURL inner_url;
364 WebURL web_bundle_physical_url;
[all …]
H A Dweb_document_loader.h50 class WebURL; variable
69 static bool WillLoadUrlAsEmpty(const WebURL&);
72 virtual WebURL OriginalUrl() const = 0;
79 virtual WebURL GetUrl() const = 0;
96 virtual WebURL UnreachableURL() const = 0;
104 virtual void RedirectChain(WebVector<WebURL>&) const = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/service_worker/
H A Dservice_worker_container_test.cc162 const WebURL& scope, in RegisterServiceWorker()
163 const WebURL& script_url, in RegisterServiceWorker()
173 bool ValidateScopeAndScriptURL(const WebURL& scope, in ValidateScopeAndScriptURL()
309 const WebURL& scope, in RegisterServiceWorker()
310 const WebURL& script_url, in RegisterServiceWorker()
325 const WebURL& document_url, in GetRegistration()
333 bool ValidateScopeAndScriptURL(const WebURL& scope, in ValidateScopeAndScriptURL()
349 WebURL register_scope_;
350 WebURL register_script_url_;
352 WebURL get_registration_url_;
[all …]
/dports/www/rt44/rt-4.4.5/t/api/
H A Dweb-config.t138 # WebURL
139 no_warnings_ok(WebURL => 'http://rt.example.com/');
141 no_warnings_ok(WebURL => 'http://example.com/rt/');
142 no_warnings_ok(WebURL => 'http://example.com/rt/ir/');
146 one_warning_like(WebURL => '', qr{You must set the WebURL config option});
148 @w = warnings_from(WebURL => 'rt.example.com');
153 one_warning_like(WebURL => 'http://rt.example.com', qr{The WebURL config option requires a trailing…
155 one_warning_like(WebURL => 'xtp://example.com/rt/', qr{The WebURL config option must contain a sche…
157 one_warning_like(WebURL => 'http://rt.example.com/rt', qr{The WebURL config option requires a trail…
159 one_warning_like(WebURL => 'http://rt.example.com/rt/ir', qr{The WebURL config option requires a tr…
[all …]
/dports/www/rt50/rt-5.0.2/t/api/
H A Dweb-config.t138 # WebURL
139 no_warnings_ok(WebURL => 'http://rt.example.com/');
141 no_warnings_ok(WebURL => 'http://example.com/rt/');
142 no_warnings_ok(WebURL => 'http://example.com/rt/ir/');
146 one_warning_like(WebURL => '', qr{You must set the WebURL config option});
148 @w = warnings_from(WebURL => 'rt.example.com');
153 one_warning_like(WebURL => 'http://rt.example.com', qr{The WebURL config option requires a trailing…
155 one_warning_like(WebURL => 'xtp://example.com/rt/', qr{The WebURL config option must contain a sche…
157 one_warning_like(WebURL => 'http://rt.example.com/rt', qr{The WebURL config option requires a trail…
159 one_warning_like(WebURL => 'http://rt.example.com/rt/ir', qr{The WebURL config option requires a tr…
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/exported/
H A Dweb_url.cc38 bool WebURL::ProtocolIs(const char* protocol) const { in ProtocolIs()
46 WebURL::WebURL(const KURL& url) in WebURL() function in blink::WebURL
51 WebURL& WebURL::operator=(const KURL& url) { in operator =()
58 WebURL::operator KURL() const { in operator KURL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/exported/
H A Dweb_url.cc38 bool WebURL::ProtocolIs(const char* protocol) const { in ProtocolIs()
46 WebURL::WebURL(const KURL& url) in WebURL() function in blink::WebURL
51 WebURL& WebURL::operator=(const KURL& url) { in operator =()
58 WebURL::operator KURL() const { in operator KURL()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/platform/modules/service_worker/
H A Dweb_service_worker_provider.h43 class WebURL; variable
86 const WebURL& pattern, in RegisterServiceWorker()
87 const WebURL& script_url, in RegisterServiceWorker()
95 const WebURL& document_url, in GetRegistration()
107 virtual bool ValidateScopeAndScriptURL(const WebURL& scope, in ValidateScopeAndScriptURL()
108 const WebURL& script_url, in ValidateScopeAndScriptURL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/platform/modules/service_worker/
H A Dweb_service_worker_provider.h43 class WebURL; variable
86 const WebURL& pattern, in RegisterServiceWorker()
87 const WebURL& script_url, in RegisterServiceWorker()
95 const WebURL& document_url, in GetRegistration()
107 virtual bool ValidateScopeAndScriptURL(const WebURL& scope, in ValidateScopeAndScriptURL()
108 const WebURL& script_url, in ValidateScopeAndScriptURL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/web/
H A Dweb_navigation_params.h200 const WebURL& base_url);
225 WebURL url;
244 WebURL unreachable_url;
272 WebURL new_url;
351 const WebURL& outer_url,
353 const WebURL& inner_url,
359 WebURL outer_url;
361 WebURL inner_url;
379 WebURL web_bundle_physical_url;
384 WebURL web_bundle_claimed_url;
H A Dweb_document_loader.h50 class WebURL; variable
69 static bool WillLoadUrlAsEmpty(const WebURL&);
72 virtual WebURL OriginalUrl() const = 0;
79 virtual WebURL GetUrl() const = 0;
96 virtual WebURL UnreachableURL() const = 0;
104 virtual void RedirectChain(WebVector<WebURL>&) const = 0;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/testing/
H A Durl_test_helpers.h65 WebURL RegisterMockedURLLoadFromBase(
73 const WebURL& full_url,
79 void RegisterMockedURLUnregister(const WebURL&);
82 void RegisterMockedURLLoadWithCustomResponse(const WebURL& full_url,
87 void RegisterMockedErrorURLLoad(const WebURL& full_url);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/testing/
H A Durl_test_helpers.h65 WebURL RegisterMockedURLLoadFromBase(
73 const WebURL& full_url,
81 void RegisterMockedURLUnregister(const WebURL&);
84 void RegisterMockedURLLoadWithCustomResponse(const WebURL& full_url,
90 const WebURL& full_url,
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/renderer/
H A Ddom_activity_logger.h22 class WebURL; variable
48 const blink::WebURL& url,
52 const blink::WebURL& url,
57 const blink::WebURL& url,
62 const blink::WebURL& url,
67 const blink::WebURL& url,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/renderer/
H A Ddom_activity_logger.h22 class WebURL; variable
48 const blink::WebURL& url,
52 const blink::WebURL& url,
57 const blink::WebURL& url,
62 const blink::WebURL& url,
67 const blink::WebURL& url,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/renderer/
H A Dcontent_settings_agent_impl.h34 class WebURL; variable
84 const blink::WebURL& image_url) override;
90 const blink::WebURL& script_url) override;
98 const blink::WebURL& url) override;
100 void PassiveInsecureContentFound(const blink::WebURL&) override;
104 const blink::WebURL& url) override;
106 const blink::WebURL& url,
165 const blink::WebURL& document_url);

12345678910>>...27