Home
last modified time | relevance | path

Searched refs:SendBeacon (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/loader/
H A Dping_loader.h81 static bool SendBeacon(const ScriptState&,
85 static bool SendBeacon(const ScriptState&,
89 static bool SendBeacon(const ScriptState&,
93 static bool SendBeacon(const ScriptState&,
97 static bool SendBeacon(const ScriptState&, LocalFrame*, const KURL&, Blob*);
98 static bool SendBeacon(const ScriptState&,
H A Dping_loader.cc319 bool PingLoader::SendBeacon(const ScriptState& state, in SendBeacon() function in blink::PingLoader
327 bool PingLoader::SendBeacon(const ScriptState& state, in SendBeacon() function in blink::PingLoader
335 bool PingLoader::SendBeacon(const ScriptState& state, in SendBeacon() function in blink::PingLoader
343 bool PingLoader::SendBeacon(const ScriptState& state, in SendBeacon() function in blink::PingLoader
351 bool PingLoader::SendBeacon(const ScriptState& state, in SendBeacon() function in blink::PingLoader
359 bool PingLoader::SendBeacon(const ScriptState& state, in SendBeacon() function in blink::PingLoader
H A Dping_loader_test.cc176 PingLoader::SendBeacon(*ToScriptStateForMainWorld(&GetFrame()), &GetFrame(), in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/beacon/
H A Dnavigator_beacon.cc100 allowed = PingLoader::SendBeacon(*script_state, frame, url, data_buffer); in SendBeaconImpl()
111 allowed = PingLoader::SendBeacon(*script_state, frame, url, data_view); in SendBeaconImpl()
114 allowed = PingLoader::SendBeacon(*script_state, frame, url, blob); in SendBeaconImpl()
116 allowed = PingLoader::SendBeacon(*script_state, frame, url, in SendBeaconImpl()
120 PingLoader::SendBeacon(*script_state, frame, url, data.GetAsFormData()); in SendBeaconImpl()
122 allowed = PingLoader::SendBeacon(*script_state, frame, url, in SendBeaconImpl()
129 allowed = PingLoader::SendBeacon(*script_state, frame, url, String()); in SendBeaconImpl()
H A Dnavigator_beacon.idl12 …[CallWith=ScriptState, MeasureAs=SendBeacon, RaisesException] boolean sendBeacon(USVString url, op…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/loader/
H A Dping_loader.h78 static bool SendBeacon(LocalFrame*, const KURL&, const String&);
79 static bool SendBeacon(LocalFrame*, const KURL&, DOMArrayBufferView*);
80 static bool SendBeacon(LocalFrame*, const KURL&, Blob*);
81 static bool SendBeacon(LocalFrame*, const KURL&, FormData*);
H A Dping_loader.cc277 bool PingLoader::SendBeacon(LocalFrame* frame, in SendBeacon() function in blink::PingLoader
284 bool PingLoader::SendBeacon(LocalFrame* frame, in SendBeacon() function in blink::PingLoader
291 bool PingLoader::SendBeacon(LocalFrame* frame, in SendBeacon() function in blink::PingLoader
298 bool PingLoader::SendBeacon(LocalFrame* frame, in SendBeacon() function in blink::PingLoader
H A Dping_loader_test.cc170 PingLoader::SendBeacon(&GetFrame(), ping_url, "hello"); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/beacon/
H A Dnavigator_beacon.cc100 PingLoader::SendBeacon(GetSupplementable()->GetFrame(), url, data_view); in SendBeaconImpl()
117 PingLoader::SendBeacon(GetSupplementable()->GetFrame(), url, blob); in SendBeaconImpl()
119 allowed = PingLoader::SendBeacon(GetSupplementable()->GetFrame(), url, in SendBeaconImpl()
122 allowed = PingLoader::SendBeacon(GetSupplementable()->GetFrame(), url, in SendBeaconImpl()
130 PingLoader::SendBeacon(GetSupplementable()->GetFrame(), url, String()); in SendBeaconImpl()
H A Dnavigator_beacon.idl12 …[CallWith=ScriptState, MeasureAs=SendBeacon, RaisesException] boolean sendBeacon(USVString url, op…
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/mesh/model/
H A Dmesh-wifi-interface-mac.cc138 … m_beaconSendEvent = Simulator::Schedule (randomStart, &MeshWifiInterfaceMac::SendBeacon, this); in DoInitialize()
379 …SendEvent = Simulator::Schedule (GetTbtt () - Simulator::Now (), &MeshWifiInterfaceMac::SendBeacon, in ShiftTbtt()
386 …m_beaconSendEvent = Simulator::Schedule (GetBeaconInterval (), &MeshWifiInterfaceMac::SendBeacon, … in ScheduleNextBeacon()
389 MeshWifiInterfaceMac::SendBeacon () in SendBeacon() function in ns3::MeshWifiInterfaceMac
H A Dmesh-wifi-interface-mac.h220 void SendBeacon ();
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DNavigator.h179 bool SendBeacon(const nsAString& aUrl, const Nullable<fetch::BodyInit>& aData,
H A DNavigator.cpp954 bool Navigator::SendBeacon(const nsAString& aUrl, in SendBeacon() function in mozilla::dom::Navigator
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DNavigator.h216 bool SendBeacon(const nsAString& aUrl,
H A DNavigator.cpp1076 Navigator::SendBeacon(const nsAString& aUrl, in SendBeacon() function in mozilla::dom::Navigator
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DNavigator.h196 bool SendBeacon(const nsAString& aUrl, const Nullable<fetch::BodyInit>& aData,
H A DNavigator.cpp1100 bool Navigator::SendBeacon(const nsAString& aUrl, in SendBeacon() function in mozilla::dom::Navigator
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DNavigator.h196 bool SendBeacon(const nsAString& aUrl, const Nullable<fetch::BodyInit>& aData,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DNavigator.h193 bool SendBeacon(const nsAString& aUrl, const Nullable<fetch::BodyInit>& aData,
H A DNavigator.cpp1082 bool Navigator::SendBeacon(const nsAString& aUrl, in SendBeacon() function in mozilla::dom::Navigator
/dports/www/firefox/firefox-99.0/dom/base/
H A DNavigator.h198 bool SendBeacon(const nsAString& aUrl, const Nullable<fetch::BodyInit>& aData,
/dports/security/softether/v4.38-9760/src/Cedar/
H A DVirtual.h619 void SendBeacon(VH *v);
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DVirtual.h619 void SendBeacon(VH *v);
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DVirtual.h528 void SendBeacon(VH *v);

12