Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/desks/
H A Droot_window_desk_switch_animator_test_api.cc45 animator_->on_ending_screenshot_taken_callback_for_testing_ = in SetOnEndingScreenshotTakenCallback()
H A Droot_window_desk_switch_animator.h391 base::OnceClosure on_ending_screenshot_taken_callback_for_testing_; variable
H A Droot_window_desk_switch_animator.cc476 if (on_ending_screenshot_taken_callback_for_testing_) in OnEndingDeskScreenshotTaken()
477 std::move(on_ending_screenshot_taken_callback_for_testing_).Run(); in OnEndingDeskScreenshotTaken()