Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/timing/
H A Dwindow_performance.cc352 bool should_queue_swap_promise = false; in RegisterEventTiming() local
357 should_queue_swap_promise = true; in RegisterEventTiming()
362 should_queue_swap_promise = frame_index_ > last_registered_frame_index_; in RegisterEventTiming()
364 if (should_queue_swap_promise) { in RegisterEventTiming()