Searched refs:window_registry_ (Results 1 – 2 of 2) sorted by relevance
40 AppWindowHandler() : window_registry_(NULL) {} in AppWindowHandler()44 DCHECK(!window_registry_); in Init()45 window_registry_ = ShellWindowRegistry::Get(profile); in Init()46 if (window_registry_) in Init()47 window_registry_->AddObserver(this); in Init()62 if (window_registry_->shell_windows().empty()) { in OnShellWindowRemoved()64 window_registry_->RemoveObserver(this); in OnShellWindowRemoved()68 apps::ShellWindowRegistry* window_registry_; member in chromeos::__anon91540dbe0111::AppWindowHandler
59 window_registry_(apps::ShellWindowRegistry::Get(controller->profile_)) { in AppWindowWatcher()60 window_registry_->AddObserver(this); in AppWindowWatcher()63 window_registry_->RemoveObserver(this); in ~AppWindowWatcher()79 apps::ShellWindowRegistry* window_registry_; member in chromeos::AppLaunchController::AppWindowWatcher