OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SameDragType
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ash/test/
shelf_view_test_api.h
84
// Wrapper for ShelfView::
SameDragType
.
85
bool
SameDragType
(ShelfItemType typea, ShelfItemType typeb) const;
shelf_view_test_api.cc
122
bool ShelfViewTestAPI::
SameDragType
(ShelfItemType typea,
124
return shelf_view_->
SameDragType
(typea, typeb);
/external/chromium_org/ash/shelf/
shelf_view_unittest.cc
725
EXPECT_TRUE(test_api_->
SameDragType
(TYPE_PLATFORM_APP, TYPE_PLATFORM_APP));
726
EXPECT_FALSE(test_api_->
SameDragType
(TYPE_PLATFORM_APP, TYPE_APP_SHORTCUT));
727
EXPECT_FALSE(test_api_->
SameDragType
(TYPE_PLATFORM_APP,
729
EXPECT_FALSE(test_api_->
SameDragType
(TYPE_PLATFORM_APP, TYPE_WINDOWED_APP));
730
EXPECT_FALSE(test_api_->
SameDragType
(TYPE_PLATFORM_APP, TYPE_APP_LIST));
731
EXPECT_FALSE(test_api_->
SameDragType
(TYPE_PLATFORM_APP, TYPE_APP_PANEL));
733
EXPECT_TRUE(test_api_->
SameDragType
(TYPE_APP_SHORTCUT, TYPE_APP_SHORTCUT));
734
EXPECT_TRUE(test_api_->
SameDragType
(TYPE_APP_SHORTCUT,
736
EXPECT_FALSE(test_api_->
SameDragType
(TYPE_APP_SHORTCUT,
738
EXPECT_FALSE(test_api_->
SameDragType
(TYPE_APP_SHORTCUT, TYPE_APP_LIST))
[
all
...]
shelf_view.h
213
bool
SameDragType
(ShelfItemType typea, ShelfItemType typeb) const;
shelf_view.cc
[
all
...]
Completed in 101 milliseconds