SameDragType 1296 ash/shelf/shelf_view.cc if (SameDragType(model_->items()[i].type, type)) { SameDragType 209 ash/shelf/shelf_view.h bool SameDragType(ShelfItemType typea, ShelfItemType typeb) const; SameDragType 662 ash/shelf/shelf_view_unittest.cc EXPECT_TRUE(test_api_->SameDragType(TYPE_PLATFORM_APP, TYPE_PLATFORM_APP)); SameDragType 663 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_PLATFORM_APP, TYPE_APP_SHORTCUT)); SameDragType 664 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_PLATFORM_APP, SameDragType 666 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_PLATFORM_APP, TYPE_WINDOWED_APP)); SameDragType 667 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_PLATFORM_APP, TYPE_APP_LIST)); SameDragType 668 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_PLATFORM_APP, TYPE_APP_PANEL)); SameDragType 670 ash/shelf/shelf_view_unittest.cc EXPECT_TRUE(test_api_->SameDragType(TYPE_APP_SHORTCUT, TYPE_APP_SHORTCUT)); SameDragType 671 ash/shelf/shelf_view_unittest.cc EXPECT_TRUE(test_api_->SameDragType(TYPE_APP_SHORTCUT, SameDragType 673 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCUT, SameDragType 675 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCUT, TYPE_APP_LIST)); SameDragType 676 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCUT, TYPE_APP_PANEL)); SameDragType 678 ash/shelf/shelf_view_unittest.cc EXPECT_TRUE(test_api_->SameDragType(TYPE_BROWSER_SHORTCUT, SameDragType 680 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_BROWSER_SHORTCUT, SameDragType 682 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_BROWSER_SHORTCUT, TYPE_APP_LIST)); SameDragType 683 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_BROWSER_SHORTCUT, TYPE_APP_PANEL)); SameDragType 685 ash/shelf/shelf_view_unittest.cc EXPECT_TRUE(test_api_->SameDragType(TYPE_WINDOWED_APP, TYPE_WINDOWED_APP)); SameDragType 686 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_WINDOWED_APP, TYPE_APP_LIST)); SameDragType 687 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_WINDOWED_APP, TYPE_APP_PANEL)); SameDragType 689 ash/shelf/shelf_view_unittest.cc EXPECT_TRUE(test_api_->SameDragType(TYPE_APP_LIST, TYPE_APP_LIST)); SameDragType 690 ash/shelf/shelf_view_unittest.cc EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_LIST, TYPE_APP_PANEL)); SameDragType 692 ash/shelf/shelf_view_unittest.cc EXPECT_TRUE(test_api_->SameDragType(TYPE_APP_PANEL, TYPE_APP_PANEL)); SameDragType 118 ash/test/shelf_view_test_api.cc return shelf_view_->SameDragType(typea, typeb); SameDragType 74 ash/test/shelf_view_test_api.h bool SameDragType(ShelfItemType typea, ShelfItemType typeb) const;