/external/chromium_org/chrome/browser/ui/ash/launcher/ |
launcher_item_controller.cc | 46 return ash::TYPE_APP_SHORTCUT; 53 return ash::TYPE_APP_SHORTCUT;
|
launcher_context_menu.cc | 72 if (item_.type == ash::TYPE_APP_SHORTCUT || 135 if (item_.type == ash::TYPE_APP_SHORTCUT ||
|
chrome_launcher_controller_unittest.cc | 469 if (iter->type == ash::TYPE_APP_SHORTCUT && 528 case ash::TYPE_APP_SHORTCUT: { [all...] |
chrome_launcher_controller.cc | 538 item.type = ash::TYPE_APP_SHORTCUT; 540 } else if (item.type != ash::TYPE_APP_SHORTCUT) { 567 return (type == ash::TYPE_APP_SHORTCUT || type == ash::TYPE_BROWSER_SHORTCUT); 586 return ((type == ash::TYPE_APP_SHORTCUT || [all...] |
chrome_launcher_controller_browsertest.cc | 250 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type); 376 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type); 384 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type); 391 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type); 418 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item2.type); 445 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type); 461 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type); [all...] |
/external/chromium_org/ash/launcher/ |
launcher_types.h | 39 TYPE_APP_SHORTCUT,
|
/external/chromium_org/ash/shelf/ |
shelf_model_unittest.cc | 111 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; 262 item.type = TYPE_APP_SHORTCUT; [all...] |
shelf_navigator_unittest.cc | 92 TYPE_APP_SHORTCUT, TYPE_PLATFORM_APP, TYPE_PLATFORM_APP, TYPE_PLATFORM_APP, 108 TYPE_APP_SHORTCUT, TYPE_PLATFORM_APP, TYPE_PLATFORM_APP, TYPE_PLATFORM_APP, 123 TYPE_APP_SHORTCUT, TYPE_PLATFORM_APP, TYPE_PLATFORM_APP, TYPE_PLATFORM_APP, 135 TYPE_APP_SHORTCUT, TYPE_PLATFORM_APP, TYPE_PLATFORM_APP, TYPE_PLATFORM_APP,
|
shelf_navigator.cc | 18 type == ash::TYPE_APP_SHORTCUT ||
|
shelf_model.cc | 24 case TYPE_APP_SHORTCUT: 38 case TYPE_APP_SHORTCUT:
|
shelf_view_unittest.cc | 311 item.type = TYPE_APP_SHORTCUT; 657 EXPECT_FALSE(test_api_->SameDragType(TYPE_PLATFORM_APP, TYPE_APP_SHORTCUT)); 664 EXPECT_TRUE(test_api_->SameDragType(TYPE_APP_SHORTCUT, TYPE_APP_SHORTCUT)); 665 EXPECT_TRUE(test_api_->SameDragType(TYPE_APP_SHORTCUT, 667 EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCUT, 669 EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCUT, TYPE_APP_LIST)); 670 EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCUT, TYPE_APP_PANEL)); [all...] |
shelf_view.cc | [all...] |