HomeSort by relevance Sort by last modified time
    Searched refs:window_registry_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/app_mode/
app_session_lifetime.cc 42 AppWindowHandler() : window_registry_(NULL) {}
46 DCHECK(!window_registry_);
47 window_registry_ = AppWindowRegistry::Get(profile);
48 if (window_registry_)
49 window_registry_->AddObserver(this);
55 if (window_registry_->app_windows().empty()) {
68 window_registry_->RemoveObserver(this);
72 apps::AppWindowRegistry* window_registry_; member in class:chromeos::__anon7561::AppWindowHandler
  /external/chromium_org/chrome/browser/chromeos/login/
app_launch_controller.cc 65 window_registry_(apps::AppWindowRegistry::Get(controller->profile_)),
67 if (!window_registry_->GetAppWindowsForApp(app_id).empty()) {
74 window_registry_->AddObserver(this);
78 window_registry_->RemoveObserver(this);
85 window_registry_->RemoveObserver(this);
96 apps::AppWindowRegistry* window_registry_; member in class:chromeos::AppLaunchController::AppWindowWatcher

Completed in 121 milliseconds