Lines Matching defs:ScreenAsh

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