Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/overview/
H A Doverview_grid_unittest.cc297 FrameThrottlingController* frame_throttling_controller = in TEST_F() local
298 Shell::Get()->frame_throttling_controller(); in TEST_F()
299 uint8_t throttled_fps = frame_throttling_controller->throttled_fps(); in TEST_F()
300 frame_throttling_controller->AddObserver(&observer); in TEST_F()
309 frame_throttling_controller->StartThrottling(windows); in TEST_F()
335 frame_throttling_controller->RemoveObserver(&observer); in TEST_F()
340 FrameThrottlingController* frame_throttling_controller = in TEST_F() local
341 Shell::Get()->frame_throttling_controller(); in TEST_F()
343 frame_throttling_controller->AddObserver(&observer); in TEST_F()
352 frame_throttling_controller->StartThrottling(windows); in TEST_F()
[all …]
H A Doverview_controller_unittest.cc669 FrameThrottlingController* frame_throttling_controller = in TEST_F() local
670 Shell::Get()->frame_throttling_controller(); in TEST_F()
671 frame_throttling_controller->AddObserver(&observer); in TEST_F()
687 frame_throttling_controller->throttled_fps())); in TEST_F()
692 frame_throttling_controller->RemoveObserver(&observer); in TEST_F()
H A Doverview_controller.cc366 Shell::Get()->frame_throttling_controller()->EndThrottling(); in ToggleOverview()
379 Shell::Get()->frame_throttling_controller()->StartThrottling(windows); in ToggleOverview()
H A Doverview_grid.cc1940 Shell::Get()->frame_throttling_controller()->StartThrottling( in UpdateFrameThrottling()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/exo/
H A Dwm_helper_chromeos_unittest.cc24 ash::Shell::Get()->frame_throttling_controller(); in TEST_F()
H A Dwm_helper_chromeos.cc66 ash::Shell::Get()->frame_throttling_controller()->AddArcObserver( in AddFrameThrottlingObserver()
71 ash::Shell::Get()->frame_throttling_controller()->RemoveArcObserver( in RemoveFrameThrottlingObserver()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/
H A Dwindow_cycle_controller_unittest.cc1275 FrameThrottlingController* frame_throttling_controller = in TEST_F() local
1276 Shell::Get()->frame_throttling_controller(); in TEST_F()
1277 uint8_t throttled_fps = frame_throttling_controller->throttled_fps(); in TEST_F()
1278 frame_throttling_controller->AddObserver(&observer); in TEST_F()
1306 frame_throttling_controller->RemoveObserver(&observer); in TEST_F()
H A Dwindow_cycle_list.cc571 Shell::Get()->frame_throttling_controller()->EndThrottling(); in ~WindowCycleList()
751 Shell::Get()->frame_throttling_controller()->StartThrottling(windows_); in InitWindowCycleView()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/
H A Dshell.h554 FrameThrottlingController* frame_throttling_controller() { in frame_throttling_controller() function
H A DBUILD.gn465 "frame_throttler/frame_throttling_controller.cc",
466 "frame_throttler/frame_throttling_controller.h",