Searched defs:ScreenAsh (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/display/
H A Dscreen_ash.h25 class ASH_EXPORT ScreenAsh : public gfx::Screen { class in namespace:ash
27 ScreenAsh();
28 virtual ~ScreenAsh();
95 DISALLOW_COPY_AND_ASSIGN(ScreenAsh);
H A Dscreen_ash.cc68 explicit ScreenForShutdown(ScreenAsh* screen_ash)
126 ScreenAsh::ScreenAsh() { function in class:ash::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
[all...]

Completed in 60 milliseconds