Lines Matching refs:LogicalDisplayId
40 const std::map<ui::LogicalDisplayId, std::vector<int32_t>>& getSpots();
44 ui::LogicalDisplayId getDisplayId() const override;
48 void setSkipScreenshotFlagForDisplay(ui::LogicalDisplayId displayId) override;
52 void assertViewportSet(ui::LogicalDisplayId displayId);
55 void assertSpotCount(ui::LogicalDisplayId displayId, int32_t count);
60 void assertIsSkipScreenshotFlagSet(ui::LogicalDisplayId displayId);
61 void assertIsSkipScreenshotFlagNotSet(ui::LogicalDisplayId displayId);
73 ui::LogicalDisplayId displayId) override;
80 std::optional<ui::LogicalDisplayId> mDisplayId;
85 std::map<ui::LogicalDisplayId, std::vector<int32_t>> mSpotsByDisplay;
86 std::unordered_set<ui::LogicalDisplayId> mDisplaysToSkipScreenshot;