Home
last modified time | relevance | path

Searched refs:ScreenAsh (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ash/display/
Dscreen_ash.cc68 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()
[all …]
Dscreen_ash.h25 class ASH_EXPORT ScreenAsh : public gfx::Screen {
27 ScreenAsh();
28 virtual ~ScreenAsh();
95 DISALLOW_COPY_AND_ASSIGN(ScreenAsh);
Ddisplay_manager.h34 class ScreenAsh; variable
333 scoped_ptr<ScreenAsh> screen_ash_;
Ddisplay_manager.cc151 screen_ash_(new ScreenAsh), in DisplayManager()
/external/chromium_org/ash/shelf/
Dshelf_layout_manager.h43 class ScreenAsh; variable
226 friend class ash::ScreenAsh;
/external/chromium_org/chrome/browser/extensions/api/system_display/
Dsystem_display_apitest.cc30 class MockScreen : public ash::ScreenAsh {
/external/chromium_org/ash/
Dshell.h120 class ScreenAsh; variable