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

  /external/chromium_org/chrome/browser/ui/ash/launcher/
app_window_launcher_item_controller.h 36 class AppWindowLauncherItemController : public LauncherItemController,
39 AppWindowLauncherItemController(Type type,
44 virtual ~AppWindowLauncherItemController();
106 DISALLOW_COPY_AND_ASSIGN(AppWindowLauncherItemController);
app_window_launcher_item_controller.cc 77 AppWindowLauncherItemController::AppWindowLauncherItemController(
87 AppWindowLauncherItemController::~AppWindowLauncherItemController() {}
89 void AppWindowLauncherItemController::AddAppWindow(
98 void AppWindowLauncherItemController::RemoveAppWindowForWindow(
110 void AppWindowLauncherItemController::SetActiveWindow(aura::Window* window) {
117 bool AppWindowLauncherItemController::IsOpen() const {
121 bool AppWindowLauncherItemController::IsVisible() const {
132 void AppWindowLauncherItemController::Launch(ash::LaunchSource source
    [all...]

Completed in 52 milliseconds