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

  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_item_controller.cc 46 return ash::TYPE_APP_SHORTCUT;
55 return ash::TYPE_APP_SHORTCUT;
browser_launcher_item_controller_unittest.cc 259 EXPECT_EQ(ash::TYPE_APP_SHORTCUT,
261 EXPECT_EQ(ash::TYPE_APP_SHORTCUT,
267 EXPECT_EQ(ash::TYPE_APP_SHORTCUT,
269 EXPECT_EQ(ash::TYPE_APP_SHORTCUT,
288 EXPECT_EQ(ash::TYPE_APP_SHORTCUT,
290 EXPECT_EQ(ash::TYPE_APP_SHORTCUT,
369 EXPECT_EQ(ash::TYPE_APP_SHORTCUT,
390 EXPECT_EQ(ash::TYPE_APP_SHORTCUT,
429 EXPECT_EQ(ash::TYPE_APP_SHORTCUT,
433 EXPECT_EQ(ash::TYPE_APP_SHORTCUT,
    [all...]
chrome_launcher_controller_per_app_unittest.cc 248 if (iter->type == ash::TYPE_APP_SHORTCUT &&
259 case ash::TYPE_APP_SHORTCUT: {
559 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, model_->items()[1].type);
567 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, model_->items()[1].type);
575 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, model_->items()[1].type);
597 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, model_->items()[1].type);
605 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, model_->items()[1].type);
641 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, model_->items()[1].type);
649 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, model_->items()[1].type);
674 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, model_->items()[1].type)
    [all...]
chrome_launcher_controller_per_browser_unittest.cc 101 if (iter->type == ash::TYPE_APP_SHORTCUT &&
113 case ash::TYPE_APP_SHORTCUT: {
331 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, model_.items()[1].type);
337 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, model_.items()[1].type);
344 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, model_.items()[1].type);
345 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, model_.items()[2].type);
356 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, model_.items()[1].type);
launcher_context_menu.cc 72 if (item_.type == ash::TYPE_APP_SHORTCUT ||
127 if (item_.type == ash::TYPE_APP_SHORTCUT ||
chrome_launcher_controller_browsertest.cc 153 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type);
196 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type);
204 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type);
211 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type);
238 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item2.type);
265 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type);
281 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type);
    [all...]
chrome_launcher_controller_per_browser.cc 459 item.type = ash::TYPE_APP_SHORTCUT;
469 return (type == ash::TYPE_APP_SHORTCUT || type == ash::TYPE_BROWSER_SHORTCUT);
488 return ((type == ash::TYPE_APP_SHORTCUT || type == ash::TYPE_PLATFORM_APP) &&
860 if (type == ash::TYPE_APP_SHORTCUT) {
    [all...]
chrome_launcher_controller_per_app.cc 398 item.type = ash::TYPE_APP_SHORTCUT;
400 } else if (item.type != ash::TYPE_APP_SHORTCUT) {
440 return (type == ash::TYPE_APP_SHORTCUT || type == ash::TYPE_BROWSER_SHORTCUT);
459 return ((type == ash::TYPE_APP_SHORTCUT ||
728 if (model_->items()[i].type == ash::TYPE_APP_SHORTCUT) {
883 if (type == ash::TYPE_APP_SHORTCUT || type == ash::TYPE_WINDOWED_APP) {
    [all...]
chrome_launcher_controller_per_app_browsertest.cc 245 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type);
330 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type);
338 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type);
345 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type);
372 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item2.type);
399 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type);
415 EXPECT_EQ(ash::TYPE_APP_SHORTCUT, item.type);
    [all...]
  /external/chromium_org/ash/launcher/
launcher_types.h 33 TYPE_APP_SHORTCUT,
launcher_model_unittest.cc 109 item.type = TYPE_APP_SHORTCUT;
116 EXPECT_EQ(TYPE_APP_SHORTCUT, model.items()[index].type);
119 item.type = TYPE_APP_SHORTCUT;
157 item.type = TYPE_APP_SHORTCUT;
161 item.type = TYPE_APP_SHORTCUT;
169 item.type = TYPE_APP_SHORTCUT;
173 item.type = TYPE_APP_SHORTCUT;
177 item.type = TYPE_APP_SHORTCUT;
261 item.type = TYPE_APP_SHORTCUT;
launcher_navigator_unittest.cc 70 TYPE_APP_SHORTCUT, TYPE_TABBED, TYPE_TABBED, TYPE_TABBED,
85 TYPE_APP_SHORTCUT, TYPE_TABBED, TYPE_TABBED, TYPE_TABBED,
launcher_navigator.cc 18 type == ash::TYPE_APP_SHORTCUT ||
launcher_model.cc 22 case TYPE_APP_SHORTCUT:
34 case TYPE_APP_SHORTCUT:
launcher_view_unittest.cc 237 item.type = TYPE_APP_SHORTCUT;
459 EXPECT_FALSE(test_api_->SameDragType(TYPE_TABBED, TYPE_APP_SHORTCUT));
466 EXPECT_FALSE(test_api_->SameDragType(TYPE_PLATFORM_APP, TYPE_APP_SHORTCUT));
473 EXPECT_TRUE(test_api_->SameDragType(TYPE_APP_SHORTCUT, TYPE_APP_SHORTCUT));
474 EXPECT_TRUE(test_api_->SameDragType(TYPE_APP_SHORTCUT,
476 EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCUT,
478 EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCUT, TYPE_APP_LIST));
479 EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCUT, TYPE_APP_PANEL));
    [all...]
launcher_view.cc     [all...]

Completed in 443 milliseconds