Home
last modified time | relevance | path

Searched refs:AnimationEvent (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/events/
H A Danimation_event.cc33 AnimationEvent::AnimationEvent() = default;
35 AnimationEvent::AnimationEvent(const AtomicString& type, in AnimationEvent() function in blink::AnimationEvent
43 AnimationEvent::AnimationEvent(const AtomicString& type, in AnimationEvent() function in blink::AnimationEvent
52 AnimationEvent::~AnimationEvent() = default;
54 const String& AnimationEvent::animationName() const { in animationName()
58 double AnimationEvent::elapsedTime() const { in elapsedTime()
62 const String& AnimationEvent::pseudoElement() const { in pseudoElement()
66 const AtomicString& AnimationEvent::InterfaceName() const { in InterfaceName()
70 void AnimationEvent::Trace(Visitor* visitor) { in Trace()
H A Danimation_event.h36 class AnimationEvent final : public Event {
40 static AnimationEvent* Create() { in Create()
41 return (MakeGarbageCollected<AnimationEvent>()); in Create()
43 static AnimationEvent* Create(const AtomicString& type, in Create()
47 return MakeGarbageCollected<AnimationEvent>(type, animation_name, in Create()
50 static AnimationEvent* Create(const AtomicString& type, in Create()
52 return MakeGarbageCollected<AnimationEvent>(type, initializer); in Create()
55 AnimationEvent();
56 AnimationEvent(const AtomicString& type,
60 AnimationEvent(const AtomicString&, const AnimationEventInit*);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/events/
H A Danimation_event.cc33 AnimationEvent::AnimationEvent() = default;
35 AnimationEvent::AnimationEvent(const AtomicString& type, in AnimationEvent() function in blink::AnimationEvent
43 AnimationEvent::AnimationEvent(const AtomicString& type, in AnimationEvent() function in blink::AnimationEvent
52 AnimationEvent::~AnimationEvent() = default;
54 const String& AnimationEvent::animationName() const { in animationName()
58 double AnimationEvent::elapsedTime() const { in elapsedTime()
62 const String& AnimationEvent::pseudoElement() const { in pseudoElement()
66 const AtomicString& AnimationEvent::InterfaceName() const { in InterfaceName()
70 void AnimationEvent::Trace(Visitor* visitor) const { in Trace()
H A Danimation_event.h36 class AnimationEvent final : public Event {
40 static AnimationEvent* Create() { in Create()
41 return (MakeGarbageCollected<AnimationEvent>()); in Create()
43 static AnimationEvent* Create(const AtomicString& type, in Create()
47 return MakeGarbageCollected<AnimationEvent>(type, animation_name, in Create()
50 static AnimationEvent* Create(const AtomicString& type, in Create()
52 return MakeGarbageCollected<AnimationEvent>(type, initializer); in Create()
55 AnimationEvent();
56 AnimationEvent(const AtomicString& type,
60 AnimationEvent(const AtomicString&, const AnimationEventInit*);
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/events/
H A DAnimationEvent.cpp14 AnimationEvent::AnimationEvent(EventTarget* aOwner, in AnimationEvent() function in mozilla::dom::AnimationEvent
29 NS_INTERFACE_MAP_BEGIN(AnimationEvent)
33 NS_IMPL_ADDREF_INHERITED(AnimationEvent, Event) in NS_INTERFACE_MAP_ENTRY()
34 NS_IMPL_RELEASE_INHERITED(AnimationEvent, Event) in NS_INTERFACE_MAP_ENTRY()
37 already_AddRefed<AnimationEvent> in NS_INTERFACE_MAP_ENTRY()
44 RefPtr<AnimationEvent> e = new AnimationEvent(t, nullptr, nullptr); in NS_INTERFACE_MAP_ENTRY()
67 AnimationEvent::GetElapsedTime(float* aElapsedTime) in GetElapsedTime()
74 AnimationEvent::ElapsedTime() in ElapsedTime()
92 already_AddRefed<AnimationEvent>
97 RefPtr<AnimationEvent> it = in NS_NewDOMAnimationEvent()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/animation/
H A Danimation_events.cc9 AnimationEvent::AnimationEvent(AnimationEvent::Type type, in AnimationEvent() function in cc::AnimationEvent
22 AnimationEvent::AnimationEvent(int timeline_id, in AnimationEvent() function in cc::AnimationEvent
37 AnimationEvent::AnimationEvent(const AnimationEvent& other) { in AnimationEvent() function in cc::AnimationEvent
50 AnimationEvent& AnimationEvent::operator=(const AnimationEvent& other) { in operator =()
64 AnimationEvent::~AnimationEvent() = default;
74 bool AnimationEvent::ShouldDispatchToKeyframeEffectAndModel() const { in ShouldDispatchToKeyframeEffectAndModel()
H A Danimation_events.h17 struct CC_ANIMATION_EXPORT AnimationEvent { struct
27 AnimationEvent(Type type, argument
34 AnimationEvent(int timeline_id,
38 AnimationEvent(const AnimationEvent& other);
39 AnimationEvent& operator=(const AnimationEvent& other); argument
41 ~AnimationEvent();
75 std::vector<AnimationEvent> events_; argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/animation/
H A Danimation_events.cc9 AnimationEvent::AnimationEvent(AnimationEvent::Type type, in AnimationEvent() function in cc::AnimationEvent
22 AnimationEvent::AnimationEvent(int timeline_id, in AnimationEvent() function in cc::AnimationEvent
37 AnimationEvent::AnimationEvent(const AnimationEvent& other) { in AnimationEvent() function in cc::AnimationEvent
50 AnimationEvent& AnimationEvent::operator=(const AnimationEvent& other) { in operator =()
64 AnimationEvent::~AnimationEvent() = default;
74 bool AnimationEvent::ShouldDispatchToKeyframeEffectAndModel() const { in ShouldDispatchToKeyframeEffectAndModel()
H A Danimation_events.h17 struct CC_ANIMATION_EXPORT AnimationEvent { struct
27 AnimationEvent(Type type, argument
34 AnimationEvent(int timeline_id,
38 AnimationEvent(const AnimationEvent& other);
39 AnimationEvent& operator=(const AnimationEvent& other); argument
41 ~AnimationEvent();
75 std::vector<AnimationEvent> events_; argument
/dports/www/firefox-esr/firefox-91.8.0/dom/events/
H A DAnimationEvent.cpp13 AnimationEvent::AnimationEvent(EventTarget* aOwner, nsPresContext* aPresContext, in AnimationEvent() function in mozilla::dom::AnimationEvent
26 already_AddRefed<AnimationEvent> AnimationEvent::Constructor( in Constructor()
30 RefPtr<AnimationEvent> e = new AnimationEvent(t, nullptr, nullptr); in Constructor()
45 void AnimationEvent::GetAnimationName(nsAString& aAnimationName) { in GetAnimationName()
49 float AnimationEvent::ElapsedTime() { in ElapsedTime()
53 void AnimationEvent::GetPseudoElement(nsAString& aPseudoElement) { in GetPseudoElement()
62 already_AddRefed<AnimationEvent> NS_NewDOMAnimationEvent( in NS_NewDOMAnimationEvent()
65 RefPtr<AnimationEvent> it = new AnimationEvent(aOwner, aPresContext, aEvent); in NS_NewDOMAnimationEvent()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/
H A DAnimationEvent.cpp14 AnimationEvent::AnimationEvent(EventTarget* aOwner, nsPresContext* aPresContext, in AnimationEvent() function in mozilla::dom::AnimationEvent
27 already_AddRefed<AnimationEvent> AnimationEvent::Constructor( in Constructor()
31 RefPtr<AnimationEvent> e = new AnimationEvent(t, nullptr, nullptr); in Constructor()
46 void AnimationEvent::GetAnimationName(nsAString& aAnimationName) { in GetAnimationName()
50 float AnimationEvent::ElapsedTime() { in ElapsedTime()
54 void AnimationEvent::GetPseudoElement(nsAString& aPseudoElement) { in GetPseudoElement()
64 already_AddRefed<AnimationEvent> NS_NewDOMAnimationEvent( in NS_NewDOMAnimationEvent()
67 RefPtr<AnimationEvent> it = new AnimationEvent(aOwner, aPresContext, aEvent); in NS_NewDOMAnimationEvent()
/dports/www/firefox/firefox-99.0/dom/events/
H A DAnimationEvent.cpp13 AnimationEvent::AnimationEvent(EventTarget* aOwner, nsPresContext* aPresContext, in AnimationEvent() function in mozilla::dom::AnimationEvent
26 already_AddRefed<AnimationEvent> AnimationEvent::Constructor( in Constructor()
30 RefPtr<AnimationEvent> e = new AnimationEvent(t, nullptr, nullptr); in Constructor()
45 void AnimationEvent::GetAnimationName(nsAString& aAnimationName) { in GetAnimationName()
49 float AnimationEvent::ElapsedTime() { in ElapsedTime()
53 void AnimationEvent::GetPseudoElement(nsAString& aPseudoElement) { in GetPseudoElement()
62 already_AddRefed<AnimationEvent> NS_NewDOMAnimationEvent( in NS_NewDOMAnimationEvent()
65 RefPtr<AnimationEvent> it = new AnimationEvent(aOwner, aPresContext, aEvent); in NS_NewDOMAnimationEvent()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/
H A DAnimationEvent.cpp13 AnimationEvent::AnimationEvent(EventTarget* aOwner, nsPresContext* aPresContext, in AnimationEvent() function in mozilla::dom::AnimationEvent
26 already_AddRefed<AnimationEvent> AnimationEvent::Constructor( in Constructor()
30 RefPtr<AnimationEvent> e = new AnimationEvent(t, nullptr, nullptr); in Constructor()
45 void AnimationEvent::GetAnimationName(nsAString& aAnimationName) { in GetAnimationName()
49 float AnimationEvent::ElapsedTime() { in ElapsedTime()
53 void AnimationEvent::GetPseudoElement(nsAString& aPseudoElement) { in GetPseudoElement()
62 already_AddRefed<AnimationEvent> NS_NewDOMAnimationEvent( in NS_NewDOMAnimationEvent()
65 RefPtr<AnimationEvent> it = new AnimationEvent(aOwner, aPresContext, aEvent); in NS_NewDOMAnimationEvent()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/events/
H A DAnimationEvent.cpp14 AnimationEvent::AnimationEvent(EventTarget* aOwner, nsPresContext* aPresContext, in AnimationEvent() function in mozilla::dom::AnimationEvent
27 already_AddRefed<AnimationEvent> AnimationEvent::Constructor( in Constructor()
31 RefPtr<AnimationEvent> e = new AnimationEvent(t, nullptr, nullptr); in Constructor()
46 void AnimationEvent::GetAnimationName(nsAString& aAnimationName) { in GetAnimationName()
50 float AnimationEvent::ElapsedTime() { in ElapsedTime()
54 void AnimationEvent::GetPseudoElement(nsAString& aPseudoElement) { in GetPseudoElement()
64 already_AddRefed<AnimationEvent> NS_NewDOMAnimationEvent( in NS_NewDOMAnimationEvent()
67 RefPtr<AnimationEvent> it = new AnimationEvent(aOwner, aPresContext, aEvent); in NS_NewDOMAnimationEvent()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_AnimationEvent.rs6 …# [wasm_bindgen (extends = Event , extends = :: js_sys :: Object , js_name = AnimationEvent , type…
13 pub type AnimationEvent; typedef
20 pub fn animation_name(this: &AnimationEvent) -> String; in animation_name()
27 pub fn elapsed_time(this: &AnimationEvent) -> f32; in elapsed_time()
34 pub fn pseudo_element(this: &AnimationEvent) -> String; in pseudo_element()
41 pub fn new(type_: &str) -> Result<AnimationEvent, JsValue>; in new() argument
52 ) -> Result<AnimationEvent, JsValue>; in new_with_event_init_dict() argument
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_AnimationEvent.rs6 …# [wasm_bindgen (extends = Event , extends = :: js_sys :: Object , js_name = AnimationEvent , type…
13 pub type AnimationEvent; typedef
20 pub fn animation_name(this: &AnimationEvent) -> String; in animation_name()
27 pub fn elapsed_time(this: &AnimationEvent) -> f32; in elapsed_time()
34 pub fn pseudo_element(this: &AnimationEvent) -> String; in pseudo_element()
41 pub fn new(type_: &str) -> Result<AnimationEvent, JsValue>; in new() argument
52 ) -> Result<AnimationEvent, JsValue>; in new_with_event_init_dict() argument
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_AnimationEvent.rs6 …# [wasm_bindgen (extends = Event , extends = :: js_sys :: Object , js_name = AnimationEvent , type…
13 pub type AnimationEvent; typedef
20 pub fn animation_name(this: &AnimationEvent) -> String; in animation_name()
27 pub fn elapsed_time(this: &AnimationEvent) -> f32; in elapsed_time()
34 pub fn pseudo_element(this: &AnimationEvent) -> String; in pseudo_element()
41 pub fn new(type_: &str) -> Result<AnimationEvent, JsValue>; in new() argument
52 ) -> Result<AnimationEvent, JsValue>; in new_with_event_init_dict() argument
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_AnimationEvent.rs6 …# [wasm_bindgen (extends = Event , extends = :: js_sys :: Object , js_name = AnimationEvent , type…
13 pub type AnimationEvent; typedef
20 pub fn animation_name(this: &AnimationEvent) -> String; in animation_name()
27 pub fn elapsed_time(this: &AnimationEvent) -> f32; in elapsed_time()
34 pub fn pseudo_element(this: &AnimationEvent) -> String; in pseudo_element()
41 pub fn new(type_: &str) -> Result<AnimationEvent, JsValue>; in new() argument
52 ) -> Result<AnimationEvent, JsValue>; in new_with_event_init_dict() argument
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_AnimationEvent.rs6 …# [wasm_bindgen (extends = Event , extends = :: js_sys :: Object , js_name = AnimationEvent , type…
13 pub type AnimationEvent; typedef
20 pub fn animation_name(this: &AnimationEvent) -> String; in animation_name()
27 pub fn elapsed_time(this: &AnimationEvent) -> f32; in elapsed_time()
34 pub fn pseudo_element(this: &AnimationEvent) -> String; in pseudo_element()
41 pub fn new(type_: &str) -> Result<AnimationEvent, JsValue>; in new() argument
52 ) -> Result<AnimationEvent, JsValue>; in new_with_event_init_dict() argument
/dports/devel/sccache/sccache-0.2.15/cargo-crates/web-sys-0.3.46/src/features/
H A Dgen_AnimationEvent.rs6 …# [wasm_bindgen (extends = Event , extends = :: js_sys :: Object , js_name = AnimationEvent , type…
13 pub type AnimationEvent; typedef
20 pub fn animation_name(this: &AnimationEvent) -> String; in animation_name()
27 pub fn elapsed_time(this: &AnimationEvent) -> f32; in elapsed_time()
34 pub fn pseudo_element(this: &AnimationEvent) -> String; in pseudo_element()
41 pub fn new(type_: &str) -> Result<AnimationEvent, JsValue>; in new() argument
52 ) -> Result<AnimationEvent, JsValue>; in new_with_event_init_dict() argument
/dports/net/routinator/routinator-0.10.2/cargo-crates/web-sys-0.3.51/src/features/
H A Dgen_AnimationEvent.rs6 …# [wasm_bindgen (extends = Event , extends = :: js_sys :: Object , js_name = AnimationEvent , type…
13 pub type AnimationEvent; typedef
20 pub fn animation_name(this: &AnimationEvent) -> String; in animation_name()
27 pub fn elapsed_time(this: &AnimationEvent) -> f32; in elapsed_time()
34 pub fn pseudo_element(this: &AnimationEvent) -> String; in pseudo_element()
41 pub fn new(type_: &str) -> Result<AnimationEvent, JsValue>; in new() argument
52 ) -> Result<AnimationEvent, JsValue>; in new_with_event_init_dict() argument
/dports/games/genact/genact-0.10.0/cargo-crates/web-sys-0.3.44/src/features/
H A Dgen_AnimationEvent.rs6 …# [ wasm_bindgen ( extends = Event , extends = :: js_sys :: Object , js_name = AnimationEvent , ty…
13 pub type AnimationEvent; typedef
20 pub fn animation_name(this: &AnimationEvent) -> String; in animation_name()
27 pub fn elapsed_time(this: &AnimationEvent) -> f32; in elapsed_time()
34 pub fn pseudo_element(this: &AnimationEvent) -> String; in pseudo_element()
41 pub fn new(type_: &str) -> Result<AnimationEvent, JsValue>; in new() argument
52 ) -> Result<AnimationEvent, JsValue>; in new_with_event_init_dict() argument
/dports/lang/gleam/gleam-0.18.2/cargo-crates/web-sys-0.3.55/src/features/
H A Dgen_AnimationEvent.rs6 …# [wasm_bindgen (extends = Event , extends = :: js_sys :: Object , js_name = AnimationEvent , type…
13 pub type AnimationEvent; typedef
20 pub fn animation_name(this: &AnimationEvent) -> String; in animation_name()
27 pub fn elapsed_time(this: &AnimationEvent) -> f32; in elapsed_time()
34 pub fn pseudo_element(this: &AnimationEvent) -> String; in pseudo_element()
41 pub fn new(type_: &str) -> Result<AnimationEvent, JsValue>; in new() argument
52 ) -> Result<AnimationEvent, JsValue>; in new_with_event_init_dict() argument
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/web-sys-0.3.53/src/features/
H A Dgen_AnimationEvent.rs6 …# [wasm_bindgen (extends = Event , extends = :: js_sys :: Object , js_name = AnimationEvent , type…
13 pub type AnimationEvent; typedef
20 pub fn animation_name(this: &AnimationEvent) -> String; in animation_name()
27 pub fn elapsed_time(this: &AnimationEvent) -> f32; in elapsed_time()
34 pub fn pseudo_element(this: &AnimationEvent) -> String; in pseudo_element()
41 pub fn new(type_: &str) -> Result<AnimationEvent, JsValue>; in new() argument
52 ) -> Result<AnimationEvent, JsValue>; in new_with_event_init_dict() argument
/dports/net-im/fractal/fractal-4.4.0/vendor/web-sys/src/features/
H A Dgen_AnimationEvent.rs6 …# [ wasm_bindgen ( extends = Event , extends = :: js_sys :: Object , js_name = AnimationEvent , ty…
13 pub type AnimationEvent; typedef
20 pub fn animation_name(this: &AnimationEvent) -> String; in animation_name()
27 pub fn elapsed_time(this: &AnimationEvent) -> f32; in elapsed_time()
34 pub fn pseudo_element(this: &AnimationEvent) -> String; in pseudo_element()
41 pub fn new(type_: &str) -> Result<AnimationEvent, JsValue>; in new() argument
52 ) -> Result<AnimationEvent, JsValue>; in new_with_event_init_dict() argument

12345678910>>...15