Searched refs:typea (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/test/
H A Dshelf_view_test_api.cc122 bool ShelfViewTestAPI::SameDragType(ShelfItemType typea, argument
124 return shelf_view_->SameDragType(typea, typeb);
H A Dshelf_view_test_api.h85 bool SameDragType(ShelfItemType typea, ShelfItemType typeb) const;
/external/chromium_org/ash/shelf/
H A Dshelf_view.h212 // Returns true if |typea| and |typeb| should be in the same drag range.
213 bool SameDragType(ShelfItemType typea, ShelfItemType typeb) const;
H A Dshelf_view.cc1179 bool ShelfView::SameDragType(ShelfItemType typea, ShelfItemType typeb) const { argument
1180 switch (typea) {
1189 return typeb == typea;

Completed in 75 milliseconds