Searched refs:TYPE_APP_PANEL (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_item_controller.cc49 case LauncherItemController::TYPE_APP_PANEL:
50 return ash::TYPE_APP_PANEL;
H A Dlauncher_item_controller.h36 TYPE_APP_PANEL, enumerator in enum:LauncherItemController::Type
H A Dapp_window_launcher_item_controller.cc92 if (app_window->window_type_is_panel() && type() != TYPE_APP_PANEL)
220 if (type() == TYPE_APP_PANEL) {
253 if (type() == TYPE_APP_PANEL && !app_windows_.empty()) {
276 if (type() == TYPE_APP_PANEL)
282 if (type() == TYPE_APP_PANEL && IsVisible())
H A Dapp_window_launcher_controller.cc170 ? LauncherItemController::TYPE_APP_PANEL
H A Dchrome_launcher_controller_browsertest.cc789 EXPECT_EQ(ash::TYPE_APP_PANEL, item1.type);
791 EXPECT_EQ(LauncherItemController::TYPE_APP_PANEL, item1_controller->type());
1415 EXPECT_EQ(ash::TYPE_APP_PANEL, item.type);
1473 EXPECT_EQ(ash::TYPE_APP_PANEL, item.type);
1475 EXPECT_EQ(LauncherItemController::TYPE_APP_PANEL, item_controller->type());
H A Dchrome_launcher_controller.cc471 if (controller->GetShelfItemType() != ash::TYPE_APP_PANEL)
750 if (i->second->type() == LauncherItemController::TYPE_APP_PANEL)
H A Dchrome_launcher_controller_unittest.cc2479 LauncherItemController::TYPE_APP_PANEL,
2505 LauncherItemController::TYPE_APP_PANEL,
/external/chromium_org/ash/shelf/
H A Dshelf_item_types.h21 TYPE_APP_PANEL, enumerator in enum:ash::ShelfItemType
H A Dshelf_model_unittest.cc212 item.type = TYPE_APP_PANEL;
220 item.type = TYPE_APP_PANEL;
228 item.type = TYPE_APP_PANEL;
251 item.type = TYPE_APP_PANEL;
284 item.type = TYPE_APP_PANEL;
H A Dshelf_model.cc30 case TYPE_APP_PANEL:
148 weight_dummy.type = TYPE_APP_PANEL;
H A Dshelf_view_unittest.cc364 item.type = TYPE_APP_PANEL;
703 EXPECT_FALSE(test_api_->SameDragType(TYPE_PLATFORM_APP, TYPE_APP_PANEL));
711 EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCUT, TYPE_APP_PANEL));
718 EXPECT_FALSE(test_api_->SameDragType(TYPE_BROWSER_SHORTCUT, TYPE_APP_PANEL));
722 EXPECT_FALSE(test_api_->SameDragType(TYPE_WINDOWED_APP, TYPE_APP_PANEL));
725 EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_LIST, TYPE_APP_PANEL));
727 EXPECT_TRUE(test_api_->SameDragType(TYPE_APP_PANEL, TYPE_APP_PANEL));
H A Dshelf_view.cc875 case TYPE_APP_PANEL: {
1189 case TYPE_APP_PANEL:
1306 model_->GetItemIndexForType(TYPE_APP_PANEL) == -1) {
1532 case TYPE_APP_PANEL: {
1698 case TYPE_APP_PANEL:
/external/chromium_org/ash/test/
H A Dtest_shelf_delegate.cc40 item.type = TYPE_APP_PANEL;
/external/chromium_org/ash/shell/
H A Dwindow_watcher.cc102 ? ash::TYPE_APP_PANEL

Completed in 1483 milliseconds