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

  /external/chromium_org/ash/shelf/
shelf_item_types.h 30 TYPE_BROWSER_SHORTCUT,
shelf_navigator.cc 17 type == TYPE_BROWSER_SHORTCUT ||
shelf_model_unittest.cc 163 browser_shortcut.type = TYPE_BROWSER_SHORTCUT;
235 EXPECT_EQ(TYPE_BROWSER_SHORTCUT, model_->items()[2].type);
245 item.type = TYPE_BROWSER_SHORTCUT;
278 item.type = TYPE_BROWSER_SHORTCUT;
334 browser_shortcut.type = TYPE_BROWSER_SHORTCUT;
shelf_navigator_unittest.cc 39 browser_shortcut.type = TYPE_BROWSER_SHORTCUT;
shelf_model.cc 22 case TYPE_BROWSER_SHORTCUT:
69 items_[index].type != TYPE_BROWSER_SHORTCUT);
shelf_view_unittest.cc 333 browser_shortcut.type = TYPE_BROWSER_SHORTCUT;
728 TYPE_BROWSER_SHORTCUT));
735 TYPE_BROWSER_SHORTCUT));
741 EXPECT_TRUE(test_api_->SameDragType(TYPE_BROWSER_SHORTCUT,
742 TYPE_BROWSER_SHORTCUT));
743 EXPECT_FALSE(test_api_->SameDragType(TYPE_BROWSER_SHORTCUT,
745 EXPECT_FALSE(test_api_->SameDragType(TYPE_BROWSER_SHORTCUT, TYPE_APP_LIST));
746 EXPECT_FALSE(test_api_->SameDragType(TYPE_BROWSER_SHORTCUT, TYPE_APP_PANEL));
    [all...]
shelf_view.cc 868 case TYPE_BROWSER_SHORTCUT:
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_context_menu_unittest.cc 76 CreateLauncherContextMenu(ash::TYPE_BROWSER_SHORTCUT));
85 menu.reset(CreateLauncherContextMenu(ash::TYPE_BROWSER_SHORTCUT));
99 CreateLauncherContextMenu(ash::TYPE_BROWSER_SHORTCUT));
107 menu.reset(CreateLauncherContextMenu(ash::TYPE_BROWSER_SHORTCUT));
chrome_launcher_controller.cc 450 model_->items()[index].type != ash::TYPE_BROWSER_SHORTCUT)
597 return (type == ash::TYPE_APP_SHORTCUT || type == ash::TYPE_BROWSER_SHORTCUT);
    [all...]
chrome_launcher_controller_unittest.cc 566 case ash::TYPE_BROWSER_SHORTCUT:
    [all...]
browser_shortcut_launcher_item_controller.cc 62 int browser_index = model->GetItemIndexForType(ash::TYPE_BROWSER_SHORTCUT);
launcher_context_menu.cc 132 } else if (item_.type == ash::TYPE_BROWSER_SHORTCUT) {
chrome_launcher_controller_browsertest.cc     [all...]

Completed in 52 milliseconds