Home
last modified time | relevance | path

Searched refs:non_css_frames_vector (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Dcompositor_animations_test.cc1213 StringKeyframeVector non_css_frames_vector; in TEST_P() local
1214 non_css_frames_vector.push_back(CreateSVGKeyframe(fake_name, "cargo", 0.0)); in TEST_P()
1215 non_css_frames_vector.push_back(CreateSVGKeyframe(fake_name, "cargo", 1.0)); in TEST_P()
1217 MakeGarbageCollected<StringKeyframeEffectModel>(non_css_frames_vector); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Dcompositor_animations_test.cc1330 StringKeyframeVector non_css_frames_vector; in TEST_P() local
1331 non_css_frames_vector.push_back(CreateSVGKeyframe(fake_name, "cargo", 0.0)); in TEST_P()
1332 non_css_frames_vector.push_back(CreateSVGKeyframe(fake_name, "cargo", 1.0)); in TEST_P()
1334 MakeGarbageCollected<StringKeyframeEffectModel>(non_css_frames_vector); in TEST_P()