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

  /external/chromium_org/chrome/browser/ui/ash/launcher/
shell_window_launcher_controller.cc 104 owner_->SetLauncherItemImage(controller->launcher_id(),
131 owner_->SetItemStatus(new_controller->launcher_id(), ash::STATUS_ACTIVE);
138 owner_->SetItemStatus(old_controller->launcher_id(), ash::STATUS_RUNNING);
155 ash::LauncherID launcher_id = 0; local
159 launcher_id = controller->launcher_id();
172 launcher_id = owner_->GetLauncherIDForAppID(app_id);
173 if (launcher_id == 0)
174 launcher_id = owner_->CreateAppLauncherItem(controller, app_id, status);
176 owner_->SetItemController(launcher_id, controller)
199 ash::LauncherID launcher_id = controller->launcher_id(); local
    [all...]
launcher_item_controller.h 47 ash::LauncherID launcher_id() const { return launcher_id_; } function in class:LauncherItemController
chrome_launcher_controller.cc 773 ash::LauncherID launcher_id,
775 int index = model_->ItemIndexByID(launcher_id);
1395 ash::LauncherID launcher_id = InsertAppLauncherItem( local
1447 ash::LauncherID launcher_id = GetLauncherIDForAppID(app_id); local
1567 ash::LauncherID launcher_id = GetLauncherIDForAppID(*pref_app_id); local
    [all...]
shell_window_launcher_item_controller.cc 228 *(launcher_controller()->model()->ItemByID(launcher_id()));
262 launcher_controller()->SetItemStatus(launcher_id(), status);
chrome_launcher_controller.h 223 void SetLauncherItemImage(ash::LauncherID launcher_id,
442 // Pin a running app with |launcher_id| internally to |index|. It returns
444 int PinRunningAppInternal(int index, ash::LauncherID launcher_id);
app_shortcut_launcher_item_controller.cc 211 *(launcher_controller()->model()->ItemByID(launcher_id()));
browser_shortcut_launcher_item_controller.cc 228 *(launcher_controller()->model()->ItemByID(launcher_id()));

Completed in 55 milliseconds