PhantomWindowController  226 ash/frame/caption_buttons/alternate_frame_size_button.cc       phantom_window_controller_.reset(new PhantomWindowController(window));
PhantomWindowController   20 ash/frame/caption_buttons/alternate_frame_size_button.h class PhantomWindowController;
PhantomWindowController  111 ash/frame/caption_buttons/alternate_frame_size_button.h   scoped_ptr<PhantomWindowController> phantom_window_controller_;
PhantomWindowController  417 ash/frame/caption_buttons/frame_maximize_button.cc         new PhantomWindowController(frame_->GetNativeWindow()));
PhantomWindowController   25 ash/frame/caption_buttons/frame_maximize_button.h class PhantomWindowController;
PhantomWindowController  143 ash/frame/caption_buttons/frame_maximize_button.h   scoped_ptr<PhantomWindowController> phantom_window_;
PhantomWindowController  144 ash/wm/workspace/phantom_window_controller.cc PhantomWindowController::PhantomWindowController(aura::Window* window)
PhantomWindowController  149 ash/wm/workspace/phantom_window_controller.cc PhantomWindowController::~PhantomWindowController() {
PhantomWindowController  152 ash/wm/workspace/phantom_window_controller.cc void PhantomWindowController::Show(const gfx::Rect& bounds_in_screen) {
PhantomWindowController  159 ash/wm/workspace/phantom_window_controller.cc void PhantomWindowController::ShowAlternate(const gfx::Rect& bounds_in_screen) {
PhantomWindowController  186 ash/wm/workspace/phantom_window_controller.cc void PhantomWindowController::ShowLegacy(const gfx::Rect& bounds_in_screen) {
PhantomWindowController  239 ash/wm/workspace/phantom_window_controller.cc scoped_ptr<views::Widget> PhantomWindowController::CreatePhantomWidget(
PhantomWindowController   26 ash/wm/workspace/phantom_window_controller.h class ASH_EXPORT PhantomWindowController {
PhantomWindowController   28 ash/wm/workspace/phantom_window_controller.h   explicit PhantomWindowController(aura::Window* window);
PhantomWindowController   31 ash/wm/workspace/phantom_window_controller.h   virtual ~PhantomWindowController();
PhantomWindowController   80 ash/wm/workspace/phantom_window_controller.h   DISALLOW_COPY_AND_ASSIGN(PhantomWindowController);
PhantomWindowController   67 ash/wm/workspace/phantom_window_controller_unittest.cc     controller_.reset(new PhantomWindowController(window_));
PhantomWindowController   74 ash/wm/workspace/phantom_window_controller_unittest.cc   PhantomWindowController* controller() {
PhantomWindowController   94 ash/wm/workspace/phantom_window_controller_unittest.cc   scoped_ptr<PhantomWindowController> controller_;
PhantomWindowController  956 ash/wm/workspace/workspace_window_resizer.cc         new PhantomWindowController(GetTarget()));
PhantomWindowController   21 ash/wm/workspace/workspace_window_resizer.h class PhantomWindowController;
PhantomWindowController  183 ash/wm/workspace/workspace_window_resizer.h   scoped_ptr<PhantomWindowController> snap_phantom_window_controller_;
PhantomWindowController  168 ash/wm/workspace/workspace_window_resizer_unittest.cc   PhantomWindowController* snap_phantom_window_controller() const {