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

/external/chromium_org/ash/wm/workspace/
H A Dphantom_window_controller.h23 // PhantomWindowController is responsible for showing a phantom representation
26 class ASH_EXPORT PhantomWindowController { class in namespace:ash
28 explicit PhantomWindowController(aura::Window* window);
31 virtual ~PhantomWindowController();
55 DISALLOW_COPY_AND_ASSIGN(PhantomWindowController);
H A Dphantom_window_controller.cc74 // PhantomWindowController ----------------------------------------------------
76 PhantomWindowController::PhantomWindowController(aura::Window* window) function in class:ash::PhantomWindowController
80 PhantomWindowController::~PhantomWindowController() {
83 void PhantomWindowController::Show(const gfx::Rect& bounds_in_screen) {
106 scoped_ptr<views::Widget> PhantomWindowController::CreatePhantomWidget(
112 // PhantomWindowController is used by FrameMaximizeButton to highlight the

Completed in 98 milliseconds