Home
last modified time | relevance | path

Searched refs:HTMLPortalElement (Results 1 – 25 of 57) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/portal/
H A Dhtml_portal_element.cc51 HTMLPortalElement::HTMLPortalElement( in HTMLPortalElement() function in blink::HTMLPortalElement
71 HTMLPortalElement::~HTMLPortalElement() {} in ~HTMLPortalElement()
73 void HTMLPortalElement::Trace(Visitor* visitor) { in Trace()
78 void HTMLPortalElement::ConsumePortal() { in ConsumePortal()
85 void HTMLPortalElement::ExpireAdoptionLifetime() { in ExpireAdoptionLifetime()
114 bool HTMLPortalElement::CheckPortalsEnabledOrThrow( in CheckPortalsEnabledOrThrow()
129 HTMLPortalElement::GuestContentsEligibility
150 void HTMLPortalElement::Navigate() { in Navigate()
292 EventListener* HTMLPortalElement::onmessage() { in onmessage()
397 void HTMLPortalElement::ParseAttribute( in ParseAttribute()
[all …]
H A Dhtml_portal_element.h31 class CORE_EXPORT HTMLPortalElement : public HTMLFrameOwnerElement {
35 explicit HTMLPortalElement(
41 ~HTMLPortalElement() override;
141 struct DowncastTraits<HTMLPortalElement> {
H A Dportal_contents.h21 class HTMLPortalElement; variable
42 HTMLPortalElement& portal_element,
108 Member<HTMLPortalElement> portal_element_;
H A Dportal_activate_event.h27 class HTMLPortalElement; variable
74 HTMLPortalElement* adoptPredecessor(ExceptionState& exception_state);
82 Member<HTMLPortalElement> adopted_portal_;
H A Dportal_activate_event.cc122 HTMLPortalElement* PortalActivateEvent::adoptPredecessor( in adoptPredecessor()
133 adopted_portal_ = MakeGarbageCollected<HTMLPortalElement>( in adoptPredecessor()
H A Dportal_activate_event.idl12 [RaisesException, Measure] HTMLPortalElement adoptPredecessor();
H A Dhtml_portal_element_test.cc31 auto* portal = MakeGarbageCollected<HTMLPortalElement>(document); in TEST_F()
H A Dhtml_portal_element.idl8 interface HTMLPortalElement : HTMLElement {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/portal/
H A Dhtml_portal_element.cc56 HTMLPortalElement::HTMLPortalElement( in HTMLPortalElement() function in blink::HTMLPortalElement
80 HTMLPortalElement::~HTMLPortalElement() {} in ~HTMLPortalElement()
87 void HTMLPortalElement::ConsumePortal() { in ConsumePortal()
94 void HTMLPortalElement::ExpireAdoptionLifetime() { in ExpireAdoptionLifetime()
137 void HTMLPortalElement::ActivateDefault() { in ActivateDefault()
194 bool HTMLPortalElement::CheckPortalsEnabledOrThrow( in CheckPortalsEnabledOrThrow()
208 HTMLPortalElement::GuestContentsEligibility
236 void HTMLPortalElement::Navigate() { in Navigate()
371 EventListener* HTMLPortalElement::onmessage() { in onmessage()
494 void HTMLPortalElement::ParseAttribute( in ParseAttribute()
[all …]
H A Dhtml_portal_element.h33 class CORE_EXPORT HTMLPortalElement : public HTMLFrameOwnerElement {
40 explicit HTMLPortalElement(
46 ~HTMLPortalElement() override;
170 struct DowncastTraits<HTMLPortalElement> {
H A Dportal_contents.h22 class HTMLPortalElement; variable
41 HTMLPortalElement& portal_element,
105 Member<HTMLPortalElement> portal_element_;
H A Dportal_activate_event.h28 class HTMLPortalElement; variable
75 HTMLPortalElement* adoptPredecessor(ExceptionState& exception_state);
83 Member<HTMLPortalElement> adopted_portal_;
H A Dportal_activate_event.cc123 HTMLPortalElement* PortalActivateEvent::adoptPredecessor( in adoptPredecessor()
142 adopted_portal_ = MakeGarbageCollected<HTMLPortalElement>( in adoptPredecessor()
H A Dportal_activate_event.idl12 [RaisesException, Measure] HTMLPortalElement adoptPredecessor();
H A Dhtml_portal_element.idl8 interface HTMLPortalElement : HTMLElement {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/mojom/portal/
H A Dportal.mojom46 // The Portal interface is used by the HTMLPortalElement in the outer renderer
54 // |activation_time| represents the time where HTMLPortalElement.activate()
66 // portal to communicate with its host HTMLPortalElement in the outer renderer
70 // HTMLPortalElement.
74 // Dispatches the load event on the HTMLPortalElement when the portal finishes
83 // the portal's host HTMLPortalElement.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/mojom/portal/
H A Dportal.mojom41 // The Portal interface is used by the HTMLPortalElement in the outer renderer
59 // portal to communicate with its host HTMLPortalElement in the outer renderer
63 // HTMLPortalElement.
68 // Dispatches the load event on the HTMLPortalElement when the portal finishes
77 // the portal's host HTMLPortalElement. |targetOrigin| indicates which origin
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/interfaces/
H A Dportals.idl7 interface HTMLPortalElement : HTMLElement {
41 HTMLPortalElement adoptPredecessor();
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/interfaces/
H A Dportals.idl7 interface HTMLPortalElement : HTMLElement {
41 HTMLPortalElement adoptPredecessor();
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/interfaces/
H A Dportals.idl7 interface HTMLPortalElement : HTMLElement {
41 HTMLPortalElement adoptPredecessor();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/loader/
H A Dempty_clients.cc133 HTMLPortalElement*, in CreatePortal() argument
140 RemoteFrame* EmptyLocalFrameClient::AdoptPortal(HTMLPortalElement*) { in AdoptPortal() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/loader/
H A Dempty_clients.cc132 HTMLPortalElement*, in CreatePortal() argument
138 RemoteFrame* EmptyLocalFrameClient::AdoptPortal(HTMLPortalElement*) { in AdoptPortal() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dlocal_frame_client.h91 class HTMLPortalElement; variable
251 HTMLPortalElement*,
260 virtual RemoteFrame* AdoptPortal(HTMLPortalElement* portal) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dlocal_frame_client.h89 class HTMLPortalElement; variable
248 HTMLPortalElement*,
257 virtual RemoteFrame* AdoptPortal(HTMLPortalElement* portal) = 0;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/exported/
H A Dlocal_frame_client_impl.h178 HTMLPortalElement*,
181 RemoteFrame* AdoptPortal(HTMLPortalElement*) override;

123