Searched refs:SameDragType (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ash/test/
H A Dshelf_view_test_api.h73 // Wrapper for ShelfView::SameDragType.
74 bool SameDragType(ShelfItemType typea, ShelfItemType typeb) const;
H A Dshelf_view_test_api.cc117 bool ShelfViewTestAPI::SameDragType(ShelfItemType typea, function in class:ash::test::ShelfViewTestAPI
119 return shelf_view_->SameDragType(typea, typeb);
/external/chromium_org/ash/shelf/
H A Dshelf_view_unittest.cc697 EXPECT_TRUE(test_api_->SameDragType(TYPE_PLATFORM_APP, TYPE_PLATFORM_APP));
698 EXPECT_FALSE(test_api_->SameDragType(TYPE_PLATFORM_APP, TYPE_APP_SHORTCUT));
699 EXPECT_FALSE(test_api_->SameDragType(TYPE_PLATFORM_APP,
701 EXPECT_FALSE(test_api_->SameDragType(TYPE_PLATFORM_APP, TYPE_WINDOWED_APP));
702 EXPECT_FALSE(test_api_->SameDragType(TYPE_PLATFORM_APP, TYPE_APP_LIST));
703 EXPECT_FALSE(test_api_->SameDragType(TYPE_PLATFORM_APP, TYPE_APP_PANEL));
705 EXPECT_TRUE(test_api_->SameDragType(TYPE_APP_SHORTCUT, TYPE_APP_SHORTCUT));
706 EXPECT_TRUE(test_api_->SameDragType(TYPE_APP_SHORTCUT,
708 EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCUT,
710 EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCU
[all...]
H A Dshelf_view.h213 bool SameDragType(ShelfItemType typea, ShelfItemType typeb) const;
H A Dshelf_view.cc1181 bool ShelfView::SameDragType(ShelfItemType typea, ShelfItemType typeb) const { function in class:ash::ShelfView
1205 if (SameDragType(model_->items()[i].type, type)) {

Completed in 177 milliseconds