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 66 int index_w1 = model_->ItemIndexByID(id_w1);
73 int index_w2 = model_->ItemIndexByID(id_w2);
96 int index_w1 = model_->ItemIndexByID(id_w1);
102 int index_w2 = model_->ItemIndexByID(id_w2);
126 int index = model_->ItemIndexByID(id);
137 EXPECT_EQ(index, model_->ItemIndexByID(id));
152 int index = model_->ItemIndexByID(id);
162 EXPECT_EQ(index, model_->ItemIndexByID(id));
171 EXPECT_EQ(index, model_->ItemIndexByID(id));
187 int index = model_->ItemIndexByID(id)
    [all...]
shelf_model.h 48 int ItemIndexByID(ShelfID id) const;
shelf_item_delegate_manager.cc 38 if (model_->ItemIndexByID(id) != -1) {
shelf_unittest.cc 157 shelf_model()->RemoveItemAt(shelf_model()->ItemIndexByID(first_item_id));
shelf_window_watcher.cc 144 model_->RemoveItemAt(model_->ItemIndexByID(GetShelfIDForWindow(window)));
181 return model_->ItemIndexByID(GetShelfIDForWindow(window));
shelf_model.cc 113 int ShelfModel::ItemIndexByID(ShelfID id) const {
shelf_view.cc 452 int index = model_->ItemIndexByID(id);
476 int current_index = model_->ItemIndexByID(id);
607 model_->ItemIndexByID(drag_and_drop_shelf_id_));
640 model_->ItemIndexByID(drag_and_drop_shelf_id_));
658 model_->ItemIndexByID(drag_and_drop_shelf_id_));
    [all...]
shelf_view_unittest.cc 270 int index = model_->ItemIndexByID(id);
380 model_->RemoveItemAt(model_->ItemIndexByID(id));
385 int index = model_->ItemIndexByID(id);
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc 406 EXPECT_LT(shelf_model()->ItemIndexByID(foo_id),
407 shelf_model()->ItemIndexByID(id));
420 EXPECT_LT(shelf_model()->ItemIndexByID(id),
421 shelf_model()->ItemIndexByID(bar_id));
448 EXPECT_LT(shelf_model()->ItemIndexByID(shortcut_id),
449 shelf_model()->ItemIndexByID(foo_id));
466 EXPECT_GT(shelf_model()->ItemIndexByID(shortcut_id),
467 shelf_model()->ItemIndexByID(foo_id));
583 ActivateShelfItem(shelf_model()->ItemIndexByID(item_id1));
590 ActivateShelfItem(shelf_model()->ItemIndexByID(item_id2))
    [all...]
chrome_launcher_controller.cc 410 int index = model_->ItemIndexByID(i->first);
482 int index = model_->ItemIndexByID(id);
525 int index = model_->ItemIndexByID(id);
548 UnpinRunningAppInternal(model_->ItemIndexByID(id));
557 int index = model_->ItemIndexByID(id);
575 int index = model_->ItemIndexByID(id);
603 int index = model_->ItemIndexByID(id);
775 int index = model_->ItemIndexByID(i->first);
794 int index = model_->ItemIndexByID(shelf_id);
820 int index = model_->ItemIndexByID(GetShelfIDForAppID(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/shell/
window_watcher.cc 132 int index = model->ItemIndexByID(i->first);
  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 220 int index = model->ItemIndexByID(GetShelfIDForWindow(window));
    [all...]

Completed in 3078 milliseconds