ScreenAsh 148 ash/display/display_manager.cc screen_ash_(new ScreenAsh), ScreenAsh 34 ash/display/display_manager.h class ScreenAsh; ScreenAsh 332 ash/display/display_manager.h scoped_ptr<ScreenAsh> screen_ash_; ScreenAsh 68 ash/display/screen_ash.cc explicit ScreenForShutdown(ScreenAsh* screen_ash) ScreenAsh 126 ash/display/screen_ash.cc ScreenAsh::ScreenAsh() { ScreenAsh 129 ash/display/screen_ash.cc ScreenAsh::~ScreenAsh() { ScreenAsh 133 ash/display/screen_ash.cc gfx::Display ScreenAsh::FindDisplayContainingPoint(const gfx::Point& point) { ScreenAsh 138 ash/display/screen_ash.cc gfx::Rect ScreenAsh::GetMaximizedWindowBoundsInParent(aura::Window* window) { ScreenAsh 146 ash/display/screen_ash.cc gfx::Rect ScreenAsh::GetDisplayBoundsInParent(aura::Window* window) { ScreenAsh 153 ash/display/screen_ash.cc gfx::Rect ScreenAsh::GetDisplayWorkAreaBoundsInParent(aura::Window* window) { ScreenAsh 160 ash/display/screen_ash.cc gfx::Rect ScreenAsh::ConvertRectToScreen(aura::Window* window, ScreenAsh 169 ash/display/screen_ash.cc gfx::Rect ScreenAsh::ConvertRectFromScreen(aura::Window* window, ScreenAsh 178 ash/display/screen_ash.cc const gfx::Display& ScreenAsh::GetSecondaryDisplay() { ScreenAsh 187 ash/display/screen_ash.cc const gfx::Display& ScreenAsh::GetDisplayForId(int64 display_id) { ScreenAsh 191 ash/display/screen_ash.cc void ScreenAsh::NotifyBoundsChanged(const gfx::Display& display) { ScreenAsh 196 ash/display/screen_ash.cc void ScreenAsh::NotifyDisplayAdded(const gfx::Display& display) { ScreenAsh 200 ash/display/screen_ash.cc void ScreenAsh::NotifyDisplayRemoved(const gfx::Display& display) { ScreenAsh 205 ash/display/screen_ash.cc bool ScreenAsh::IsDIPEnabled() { ScreenAsh 209 ash/display/screen_ash.cc gfx::Point ScreenAsh::GetCursorScreenPoint() { ScreenAsh 213 ash/display/screen_ash.cc gfx::NativeWindow ScreenAsh::GetWindowUnderCursor() { ScreenAsh 217 ash/display/screen_ash.cc gfx::NativeWindow ScreenAsh::GetWindowAtScreenPoint(const gfx::Point& point) { ScreenAsh 221 ash/display/screen_ash.cc int ScreenAsh::GetNumDisplays() const { ScreenAsh 225 ash/display/screen_ash.cc std::vector<gfx::Display> ScreenAsh::GetAllDisplays() const { ScreenAsh 229 ash/display/screen_ash.cc gfx::Display ScreenAsh::GetDisplayNearestWindow(gfx::NativeView window) const { ScreenAsh 250 ash/display/screen_ash.cc gfx::Display ScreenAsh::GetDisplayNearestPoint(const gfx::Point& point) const { ScreenAsh 261 ash/display/screen_ash.cc gfx::Display ScreenAsh::GetDisplayMatching(const gfx::Rect& match_rect) const { ScreenAsh 270 ash/display/screen_ash.cc gfx::Display ScreenAsh::GetPrimaryDisplay() const { ScreenAsh 275 ash/display/screen_ash.cc void ScreenAsh::AddObserver(gfx::DisplayObserver* observer) { ScreenAsh 279 ash/display/screen_ash.cc void ScreenAsh::RemoveObserver(gfx::DisplayObserver* observer) { ScreenAsh 283 ash/display/screen_ash.cc gfx::Screen* ScreenAsh::CloneForShutdown() { ScreenAsh 24 ash/display/screen_ash.h class ASH_EXPORT ScreenAsh : public gfx::Screen { ScreenAsh 26 ash/display/screen_ash.h ScreenAsh(); ScreenAsh 27 ash/display/screen_ash.h virtual ~ScreenAsh(); ScreenAsh 94 ash/display/screen_ash.h DISALLOW_COPY_AND_ASSIGN(ScreenAsh); ScreenAsh 42 ash/shelf/shelf_layout_manager.h class ScreenAsh; ScreenAsh 229 ash/shelf/shelf_layout_manager.h friend class ash::ScreenAsh; ScreenAsh 122 ash/shell.h class ScreenAsh; ScreenAsh 30 chrome/browser/extensions/api/system_display/system_display_apitest.cc class MockScreen : public ash::ScreenAsh {