Home
last modified time | relevance | path

Searched refs:target_property3 (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.cc983 const CSSProperty& target_property3(GetCSSPropertyWidth()); in TEST_P() local
984 PropertyHandle target_property3h(target_property3); in TEST_P()
986 CreateMockReplaceKeyframe(target_property3.PropertyID(), "10px", 0.0), in TEST_P()
987 CreateMockReplaceKeyframe(target_property3.PropertyID(), "20px", 1.0)); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Dcompositor_animations_test.cc1023 const CSSProperty& target_property3(GetCSSPropertyWidth()); in TEST_P() local
1024 PropertyHandle target_property3h(target_property3); in TEST_P()
1026 CreateMockReplaceKeyframe(target_property3.PropertyID(), "10px", 0.0), in TEST_P()
1027 CreateMockReplaceKeyframe(target_property3.PropertyID(), "20px", 1.0)); in TEST_P()