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

  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_item_controller.cc 51 return ash::TYPE_APP_SHORTCUT;
58 return ash::TYPE_APP_SHORTCUT;
chrome_launcher_controller_unittest.cc 474 if (iter->type == ash::TYPE_APP_SHORTCUT &&
534 case ash::TYPE_APP_SHORTCUT: {
    [all...]
launcher_context_menu.cc 89 if (item_.type == ash::TYPE_APP_SHORTCUT ||
155 if (item_.type == ash::TYPE_APP_SHORTCUT ||
chrome_launcher_controller_browsertest.cc 247 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type);
372 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type);
380 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type);
387 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type);
414 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item2.type);
441 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type);
457 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type);
    [all...]
chrome_launcher_controller.cc 568 item.type = ash::TYPE_APP_SHORTCUT;
570 } else if (item.type != ash::TYPE_APP_SHORTCUT) {
597 return (type == ash::TYPE_APP_SHORTCUT || type == ash::TYPE_BROWSER_SHORTCUT);
616 return ((type == ash::TYPE_APP_SHORTCUT ||
    [all...]
  /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;
257 item.type = TYPE_APP_SHORTCUT;
    [all...]
shelf_item_types.h 24 TYPE_APP_SHORTCUT,
shelf_navigator.cc 18 type == TYPE_APP_SHORTCUT ||
shelf_navigator_unittest.cc 77 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,
shelf_view_unittest.cc 344 item.type = TYPE_APP_SHORTCUT;
726 EXPECT_FALSE(test_api_->SameDragType(TYPE_PLATFORM_APP, TYPE_APP_SHORTCUT));
733 EXPECT_TRUE(test_api_->SameDragType(TYPE_APP_SHORTCUT, TYPE_APP_SHORTCUT));
734 EXPECT_TRUE(test_api_->SameDragType(TYPE_APP_SHORTCUT,
736 EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCUT,
738 EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCUT, TYPE_APP_LIST));
739 EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCUT, TYPE_APP_PANEL));
    [all...]
shelf_model.cc 23 case TYPE_APP_SHORTCUT:
shelf_view.cc 869 case TYPE_APP_SHORTCUT:
    [all...]

Completed in 319 milliseconds