AppWindowLauncherController   38 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc AppWindowLauncherController::AppWindowLauncherController(
AppWindowLauncherController   55 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc AppWindowLauncherController::~AppWindowLauncherController() {
AppWindowLauncherController   71 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc void AppWindowLauncherController::AdditionalUserAddedToSession(
AppWindowLauncherController   87 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc void AppWindowLauncherController::OnAppWindowAdded(AppWindow* app_window) {
AppWindowLauncherController   93 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc void AppWindowLauncherController::OnAppWindowIconChanged(
AppWindowLauncherController  108 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc void AppWindowLauncherController::OnAppWindowRemoved(AppWindow* app_window) {
AppWindowLauncherController  116 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc void AppWindowLauncherController::OnWindowDestroying(aura::Window* window) {
AppWindowLauncherController  122 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc void AppWindowLauncherController::OnWindowActivated(aura::Window* new_active,
AppWindowLauncherController  139 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc void AppWindowLauncherController::RegisterApp(AppWindow* app_window) {
AppWindowLauncherController  190 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc void AppWindowLauncherController::UnregisterApp(aura::Window* window) {
AppWindowLauncherController  211 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc bool AppWindowLauncherController::IsRegisteredApp(aura::Window* window) {
AppWindowLauncherController  219 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc AppWindowLauncherController::ControllerForWindow(aura::Window* window) {
AppWindowLauncherController   36 chrome/browser/ui/ash/launcher/app_window_launcher_controller.h class AppWindowLauncherController
AppWindowLauncherController   41 chrome/browser/ui/ash/launcher/app_window_launcher_controller.h   explicit AppWindowLauncherController(ChromeLauncherController* owner);
AppWindowLauncherController   42 chrome/browser/ui/ash/launcher/app_window_launcher_controller.h   virtual ~AppWindowLauncherController();
AppWindowLauncherController   94 chrome/browser/ui/ash/launcher/app_window_launcher_controller.h   DISALLOW_COPY_AND_ASSIGN(AppWindowLauncherController);
AppWindowLauncherController  365 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc     app_window_controller_.reset(new AppWindowLauncherController(this));
AppWindowLauncherController  371 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   app_window_controller_.reset(new AppWindowLauncherController(this));
AppWindowLauncherController   46 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h class AppWindowLauncherController;
AppWindowLauncherController  386 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   AppWindowLauncherController* app_window_controller_for_test() {
AppWindowLauncherController  551 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   scoped_ptr<AppWindowLauncherController> app_window_controller_;
AppWindowLauncherController   26 chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc     : AppWindowLauncherController(owner) {}
AppWindowLauncherController   13 chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.h     : public AppWindowLauncherController {