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

  /external/chromium_org/ash/shelf/
shelf_window_watcher_unittest.cc 65 int index_w1 = model_->ItemIndexByID(id_w1);
72 int index_w2 = model_->ItemIndexByID(id_w2);
95 int index_w1 = model_->ItemIndexByID(id_w1);
101 int index_w2 = model_->ItemIndexByID(id_w2);
125 int index = model_->ItemIndexByID(id);
136 EXPECT_EQ(index, model_->ItemIndexByID(id));
151 int index = model_->ItemIndexByID(id);
161 EXPECT_EQ(index, model_->ItemIndexByID(id));
170 EXPECT_EQ(index, model_->ItemIndexByID(id));
shelf_model.h 48 int ItemIndexByID(LauncherID id) const;
shelf_item_delegate_manager.cc 39 if (model_->ItemIndexByID(id) != -1) {
shelf_window_watcher.cc 100 model_->RemoveItemAt(model_->ItemIndexByID(GetLauncherIDForWindow(window)));
137 return model_->ItemIndexByID(GetLauncherIDForWindow(window));
shelf_model.cc 129 int ShelfModel::ItemIndexByID(LauncherID id) const {
shelf_view.cc 459 int index = model_->ItemIndexByID(id);
476 int current_index = model_->ItemIndexByID(id);
603 model_->ItemIndexByID(drag_and_drop_launcher_id_));
636 model_->ItemIndexByID(drag_and_drop_launcher_id_));
654 model_->ItemIndexByID(drag_and_drop_launcher_id_));
    [all...]
shelf_view_unittest.cc 245 int index = model_->ItemIndexByID(id);
356 model_->RemoveItemAt(model_->ItemIndexByID(id));
361 int index = model_->ItemIndexByID(id);
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc 411 EXPECT_LT(shelf_model()->ItemIndexByID(foo_id),
412 shelf_model()->ItemIndexByID(id));
425 EXPECT_LT(shelf_model()->ItemIndexByID(id),
426 shelf_model()->ItemIndexByID(bar_id));
453 EXPECT_LT(shelf_model()->ItemIndexByID(shortcut_id),
454 shelf_model()->ItemIndexByID(foo_id));
471 EXPECT_GT(shelf_model()->ItemIndexByID(shortcut_id),
472 shelf_model()->ItemIndexByID(foo_id));
586 ActivateLauncherItem(shelf_model()->ItemIndexByID(item_id1));
593 ActivateLauncherItem(shelf_model()->ItemIndexByID(item_id2))
    [all...]
chrome_launcher_controller.cc 418 int index = model_->ItemIndexByID(i->first);
488 int index = model_->ItemIndexByID(id);
531 int index = model_->ItemIndexByID(id);
554 UnpinRunningAppInternal(model_->ItemIndexByID(id));
563 int index = model_->ItemIndexByID(id);
581 int index = model_->ItemIndexByID(id);
756 int index = model_->ItemIndexByID(i->first);
775 int index = model_->ItemIndexByID(launcher_id);
801 int index = model_->ItemIndexByID(GetLauncherIDForAppID(app_id));
    [all...]
chrome_launcher_controller_unittest.cc     [all...]
  /external/chromium_org/ash/test/
test_shelf_delegate.cc 60 int index = model_->ItemIndexByID(id);
  /external/chromium_org/ash/launcher/
launcher_unittest.cc 159 shelf_model()->RemoveItemAt(shelf_model()->ItemIndexByID(first_item_id));
  /external/chromium_org/ash/shell/
window_watcher.cc 133 int index = model->ItemIndexByID(i->first);
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 227 int index = model->ItemIndexByID(GetLauncherIDForWindow(window));

Completed in 738 milliseconds