Searched refs:ScreenAsh (Results 1 – 7 of 7) sorted by relevance
68 explicit ScreenForShutdown(ScreenAsh* screen_ash) in ScreenForShutdown()126 ScreenAsh::ScreenAsh() { in ScreenAsh() function in ash::ScreenAsh129 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()[all …]
25 class ASH_EXPORT ScreenAsh : public gfx::Screen {27 ScreenAsh();28 virtual ~ScreenAsh();95 DISALLOW_COPY_AND_ASSIGN(ScreenAsh);
34 class ScreenAsh; variable333 scoped_ptr<ScreenAsh> screen_ash_;
151 screen_ash_(new ScreenAsh), in DisplayManager()
43 class ScreenAsh; variable226 friend class ash::ScreenAsh;
30 class MockScreen : public ash::ScreenAsh {
120 class ScreenAsh; variable