Home
last modified time | relevance | path

Searched refs:active_url (Results 1 – 25 of 67) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/ipc/service/
H A Dcontext_url.cc15 void ContextUrl::SetActiveUrl(const gpu::ContextUrl& active_url) { in SetActiveUrl() argument
18 if (active_url.hash() == last_url_hash) in SetActiveUrl()
21 last_url_hash = active_url.hash(); in SetActiveUrl()
26 crash_key.Set(active_url.url().possibly_invalid_spec()); in SetActiveUrl()
H A Dgpu_channel_unittest.cc45 init_params.active_url = GURL(); in TEST_F()
74 init_params.active_url = GURL(); in TEST_F()
99 init_params.active_url = GURL(); in TEST_F()
126 init_params.active_url = GURL(); in TEST_F()
145 init_params.active_url = GURL(); in TEST_F()
171 init_params.active_url = GURL(); in TEST_F()
192 init_params.active_url = GURL(); in TEST_F()
217 init_params.active_url = GURL(); in TEST_F()
272 init_params.active_url = GURL(); in TEST_F()
301 init_params.active_url = GURL(); in TEST_F()
H A Dgpu_channel_manager_delegate.h35 virtual void DidCreateOffscreenContext(const GURL& active_url) = 0;
47 virtual void DidDestroyOffscreenContext(const GURL& active_url) = 0;
52 const GURL& active_url) = 0;
H A Dgpu_channel_test_common.cc35 void DidCreateOffscreenContext(const GURL& active_url) override {} in DidCreateOffscreenContext() argument
38 void DidDestroyOffscreenContext(const GURL& active_url) override {} in DidDestroyOffscreenContext() argument
41 const GURL& active_url) override {} in DidLoseContext() argument
H A Dcontext_url.h23 static void SetActiveUrl(const ContextUrl& active_url);
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/ipc/service/
H A Dcontext_url.cc15 void ContextUrl::SetActiveUrl(const gpu::ContextUrl& active_url) { in SetActiveUrl() argument
18 if (active_url.hash() == last_url_hash) in SetActiveUrl()
21 last_url_hash = active_url.hash(); in SetActiveUrl()
27 crash_key.Set(active_url.url().possibly_invalid_spec()); in SetActiveUrl()
H A Dgpu_channel_unittest.cc45 init_params.active_url = GURL(); in TEST_F()
74 init_params.active_url = GURL(); in TEST_F()
99 init_params.active_url = GURL(); in TEST_F()
126 init_params.active_url = GURL(); in TEST_F()
145 init_params.active_url = GURL(); in TEST_F()
171 init_params.active_url = GURL(); in TEST_F()
192 init_params.active_url = GURL(); in TEST_F()
217 init_params.active_url = GURL(); in TEST_F()
272 init_params.active_url = GURL(); in TEST_F()
301 init_params.active_url = GURL(); in TEST_F()
H A Dgpu_channel_manager_delegate.h35 virtual void DidCreateOffscreenContext(const GURL& active_url) = 0;
47 virtual void DidDestroyOffscreenContext(const GURL& active_url) = 0;
52 const GURL& active_url) = 0;
H A Dgpu_channel_test_common.cc37 void DidCreateOffscreenContext(const GURL& active_url) override {} in DidCreateOffscreenContext() argument
40 void DidDestroyOffscreenContext(const GURL& active_url) override {} in DidDestroyOffscreenContext() argument
43 const GURL& active_url) override {} in DidLoseContext() argument
H A Dcontext_url.h23 static void SetActiveUrl(const ContextUrl& active_url);
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Durl.c67 static list_node_t *active_url = NULL; variable
99 open_web_link(((URLDATA *)active_url->data)->text); in open_last_seen_url()
100 ((URLDATA *)active_url->data)->visited = 1; in open_last_seen_url()
121 active_url = newest_url = NULL; in destroy_url_list()
279 active_url = local_head; in find_all_url()
323 active_url = newest_url; in find_all_url()
474 if (local_head == active_url) in display_url_handler()
618 if (chosen_url == active_url) in delete_current_url()
619 active_url = prev; in delete_current_url()
620 if (active_url == NULL) in delete_current_url()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/device_sharing/
H A Ddevice_sharing_manager_impl.mm38 const GURL& active_url) {
42 if (active_url.is_empty()) {
47 [handoff_manager_ updateActiveURL:active_url];
H A Ddevice_sharing_manager.h26 virtual void UpdateActiveUrl(Browser* browser, const GURL& active_url) = 0;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dscoped_active_url.cc20 ScopedActiveURL::ScopedActiveURL(const GURL& active_url, in ScopedActiveURL() argument
22 GetContentClient()->SetActiveURL(active_url, top_origin.GetDebugString()); in ScopedActiveURL()
H A Dscoped_active_url.h29 ScopedActiveURL(const GURL& active_url, const url::Origin& top_origin);
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Dscoped_active_url.cc20 ScopedActiveURL::ScopedActiveURL(const GURL& active_url, in ScopedActiveURL() argument
22 GetContentClient()->SetActiveURL(active_url, top_origin.GetDebugString()); in ScopedActiveURL()
H A Dscoped_active_url.h29 ScopedActiveURL(const GURL& active_url, const url::Origin& top_origin);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/extensions/
H A Dsettings_api_bubble_helpers.cc124 GURL active_url = entry->GetURL(); in MaybeShowExtensionControlledNewTabPage() local
125 if (!active_url.SchemeIs(extensions::kExtensionScheme)) in MaybeShowExtensionControlledNewTabPage()
132 if (ntp_url != active_url) in MaybeShowExtensionControlledNewTabPage()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/
H A DTorrentInfoView.java213 URL active_url = null; in initialize() local
217 active_url = announcer.getTrackerURL(); in initialize()
225 active_url = scrape.getURL(); in initialize()
229 if ( active_url == null ){ in initialize()
231 active_url = torrent.getAnnounceURL(); in initialize()
234 trackers = active_url.getHost() + (active_url.getPort()==-1?"":(":"+active_url.getPort())); in initialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display_embedder/
H A Dskia_output_surface_dependency_impl.cc161 const GURL& active_url) { in DidLoseContext() argument
164 gpu_service_impl_->DidLoseContext(/*offscreen=*/false, reason, active_url); in DidLoseContext()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display_embedder/
H A Dskia_output_surface_dependency_impl.cc157 const GURL& active_url) { in DidLoseContext() argument
160 gpu_service_impl_->DidLoseContext(/*offscreen=*/false, reason, active_url); in DidLoseContext()
/dports/net/libwebsockets/libwebsockets-v4.2.2/plugins/acme-client/
H A Dprotocol_lws_acme_client.c77 char active_url[100]; member
1065 strcpy(ac->active_url, ac->urls[JAD_NEW_ACCOUNT_URL]); in callback_acme_client()
1078 ac->active_url, in callback_acme_client()
1126 strcpy(ac->active_url, ac->urls[JAD_NEW_ORDER_URL]); in callback_acme_client()
1131 strcpy(ac->active_url, ac->authz_url); in callback_acme_client()
1140 strcpy(ac->active_url, ac->challenge_uri); in callback_acme_client()
1144 strcpy(ac->active_url, ac->order_url); in callback_acme_client()
1164 strcpy(ac->active_url, ac->finalize_url); in callback_acme_client()
1168 strcpy(ac->active_url, ac->cert_url); in callback_acme_client()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/host/
H A Dgpu_host_impl.cc480 const GURL& active_url) { in DidLoseContext() argument
483 active_url.possibly_invalid_spec()); in DidLoseContext()
485 if (active_url.is_empty()) { in DidLoseContext()
509 delegate_->BlockDomainFrom3DAPIs(active_url, guilt); in DidLoseContext()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/host/
H A Dgpu_host_impl.cc475 const GURL& active_url) { in DidLoseContext() argument
478 active_url.possibly_invalid_spec()); in DidLoseContext()
480 if (!offscreen || active_url.is_empty()) { in DidLoseContext()
513 delegate_->BlockDomainFrom3DAPIs(active_url, guilt); in DidLoseContext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/gl/
H A Dgpu_service_impl.h205 void DidCreateOffscreenContext(const GURL& active_url) override;
208 void DidDestroyOffscreenContext(const GURL& active_url) override;
211 const GURL& active_url) override;

123