Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/utility/
H A Dscreenshot_controller.cc138 ScreenshotLayer(ScreenshotController* controller, in ScreenshotLayer()
342 ScreenshotController* const controller_;
355 class ScreenshotController::MovableScreenshotLayer
615 class ScreenshotController::ScopedCursorSetter {
650 ScreenshotController::ScreenshotController( in ScreenshotController() function in ash::ScreenshotController
675 ScreenshotController::~ScreenshotController() { in ~ScreenshotController()
744 void ScreenshotController::CancelScreenshotSession() { in CancelScreenshotSession()
767 void ScreenshotController::CompleteWindowScreenshot() { in CompleteWindowScreenshot()
849 bool ScreenshotController::ShouldProcessEvent( in ShouldProcessEvent()
968 void ScreenshotController::OnDisplayRemoved( in OnDisplayRemoved()
[all …]
H A Dscreenshot_controller.h38 class ASH_EXPORT ScreenshotController : public ui::EventHandler,
42 explicit ScreenshotController(std::unique_ptr<ScreenshotDelegate> delegate);
43 ~ScreenshotController() override;
156 base::WeakPtrFactory<ScreenshotController> weak_factory_{this};
158 DISALLOW_COPY_AND_ASSIGN(ScreenshotController);
H A Dscreenshot_controller_unittest.cc37 ScreenshotController* screenshot_controller() { in screenshot_controller()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/
H A Dshell.h169 class ScreenshotController; variable
471 ScreenshotController* screenshot_controller() { in screenshot_controller()
756 std::unique_ptr<ScreenshotController> screenshot_controller_;
H A Dshell.cc1106 screenshot_controller_ = std::make_unique<ScreenshotController>( in Init()