Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/scheduler/
H A Dscheduler_state_machine.cc238 consecutive_checkerboard_animations_); in AsProtozeroInto()
950 consecutive_checkerboard_animations_ = 0; in DidDrawInternal()
957 consecutive_checkerboard_animations_++; in DidDrawInternal()
959 if (consecutive_checkerboard_animations_ >= in DidDrawInternal()
H A Dscheduler_state_machine.h427 int consecutive_checkerboard_animations_ = 0; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/scheduler/
H A Dscheduler_state_machine.cc239 consecutive_checkerboard_animations_); in AsProtozeroInto()
955 consecutive_checkerboard_animations_ = 0; in DidDrawInternal()
962 consecutive_checkerboard_animations_++; in DidDrawInternal()
964 if (consecutive_checkerboard_animations_ >= in DidDrawInternal()
H A Dscheduler_state_machine.h433 int consecutive_checkerboard_animations_ = 0; variable