Home
last modified time | relevance | path

Searched defs:resolved_offsets (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Dscroll_timeline_util.cc106 const WTF::Vector<double>& resolved_offsets) { in ComputeProgress()
H A Dscroll_timeline.cc237 std::vector<double> resolved_offsets; in GetResolvedScrollOffsets() local
336 WTF::Vector<double> resolved_offsets; in ComputeTimelineState() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/animation/
H A Dscroll_timeline.h125 double ComputeProgress(double current_offset, const T& resolved_offsets) { in ComputeProgress()