Searched refs:DefaultShellAppWindowController (Results 1 – 3 of 3) sorted by relevance
15 DefaultShellAppWindowController::DefaultShellAppWindowController( in DefaultShellAppWindowController() function in apps::DefaultShellAppWindowController21 DefaultShellAppWindowController::~DefaultShellAppWindowController() { in ~DefaultShellAppWindowController()26 ShellAppWindow* DefaultShellAppWindowController::CreateAppWindow( in CreateAppWindow()41 void DefaultShellAppWindowController::CloseAppWindows() { in CloseAppWindows()
18 class DefaultShellAppWindowController : public ShellAppWindowController {20 explicit DefaultShellAppWindowController(22 virtual ~DefaultShellAppWindowController();35 DISALLOW_COPY_AND_ASSIGN(DefaultShellAppWindowController);
47 desktop->SetAppWindowController(new DefaultShellAppWindowController(desktop)); in CreateDesktopController()