Lines Matching refs:ScreenAsh
68 explicit ScreenForShutdown(ScreenAsh* screen_ash) in ScreenForShutdown()
126 ScreenAsh::ScreenAsh() { in ScreenAsh() function in ash::ScreenAsh
129 ScreenAsh::~ScreenAsh() { in ~ScreenAsh()
133 gfx::Display ScreenAsh::FindDisplayContainingPoint(const gfx::Point& point) { in FindDisplayContainingPoint()
138 gfx::Rect ScreenAsh::GetMaximizedWindowBoundsInParent(aura::Window* window) { in GetMaximizedWindowBoundsInParent()
146 gfx::Rect ScreenAsh::GetDisplayBoundsInParent(aura::Window* window) { in GetDisplayBoundsInParent()
153 gfx::Rect ScreenAsh::GetDisplayWorkAreaBoundsInParent(aura::Window* window) { in GetDisplayWorkAreaBoundsInParent()
160 gfx::Rect ScreenAsh::ConvertRectToScreen(aura::Window* window, in ConvertRectToScreen()
169 gfx::Rect ScreenAsh::ConvertRectFromScreen(aura::Window* window, in ConvertRectFromScreen()
178 const gfx::Display& ScreenAsh::GetSecondaryDisplay() { in GetSecondaryDisplay()
187 const gfx::Display& ScreenAsh::GetDisplayForId(int64 display_id) { in GetDisplayForId()
191 void ScreenAsh::NotifyMetricsChanged(const gfx::Display& display, in NotifyMetricsChanged()
198 void ScreenAsh::NotifyDisplayAdded(const gfx::Display& display) { in NotifyDisplayAdded()
202 void ScreenAsh::NotifyDisplayRemoved(const gfx::Display& display) { in NotifyDisplayRemoved()
207 bool ScreenAsh::IsDIPEnabled() { in IsDIPEnabled()
211 gfx::Point ScreenAsh::GetCursorScreenPoint() { in GetCursorScreenPoint()
215 gfx::NativeWindow ScreenAsh::GetWindowUnderCursor() { in GetWindowUnderCursor()
219 gfx::NativeWindow ScreenAsh::GetWindowAtScreenPoint(const gfx::Point& point) { in GetWindowAtScreenPoint()
223 int ScreenAsh::GetNumDisplays() const { in GetNumDisplays()
227 std::vector<gfx::Display> ScreenAsh::GetAllDisplays() const { in GetAllDisplays()
231 gfx::Display ScreenAsh::GetDisplayNearestWindow(gfx::NativeView window) const { in GetDisplayNearestWindow()
252 gfx::Display ScreenAsh::GetDisplayNearestPoint(const gfx::Point& point) const { in GetDisplayNearestPoint()
263 gfx::Display ScreenAsh::GetDisplayMatching(const gfx::Rect& match_rect) const { in GetDisplayMatching()
272 gfx::Display ScreenAsh::GetPrimaryDisplay() const { in GetPrimaryDisplay()
277 void ScreenAsh::AddObserver(gfx::DisplayObserver* observer) { in AddObserver()
281 void ScreenAsh::RemoveObserver(gfx::DisplayObserver* observer) { in RemoveObserver()
285 gfx::Screen* ScreenAsh::CloneForShutdown() { in CloneForShutdown()