Searched refs:TYPE_APP_LIST (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_item_types.h27 TYPE_APP_LIST, enumerator in enum:ash::ShelfItemType
H A Dapp_list_shelf_item_delegate.cc17 app_list.type = TYPE_APP_LIST;
H A Dshelf_navigator.cc16 return type == TYPE_APP_LIST ||
H A Dshelf_navigator_unittest.cc29 app_list.type = TYPE_APP_LIST;
35 EXPECT_TRUE(model_->items()[0].type == TYPE_APP_LIST);
H A Dshelf_model_unittest.cc89 item.type = TYPE_APP_LIST;
236 EXPECT_EQ(TYPE_APP_LIST, model_->items()[0].type);
336 EXPECT_EQ(TYPE_APP_LIST, model_->items()[0].type);
H A Dshelf_model.cc18 case TYPE_APP_LIST:
68 DCHECK(items_[index].type != TYPE_APP_LIST &&
H A Dshelf.cc167 if (items[i].type != TYPE_APP_LIST) {
H A Dshelf_view_unittest.cc702 EXPECT_FALSE(test_api_->SameDragType(TYPE_PLATFORM_APP, TYPE_APP_LIST));
710 EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCUT, TYPE_APP_LIST));
717 EXPECT_FALSE(test_api_->SameDragType(TYPE_BROWSER_SHORTCUT, TYPE_APP_LIST));
721 EXPECT_FALSE(test_api_->SameDragType(TYPE_WINDOWED_APP, TYPE_APP_LIST));
724 EXPECT_TRUE(test_api_->SameDragType(TYPE_APP_LIST, TYPE_APP_LIST));
725 EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_LIST, TYPE_APP_PANEL));
H A Dshelf_view.cc464 DCHECK_NE(TYPE_APP_LIST, model_->items()[index].type);
515 if (model_->items()[i].type == TYPE_APP_LIST)
883 case TYPE_APP_LIST: {
1172 if (type == TYPE_APP_LIST || type == TYPE_DIALOG || !delegate_->CanPin())
1186 case TYPE_APP_LIST:
1693 case TYPE_APP_LIST:
/external/chromium_org/ash/test/
H A Dshelf_view_test_api.cc52 if (shelf_view_->model_->items()[index].type == ash::TYPE_APP_LIST)
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.cc896 } else if (model_->items()[i].type == ash::TYPE_APP_LIST) {
1090 if (model_->items()[index].type == ash::TYPE_APP_LIST)
1103 item.type == ash::TYPE_APP_LIST)
1537 bool is_app_list = item.type == ash::TYPE_APP_LIST;
1616 else if (item.type == ash::TYPE_APP_LIST)
1882 (is_app_list && type == ash::TYPE_APP_LIST) ||
H A Dchrome_launcher_controller_unittest.cc428 app_list.type = ash::TYPE_APP_LIST;
570 case ash::TYPE_APP_LIST:
2586 EXPECT_EQ(ash::TYPE_APP_LIST, model_->items()[0].type);
2602 EXPECT_EQ(ash::TYPE_APP_LIST, model_->items()[0].type);
2609 EXPECT_EQ(ash::TYPE_APP_LIST, model_->items()[0].type);
2638 EXPECT_EQ(ash::TYPE_APP_LIST, model_->items()[0].type);
/external/chromium_org/ash/
H A Dshell.cc577 int app_list_index = shelf_model_->GetItemIndexForType(TYPE_APP_LIST);

Completed in 223 milliseconds