Searched refs:TYPE_APP_SHORTCUT (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_item_controller.cc46 return ash::TYPE_APP_SHORTCUT;
53 return ash::TYPE_APP_SHORTCUT;
H A Dchrome_launcher_controller_unittest.cc475 if (iter->type == ash::TYPE_APP_SHORTCUT &&
535 case ash::TYPE_APP_SHORTCUT: {
1222 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, model_->items()[2].type);
1230 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, model_->items()[2].type);
1238 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, model_->items()[2].type);
1260 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, model_->items()[2].type);
1268 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, model_->items()[2].type);
1531 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, model_->items()[2].type);
1539 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, model_->items()[2].type);
1777 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, model
[all...]
H A Dlauncher_context_menu.cc90 if (item_.type == ash::TYPE_APP_SHORTCUT ||
157 if (item_.type == ash::TYPE_APP_SHORTCUT ||
H A Dchrome_launcher_controller_browsertest.cc246 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type);
371 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type);
379 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type);
386 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type);
413 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item2.type);
440 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type);
456 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type);
1860 int app_index = GetIndexOfShelfItemType(ash::TYPE_APP_SHORTCUT);
1865 EXPECT_EQ(app_index, GetIndexOfShelfItemType(ash::TYPE_APP_SHORTCUT));
1873 app_index = GetIndexOfShelfItemType(ash::TYPE_APP_SHORTCUT);
[all...]
H A Dchrome_launcher_controller.cc532 item.type = ash::TYPE_APP_SHORTCUT;
534 } else if (item.type != ash::TYPE_APP_SHORTCUT) {
561 return (type == ash::TYPE_APP_SHORTCUT || type == ash::TYPE_BROWSER_SHORTCUT);
580 return ((type == ash::TYPE_APP_SHORTCUT ||
886 if (model_->items()[i].type == ash::TYPE_APP_SHORTCUT) {
1024 if (type == ash::TYPE_APP_SHORTCUT || type == ash::TYPE_WINDOWED_APP) {
1354 ash::TYPE_APP_SHORTCUT);
1481 item.type = ash::TYPE_APP_SHORTCUT;
1496 DCHECK_EQ(item.type, ash::TYPE_APP_SHORTCUT);
1498 // A platform app and a windowed app are sharing TYPE_APP_SHORTCUT
[all...]
/external/chromium_org/ash/shelf/
H A Dshelf_model_unittest.cc111 item.type = TYPE_APP_SHORTCUT;
130 item.type = TYPE_APP_SHORTCUT;
137 EXPECT_EQ(TYPE_APP_SHORTCUT, model_->items()[index].type);
140 item.type = TYPE_APP_SHORTCUT;
179 item.type = TYPE_APP_SHORTCUT;
183 item.type = TYPE_APP_SHORTCUT;
191 item.type = TYPE_APP_SHORTCUT;
195 item.type = TYPE_APP_SHORTCUT;
199 item.type = TYPE_APP_SHORTCUT;
257 item.type = TYPE_APP_SHORTCUT;
[all...]
H A Dshelf_item_types.h24 TYPE_APP_SHORTCUT, enumerator in enum:ash::ShelfItemType
H A Dshelf_navigator.cc18 type == TYPE_APP_SHORTCUT ||
H A Dshelf_navigator_unittest.cc77 TYPE_APP_SHORTCUT, TYPE_PLATFORM_APP, TYPE_PLATFORM_APP, TYPE_PLATFORM_APP,
92 TYPE_APP_SHORTCUT, TYPE_PLATFORM_APP, TYPE_PLATFORM_APP, TYPE_PLATFORM_APP,
H A Dshelf_view_unittest.cc335 item.type = TYPE_APP_SHORTCUT;
698 EXPECT_FALSE(test_api_->SameDragType(TYPE_PLATFORM_APP, TYPE_APP_SHORTCUT));
705 EXPECT_TRUE(test_api_->SameDragType(TYPE_APP_SHORTCUT, TYPE_APP_SHORTCUT));
706 EXPECT_TRUE(test_api_->SameDragType(TYPE_APP_SHORTCUT,
708 EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCUT,
710 EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCUT, TYPE_APP_LIST));
711 EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCUT, TYPE_APP_PANEL));
H A Dshelf_model.cc23 case TYPE_APP_SHORTCUT:
H A Dshelf_view.cc871 case TYPE_APP_SHORTCUT:
1177 return (type == TYPE_APP_SHORTCUT && delegate_->IsAppPinned(app_id)) ?
1183 case TYPE_APP_SHORTCUT:
1185 return (typeb == TYPE_APP_SHORTCUT || typeb == TYPE_BROWSER_SHORTCUT);
1528 case TYPE_APP_SHORTCUT:
1685 case TYPE_APP_SHORTCUT:

Completed in 7154 milliseconds