Home
last modified time | relevance | path

Searched refs:DefaultShellAppWindowController (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/apps/shell/browser/
Ddefault_shell_app_window_controller.cc15 DefaultShellAppWindowController::DefaultShellAppWindowController( in DefaultShellAppWindowController() function in apps::DefaultShellAppWindowController
21 DefaultShellAppWindowController::~DefaultShellAppWindowController() { in ~DefaultShellAppWindowController()
26 ShellAppWindow* DefaultShellAppWindowController::CreateAppWindow( in CreateAppWindow()
41 void DefaultShellAppWindowController::CloseAppWindows() { in CloseAppWindows()
Ddefault_shell_app_window_controller.h18 class DefaultShellAppWindowController : public ShellAppWindowController {
20 explicit DefaultShellAppWindowController(
22 virtual ~DefaultShellAppWindowController();
35 DISALLOW_COPY_AND_ASSIGN(DefaultShellAppWindowController);
Ddefault_shell_browser_main_delegate.cc47 desktop->SetAppWindowController(new DefaultShellAppWindowController(desktop)); in CreateDesktopController()