HomeSort by relevance Sort by last modified time
    Searched defs:ScreenAsh (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/display/
screen_ash.h 25 class ASH_EXPORT ScreenAsh : public gfx::Screen {
27 ScreenAsh();
28 virtual ~ScreenAsh();
95 DISALLOW_COPY_AND_ASSIGN(ScreenAsh);
screen_ash.cc 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
    [all...]

Completed in 115 milliseconds