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.h 23 // PhantomWindowController is responsible for showing a phantom representation
26 class ASH_EXPORT PhantomWindowController {
28 explicit PhantomWindowController(aura::Window* window);
31 virtual ~PhantomWindowController();
55 DISALLOW_COPY_AND_ASSIGN(PhantomWindowController);
phantom_window_controller.cc 74 // PhantomWindowController ----------------------------------------------------
76 PhantomWindowController::PhantomWindowController(aura::Window* window)
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 97 milliseconds