Home
last modified time | relevance | path

Searched refs:bounds_in_screen_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/workspace/
Dphantom_window_controller.h38 const gfx::Rect& bounds_in_screen() const { return bounds_in_screen_; } in bounds_in_screen()
83 gfx::Rect bounds_in_screen_; variable
Dphantom_window_controller.cc104 if (bounds_in_screen == bounds_in_screen_) in Show()
106 bounds_in_screen_ = bounds_in_screen; in Show()
168 animation->CurrentValueBetween(start_bounds_, bounds_in_screen_); in AnimationProgressed()