ShelfID            84 ash/shelf/shelf.cc   ShelfID id = GetShelfIDForWindow(window);
ShelfID            29 ash/shelf/shelf_delegate.h   virtual ShelfID GetShelfIDForAppID(const std::string& app_id) = 0;
ShelfID            32 ash/shelf/shelf_delegate.h   virtual const std::string& GetAppIDForShelfID(ShelfID id) = 0;
ShelfID            28 ash/shelf/shelf_item_delegate_manager.cc     ShelfID id,
ShelfID            37 ash/shelf/shelf_item_delegate_manager.cc ShelfItemDelegate* ShelfItemDelegateManager::GetShelfItemDelegate(ShelfID id) {
ShelfID            49 ash/shelf/shelf_item_delegate_manager.cc void ShelfItemDelegateManager::ShelfItemRemoved(int index, ShelfID id) {
ShelfID            64 ash/shelf/shelf_item_delegate_manager.cc void ShelfItemDelegateManager::RemoveShelfItemDelegate(ShelfID id) {
ShelfID            35 ash/shelf/shelf_item_delegate_manager.h   void SetShelfItemDelegate(ShelfID id,
ShelfID            39 ash/shelf/shelf_item_delegate_manager.h   ShelfItemDelegate* GetShelfItemDelegate(ShelfID id);
ShelfID            43 ash/shelf/shelf_item_delegate_manager.h   virtual void ShelfItemRemoved(int index, ShelfID id) OVERRIDE;
ShelfID            55 ash/shelf/shelf_item_delegate_manager.h   void RemoveShelfItemDelegate(ShelfID id);
ShelfID            67 ash/shelf/shelf_item_types.h   ShelfID id;
ShelfID            90 ash/shelf/shelf_model.cc   ShelfID id = items_[index].id;
ShelfID           133 ash/shelf/shelf_model.cc int ShelfModel::ItemIndexByID(ShelfID id) const {
ShelfID            48 ash/shelf/shelf_model.h   int ItemIndexByID(ShelfID id) const;
ShelfID            65 ash/shelf/shelf_model.h   ShelfID next_id() const { return next_id_; }
ShelfID            68 ash/shelf/shelf_model.h   ShelfID reserve_external_id() { return next_id_++; }
ShelfID            72 ash/shelf/shelf_model.h   ShelfItems::const_iterator ItemByID(ShelfID id) const;
ShelfID            90 ash/shelf/shelf_model.h   ShelfID next_id_;
ShelfID            22 ash/shelf/shelf_model_observer.h   virtual void ShelfItemRemoved(int index, ShelfID id) = 0;
ShelfID            46 ash/shelf/shelf_model_unittest.cc   virtual void ShelfItemRemoved(int index, ShelfID id) OVERRIDE {
ShelfID           117 ash/shelf/shelf_model_unittest.cc   ShelfID original_id = model_->items()[index].id;
ShelfID           153 ash/shelf/shelf_model_unittest.cc   std::set<ShelfID> ids;
ShelfID           391 ash/shelf/shelf_model_unittest.cc   ShelfID id = model_->next_id();
ShelfID           401 ash/shelf/shelf_model_unittest.cc   ShelfID id2 = model_->next_id();
ShelfID           138 ash/shelf/shelf_unittest.cc   ShelfID first_item_id = shelf_model()->next_id();
ShelfID            10 ash/shelf/shelf_util.cc DECLARE_WINDOW_PROPERTY_TYPE(ash::ShelfID);
ShelfID            15 ash/shelf/shelf_util.cc DEFINE_LOCAL_WINDOW_PROPERTY_KEY(ShelfID, kShelfID, kInvalidShelfID);
ShelfID            23 ash/shelf/shelf_util.cc void SetShelfIDForWindow(ShelfID id, aura::Window* window) {
ShelfID            30 ash/shelf/shelf_util.cc ShelfID GetShelfIDForWindow(aura::Window* window) {
ShelfID            22 ash/shelf/shelf_util.h ASH_EXPORT void SetShelfIDForWindow(ShelfID id, aura::Window* window);
ShelfID            28 ash/shelf/shelf_util.h ASH_EXPORT ShelfID GetShelfIDForWindow(aura::Window* window);
ShelfID           481 ash/shelf/shelf_view.cc gfx::Rect ShelfView::GetIdealBoundsOfItemIcon(ShelfID id) {
ShelfID           497 ash/shelf/shelf_view.cc void ShelfView::UpdatePanelIconPosition(ShelfID id,
ShelfID          1581 ash/shelf/shelf_view.cc void ShelfView::ShelfItemRemoved(int model_index, ShelfID id) {
ShelfID          1878 ash/shelf/shelf_view.cc   base::AutoReset<ShelfID> reseter(
ShelfID            78 ash/shelf/shelf_view.h   gfx::Rect GetIdealBoundsOfItemIcon(ShelfID id);
ShelfID            81 ash/shelf/shelf_view.h   void UpdatePanelIconPosition(ShelfID id, const gfx::Point& midpoint);
ShelfID           265 ash/shelf/shelf_view.h   virtual void ShelfItemRemoved(int model_index, ShelfID id) OVERRIDE;
ShelfID           375 ash/shelf/shelf_view.h   ShelfID context_menu_id_;
ShelfID           409 ash/shelf/shelf_view.h   ShelfID drag_and_drop_shelf_id_;
ShelfID           214 ash/shelf/shelf_view_unittest.cc   virtual ShelfID GetShelfIDForAppID(const std::string& app_id) OVERRIDE {
ShelfID           215 ash/shelf/shelf_view_unittest.cc     ShelfID id = 0;
ShelfID           220 ash/shelf/shelf_view_unittest.cc   virtual const std::string& GetAppIDForShelfID(ShelfID id) OVERRIDE {
ShelfID           241 ash/shelf/shelf_view_unittest.cc     ShelfID id = 0;
ShelfID           292 ash/shelf/shelf_view_unittest.cc   void CreateAndSetShelfItemDelegateForID(ShelfID id) {
ShelfID           297 ash/shelf/shelf_view_unittest.cc   ShelfID AddBrowserShortcut() {
ShelfID           301 ash/shelf/shelf_view_unittest.cc     ShelfID id = model_->next_id();
ShelfID           308 ash/shelf/shelf_view_unittest.cc   ShelfID AddAppShortcut() {
ShelfID           313 ash/shelf/shelf_view_unittest.cc     ShelfID id = model_->next_id();
ShelfID           320 ash/shelf/shelf_view_unittest.cc   ShelfID AddPanel() {
ShelfID           321 ash/shelf/shelf_view_unittest.cc     ShelfID id = AddPanelNoWait();
ShelfID           326 ash/shelf/shelf_view_unittest.cc   ShelfID AddPlatformAppNoWait() {
ShelfID           331 ash/shelf/shelf_view_unittest.cc     ShelfID id = model_->next_id();
ShelfID           337 ash/shelf/shelf_view_unittest.cc   ShelfID AddPanelNoWait() {
ShelfID           342 ash/shelf/shelf_view_unittest.cc     ShelfID id = model_->next_id();
ShelfID           348 ash/shelf/shelf_view_unittest.cc   ShelfID AddPlatformApp() {
ShelfID           349 ash/shelf/shelf_view_unittest.cc     ShelfID id = AddPlatformAppNoWait();
ShelfID           354 ash/shelf/shelf_view_unittest.cc   void RemoveByID(ShelfID id) {
ShelfID           359 ash/shelf/shelf_view_unittest.cc   ShelfButton* GetButtonByID(ShelfID id) {
ShelfID           364 ash/shelf/shelf_view_unittest.cc   ShelfItem GetItemByID(ShelfID id) {
ShelfID           370 ash/shelf/shelf_view_unittest.cc       const std::vector<std::pair<ShelfID, views::View*> >& id_map) {
ShelfID           376 ash/shelf/shelf_view_unittest.cc       ShelfID id = item.id;
ShelfID           432 ash/shelf/shelf_view_unittest.cc       std::vector<std::pair<ShelfID, views::View*> >* id_map) {
ShelfID           442 ash/shelf/shelf_view_unittest.cc       ShelfID id = AddAppShortcut();
ShelfID           489 ash/shelf/shelf_view_unittest.cc     ShelfID drag_item_id = GetItemId(drag_item_index);
ShelfID           555 ash/shelf/shelf_view_unittest.cc   ShelfID GetItemId(int index) {
ShelfID           647 ash/shelf/shelf_view_unittest.cc   ShelfID id = AddPlatformApp();
ShelfID           704 ash/shelf/shelf_view_unittest.cc   ShelfID last_added = AddPlatformApp();
ShelfID           726 ash/shelf/shelf_view_unittest.cc   ShelfID browser_button_id = AddPlatformApp();
ShelfID           730 ash/shelf/shelf_view_unittest.cc   ShelfID last_added = AddAppShortcut();
ShelfID           751 ash/shelf/shelf_view_unittest.cc   ShelfID browser_button_id = AddPlatformApp();
ShelfID           755 ash/shelf/shelf_view_unittest.cc   ShelfID last_added = AddAppShortcut();
ShelfID           779 ash/shelf/shelf_view_unittest.cc   ShelfID first_added = AddPlatformApp();
ShelfID           782 ash/shelf/shelf_view_unittest.cc     ShelfID added = AddPlatformApp();
ShelfID           792 ash/shelf/shelf_view_unittest.cc   ShelfID panel = AddPanel();
ShelfID           807 ash/shelf/shelf_view_unittest.cc   ShelfID first_added = AddPlatformApp();
ShelfID           809 ash/shelf/shelf_view_unittest.cc   ShelfID last_visible = first_added;
ShelfID           811 ash/shelf/shelf_view_unittest.cc     ShelfID added = AddPlatformApp();
ShelfID           821 ash/shelf/shelf_view_unittest.cc   ShelfID panel = AddPanel();
ShelfID           837 ash/shelf/shelf_view_unittest.cc   ShelfID platform_app = AddPlatformApp();
ShelfID           838 ash/shelf/shelf_view_unittest.cc   ShelfID first_panel = AddPanel();
ShelfID           844 ash/shelf/shelf_view_unittest.cc   ShelfID last_panel = first_panel;
ShelfID           881 ash/shelf/shelf_view_unittest.cc   ShelfID first_added = AddPlatformApp();
ShelfID           882 ash/shelf/shelf_view_unittest.cc   ShelfID last_added = first_added;
ShelfID           911 ash/shelf/shelf_view_unittest.cc   ShelfID last_added = AddPlatformApp();
ShelfID           958 ash/shelf/shelf_view_unittest.cc   std::vector<std::pair<ShelfID, views::View*> > id_map;
ShelfID           997 ash/shelf/shelf_view_unittest.cc   ShelfID new_id = AddAppShortcut();
ShelfID          1018 ash/shelf/shelf_view_unittest.cc   std::vector<std::pair<ShelfID, views::View*> > id_map;
ShelfID          1057 ash/shelf/shelf_view_unittest.cc   ShelfID new_id = AddAppShortcut();
ShelfID          1079 ash/shelf/shelf_view_unittest.cc   std::vector<std::pair<ShelfID, views::View*> > id_map;
ShelfID          1124 ash/shelf/shelf_view_unittest.cc   std::vector<std::pair<ShelfID, views::View*> > id_map;
ShelfID          1149 ash/shelf/shelf_view_unittest.cc   ShelfID last_added = AddPlatformApp();
ShelfID          1169 ash/shelf/shelf_view_unittest.cc   ShelfID item1_id = AddPlatformApp();
ShelfID          1170 ash/shelf/shelf_view_unittest.cc   ShelfID item2_id = AddPlatformAppNoWait();
ShelfID          1200 ash/shelf/shelf_view_unittest.cc   ShelfID last_added = AddPlatformApp();
ShelfID          1231 ash/shelf/shelf_view_unittest.cc   ShelfID app_button_id = AddAppShortcut();
ShelfID          1232 ash/shelf/shelf_view_unittest.cc   ShelfID platform_button_id = AddPlatformApp();
ShelfID          1278 ash/shelf/shelf_view_unittest.cc   ShelfID app_button_id = AddAppShortcut();
ShelfID          1302 ash/shelf/shelf_view_unittest.cc   ShelfID app_button_id = AddAppShortcut();
ShelfID          1317 ash/shelf/shelf_view_unittest.cc   ShelfID app_button_id = AddAppShortcut();
ShelfID          1318 ash/shelf/shelf_view_unittest.cc   ShelfID platform_button_id = AddPlatformApp();
ShelfID           135 ash/shelf/shelf_window_watcher.cc   ShelfID id = model_->next_id();
ShelfID            40 ash/shelf/shelf_window_watcher_unittest.cc   ShelfID CreateShelfItem(aura::Window* window) {
ShelfID            41 ash/shelf/shelf_window_watcher_unittest.cc     ShelfID id = model_->next_id();
ShelfID            63 ash/shelf/shelf_window_watcher_unittest.cc   ShelfID id_w1 = CreateShelfItem(w1.get());
ShelfID            70 ash/shelf/shelf_window_watcher_unittest.cc   ShelfID id_w2 = CreateShelfItem(w2.get());
ShelfID            94 ash/shelf/shelf_window_watcher_unittest.cc   ShelfID id_w1 = CreateShelfItem(w1.get());
ShelfID           100 ash/shelf/shelf_window_watcher_unittest.cc   ShelfID id_w2 = CreateShelfItem(w2.get());
ShelfID           123 ash/shelf/shelf_window_watcher_unittest.cc   ShelfID id = CreateShelfItem(window.get());
ShelfID           149 ash/shelf/shelf_window_watcher_unittest.cc   ShelfID id = CreateShelfItem(window.get());
ShelfID           184 ash/shelf/shelf_window_watcher_unittest.cc   ShelfID id = CreateShelfItem(window.get());
ShelfID           220 ash/shelf/shelf_window_watcher_unittest.cc   ShelfID id = CreateShelfItem(window.get());
ShelfID           251 ash/shelf/shelf_window_watcher_unittest.cc   ShelfID id = CreateShelfItem(window.get());
ShelfID           559 ash/shell.cc       ShelfID app_list_id = shelf_model_->items()[app_list_index].id;
ShelfID            30 ash/shell/shelf_delegate_impl.cc ShelfID ShelfDelegateImpl::GetShelfIDForAppID(const std::string& app_id) {
ShelfID            34 ash/shell/shelf_delegate_impl.cc const std::string& ShelfDelegateImpl::GetAppIDForShelfID(ShelfID id) {
ShelfID            30 ash/shell/shelf_delegate_impl.h   virtual ShelfID GetShelfIDForAppID(const std::string& app_id) OVERRIDE;
ShelfID            31 ash/shell/shelf_delegate_impl.h   virtual const std::string& GetAppIDForShelfID(ShelfID id) OVERRIDE;
ShelfID            87 ash/shell/window_watcher.cc aura::Window* WindowWatcher::GetWindowByID(ash::ShelfID id) {
ShelfID           104 ash/shell/window_watcher.cc   ash::ShelfID id = model->next_id();
ShelfID            34 ash/shell/window_watcher.h   aura::Window* GetWindowByID(ash::ShelfID id);
ShelfID            15 ash/shell/window_watcher_shelf_item_delegate.cc     ShelfID id,
ShelfID            21 ash/shell/window_watcher_shelf_item_delegate.h   WindowWatcherShelfItemDelegate(ShelfID id, WindowWatcher* watcher);
ShelfID            34 ash/shell/window_watcher_shelf_item_delegate.h   ShelfID id_;
ShelfID            43 ash/test/test_shelf_delegate.cc   ShelfID id = model_->next_id();
ShelfID            57 ash/test/test_shelf_delegate.cc   ShelfID id = GetShelfIDForWindow(window);
ShelfID            85 ash/test/test_shelf_delegate.cc ShelfID TestShelfDelegate::GetShelfIDForAppID(const std::string& app_id) {
ShelfID            89 ash/test/test_shelf_delegate.cc const std::string& TestShelfDelegate::GetAppIDForShelfID(ShelfID id) {
ShelfID            42 ash/test/test_shelf_delegate.h   virtual ShelfID GetShelfIDForAppID(const std::string& app_id) OVERRIDE;
ShelfID            43 ash/test/test_shelf_delegate.h   virtual const std::string& GetAppIDForShelfID(ShelfID id) OVERRIDE;
ShelfID           144 ash/wm/panels/panel_window_resizer_unittest.cc       ShelfID id = GetShelfIDForWindow(*iter);
ShelfID           154 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc   ash::ShelfID shelf_id = 0;
ShelfID           205 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc     ash::ShelfID shelf_id = controller->shelf_id();
ShelfID           354 chrome/browser/ui/ash/launcher/browser_status_monitor.cc ash::ShelfID BrowserStatusMonitor::GetShelfIDForWebContents(
ShelfID           141 chrome/browser/ui/ash/launcher/browser_status_monitor.h   ash::ShelfID GetShelfIDForWebContents(content::WebContents* contents);
ShelfID           460 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc ash::ShelfID ChromeLauncherController::CreateAppLauncherItem(
ShelfID           476 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc void ChromeLauncherController::SetItemStatus(ash::ShelfID id,
ShelfID           490 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc     ash::ShelfID id,
ShelfID           501 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc void ChromeLauncherController::CloseLauncherItem(ash::ShelfID id) {
ShelfID           518 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc void ChromeLauncherController::Pin(ash::ShelfID id) {
ShelfID           538 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc void ChromeLauncherController::Unpin(ash::ShelfID id) {
ShelfID           552 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc bool ChromeLauncherController::IsPinned(ash::ShelfID id) {
ShelfID           560 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc void ChromeLauncherController::TogglePinned(ash::ShelfID id) {
ShelfID           570 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc bool ChromeLauncherController::IsPinnable(ash::ShelfID id) const {
ShelfID           584 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   ash::ShelfID id = GetShelfIDForAppID(app_id);
ShelfID           596 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   ash::ShelfID id = GetShelfIDForAppID(app_id);
ShelfID           605 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc void ChromeLauncherController::Launch(ash::ShelfID id, int event_flags) {
ShelfID           611 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc void ChromeLauncherController::Close(ash::ShelfID id) {
ShelfID           617 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc bool ChromeLauncherController::IsOpen(ash::ShelfID id) {
ShelfID           623 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc bool ChromeLauncherController::IsPlatformApp(ash::ShelfID id) {
ShelfID           679 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   ash::ShelfID id = GetShelfIDForAppID(app_id);
ShelfID           697 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc     ash::ShelfID id) {
ShelfID           711 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc ash::ShelfID ChromeLauncherController::GetShelfIDForAppID(
ShelfID           725 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc     ash::ShelfID id) {
ShelfID           758 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc     ash::ShelfID shelf_id,
ShelfID           802 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc     ash::ShelfID id,
ShelfID           853 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc         ash::ShelfID id = model_->items()[i].id;
ShelfID           937 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc       ash::ShelfID id = GetShelfIDForAppID(last_app_id);
ShelfID           952 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   ash::ShelfID id = GetShelfIDForAppID(app_id);
ShelfID           960 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc ash::ShelfID ChromeLauncherController::GetShelfIDForWebContents(
ShelfID           969 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   ash::ShelfID id = GetShelfIDForAppID(app_id);
ShelfID           979 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc void ChromeLauncherController::SetRefocusURLPatternForTest(ash::ShelfID id,
ShelfID          1062 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc void ChromeLauncherController::ShelfItemRemoved(int index, ash::ShelfID id) {
ShelfID          1231 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   ash::ShelfID id = GetShelfIDForAppID(app_id);
ShelfID          1245 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   ash::ShelfID id = GetShelfIDForAppID(app_id);
ShelfID          1268 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   ash::ShelfID id = GetShelfIDForAppID(kGmailAppId);
ShelfID          1312 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc ash::ShelfID ChromeLauncherController::CreateAppShortcutLauncherItem(
ShelfID          1330 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc     ash::ShelfID id) {
ShelfID          1361 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc     ash::ShelfID shelf_id = GetShelfIDForAppID(*app_id);
ShelfID          1375 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc ash::ShelfID ChromeLauncherController::CreateAppShortcutLauncherItemWithType(
ShelfID          1381 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   ash::ShelfID shelf_id = InsertAppLauncherItem(
ShelfID          1387 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc     const ash::ShelfID id) {
ShelfID          1402 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc void ChromeLauncherController::LauncherItemClosed(ash::ShelfID id) {
ShelfID          1420 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   ash::ShelfID shelf_id = GetShelfIDForAppID(app_id);
ShelfID          1433 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   ash::ShelfID shelf_id = GetShelfIDForAppID(app_id);
ShelfID          1439 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc                                                     ash::ShelfID shelf_id) {
ShelfID          1552 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc       ash::ShelfID shelf_id = GetShelfIDForAppID(*pref_app_id);
ShelfID          1597 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc       ash::ShelfID id = GetShelfIDForAppID(*pref_app_id);
ShelfID          1706 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc ash::ShelfID ChromeLauncherController::InsertAppLauncherItem(
ShelfID          1712 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   ash::ShelfID id = model_->next_id();
ShelfID          1737 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc bool ChromeLauncherController::HasItemController(ash::ShelfID id) const {
ShelfID          1762 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   ash::ShelfID id = CreateBrowserShortcutLauncherItem();
ShelfID          1768 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc ash::ShelfID ChromeLauncherController::CreateBrowserShortcutLauncherItem() {
ShelfID          1773 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   ash::ShelfID id = model_->next_id();
ShelfID          1963 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc     ash::ShelfID id,
ShelfID           151 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   ash::ShelfID CreateAppLauncherItem(LauncherItemController* controller,
ShelfID           157 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   void SetItemStatus(ash::ShelfID id, ash::ShelfItemStatus status);
ShelfID           161 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   void SetItemController(ash::ShelfID id, LauncherItemController* controller);
ShelfID           164 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   void CloseLauncherItem(ash::ShelfID id);
ShelfID           167 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   void Pin(ash::ShelfID id);
ShelfID           170 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   void Unpin(ash::ShelfID id);
ShelfID           173 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   bool IsPinned(ash::ShelfID id);
ShelfID           176 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   void TogglePinned(ash::ShelfID id);
ShelfID           180 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   bool IsPinnable(ash::ShelfID id) const;
ShelfID           194 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   void Launch(ash::ShelfID id, int event_flags);
ShelfID           197 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   void Close(ash::ShelfID id);
ShelfID           200 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   bool IsOpen(ash::ShelfID id);
ShelfID           203 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   bool IsPlatformApp(ash::ShelfID id);
ShelfID           219 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   extensions::LaunchType GetLaunchType(ash::ShelfID id);
ShelfID           222 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   void SetLauncherItemImage(ash::ShelfID shelf_id, const gfx::ImageSkia& image);
ShelfID           229 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   void SetLaunchType(ash::ShelfID id, extensions::LaunchType launch_type);
ShelfID           272 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   ash::ShelfID GetShelfIDForWebContents(content::WebContents* contents);
ShelfID           275 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   void SetRefocusURLPatternForTest(ash::ShelfID id, const GURL& url);
ShelfID           289 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   virtual ash::ShelfID GetShelfIDForAppID(const std::string& app_id) OVERRIDE;
ShelfID           290 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   virtual const std::string& GetAppIDForShelfID(ash::ShelfID id) OVERRIDE;
ShelfID           298 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   virtual void ShelfItemRemoved(int index, ash::ShelfID id) OVERRIDE;
ShelfID           375 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   LauncherItemController* GetLauncherItemController(const ash::ShelfID id);
ShelfID           393 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   ash::ShelfID CreateAppShortcutLauncherItem(const std::string& app_id,
ShelfID           400 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   const std::string& GetAppIdFromShelfIdForTest(ash::ShelfID id);
ShelfID           423 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   ash::ShelfID CreateAppShortcutLauncherItemWithType(
ShelfID           429 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   void LauncherItemClosed(ash::ShelfID id);
ShelfID           438 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   int PinRunningAppInternal(int index, ash::ShelfID shelf_id);
ShelfID           469 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   ash::ShelfID InsertAppLauncherItem(LauncherItemController* controller,
ShelfID           475 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   bool HasItemController(ash::ShelfID id) const;
ShelfID           482 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   ash::ShelfID CreateBrowserShortcutLauncherItem();
ShelfID           521 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   void SetShelfItemDelegate(ash::ShelfID id,
ShelfID           129 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID CreateAppShortcutLauncherItem(const std::string& name) {
ShelfID           146 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   LauncherItemController* GetItemController(ash::ShelfID id) {
ShelfID           229 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID CreateShortcut(const char* name) {
ShelfID           241 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc     ash::ShelfID shortcut_id = controller_->CreateAppShortcutLauncherItem(
ShelfID           251 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   void RemoveShortcut(ash::ShelfID id) {
ShelfID           260 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID PinFakeApp(const std::string& name) {
ShelfID           368 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID shortcut_id = CreateAppShortcutLauncherItem(app_id);
ShelfID           399 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID id = item1.id;
ShelfID           404 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID foo_id = CreateAppShortcutLauncherItem("foo");
ShelfID           418 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID bar_id = CreateAppShortcutLauncherItem("bar");
ShelfID           437 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID shortcut_id = CreateAppShortcutLauncherItem(app_id);
ShelfID           446 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID foo_id = CreateAppShortcutLauncherItem("foo");
ShelfID           486 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID item_id = item1.id;
ShelfID           523 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID item_id1 = item1.id;
ShelfID           533 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID item_id2 = item2.id;
ShelfID           564 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID item_id1 = item1.id;
ShelfID           574 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID item_id2 = item2.id;
ShelfID           775 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID item_id1 = item1.id;
ShelfID           831 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID shortcut_id = CreateShortcut("app1");
ShelfID           851 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID shortcut_id = CreateShortcut("app1");
ShelfID           891 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID shortcut_id = CreateShortcut("app1");
ShelfID           943 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID shortcut1 = CreateShortcut("app1");
ShelfID           945 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID shortcut2 = CreateShortcut("app2");
ShelfID           997 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID shortcut_id = CreateShortcut("app1");
ShelfID          1023 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID shortcut_id = CreateShortcut("app1");
ShelfID          1059 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID shortcut_id = CreateShortcut("app1");
ShelfID          1094 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID shortcut_id = CreateShortcut("app1");
ShelfID          1132 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID shortcut_id = CreateShortcut("app1");
ShelfID          1167 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID shortcut_id = CreateShortcut("app1");
ShelfID          1204 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID shortcut_id = CreateShortcut("app1");
ShelfID          1279 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID shortcut_id = CreateShortcut("app");
ShelfID          1336 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID app_id = item1.id;
ShelfID          1475 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID shortcut_id = CreateShortcut("app1");
ShelfID          1805 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID app_id = CreateShortcut("app2");
ShelfID          1937 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID browser_id = model_->items()[browser_index].id;
ShelfID          1940 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID app_id = CreateShortcut("app1");
ShelfID          1992 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   ash::ShelfID id = controller_->GetShelfIDForAppID(
ShelfID           106 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   virtual void ShelfItemRemoved(int index, ash::ShelfID id) OVERRIDE {
ShelfID           364 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc     ash::ShelfID id =
ShelfID          2281 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   ash::ShelfID gmail_id = model_->next_id();
ShelfID          2351 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   ash::ShelfID gmail_id = model_->next_id();
ShelfID          2528 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   ash::ShelfID gmail_id = model_->next_id();
ShelfID          2577 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   ash::ShelfID gmail_id = model_->next_id();
ShelfID          2629 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   ash::ShelfID shelf_id1 = launcher_controller_->CreateAppLauncherItem(
ShelfID          2656 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   ash::ShelfID shelf_id2 = launcher_controller_->CreateAppLauncherItem(
ShelfID          2683 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   ash::ShelfID gmail_id = model_->next_id();
ShelfID          2714 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   ash::ShelfID gmail_id = model_->next_id();
ShelfID          2807 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   ash::ShelfID id = launcher_controller_->GetShelfIDForAppID("1");
ShelfID            53 chrome/browser/ui/ash/launcher/launcher_context_menu.h   ash::ShelfID id() const { return item_.id; }
ShelfID            47 chrome/browser/ui/ash/launcher/launcher_item_controller.h   ash::ShelfID shelf_id() const { return shelf_id_; }
ShelfID            48 chrome/browser/ui/ash/launcher/launcher_item_controller.h   void set_shelf_id(ash::ShelfID id) { shelf_id_ = id; }
ShelfID            96 chrome/browser/ui/ash/launcher/launcher_item_controller.h   ash::ShelfID shelf_id_;