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

  /external/chromium_org/ash/wm/workspace/
phantom_window_controller.cc 89 // PhantomWindowController ----------------------------------------------------
91 PhantomWindowController::PhantomWindowController(aura::Window* window)
97 PhantomWindowController::~PhantomWindowController() {
101 void PhantomWindowController::Show(const gfx::Rect& bounds) {
120 void PhantomWindowController::Hide() {
126 bool PhantomWindowController::IsShowing() const {
130 void PhantomWindowController::AnimationProgressed(
136 void PhantomWindowController::CreatePhantomWidget(const gfx::Rect& bounds)
    [all...]
phantom_window_controller.h 30 // PhantomWindowController is responsible for showing a phantom representation
32 class ASH_EXPORT PhantomWindowController : public ui::AnimationDelegate {
34 explicit PhantomWindowController(aura::Window* window);
35 virtual ~PhantomWindowController();
87 DISALLOW_COPY_AND_ASSIGN(PhantomWindowController);

Completed in 160 milliseconds