Searched refs:ShelfItemType (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dshelf_item_types.h19 enum ShelfItemType { enum in namespace:ash
61 ShelfItemType type;
82 ShelfItemType type;
H A Dshelf_navigator_unittest.cc43 void SetupMockShelfModel(ShelfItemType* types,
76 ShelfItemType types[] = {
91 ShelfItemType types[] = {
109 ShelfItemType type = TYPE_PLATFORM_APP;
119 ShelfItemType types[] = {
H A Dshelf_model.h53 int GetItemIndexForType(ShelfItemType type);
87 int ValidateInsertionIndex(ShelfItemType type, int index) const;
H A Dshelf_navigator.cc15 bool ShouldSkip(ShelfItemType type) {
H A Dshelf_model.cc16 int ShelfItemTypeToWeight(ShelfItemType type) {
33 NOTREACHED() << "ShelfItemType must be set";
118 int ShelfModel::GetItemIndexForType(ShelfItemType type) {
169 int ShelfModel::ValidateInsertionIndex(ShelfItemType type, int index) const {
H A Dshelf_view.h213 bool SameDragType(ShelfItemType typea, ShelfItemType typeb) const;
H A Dshelf_view.cc1171 ShelfItemType type = model_->items()[index].type;
1181 bool ShelfView::SameDragType(ShelfItemType typea, ShelfItemType typeb) const {
1193 NOTREACHED() << "ShelfItemType must be set.";
1203 ShelfItemType type = model_->items()[index].type;
1703 NOTREACHED() << "ShelfItemType must be set.";
/external/chromium_org/ash/test/
H A Dshelf_view_test_api.h74 bool SameDragType(ShelfItemType typea, ShelfItemType typeb) const;
H A Dshelf_view_test_api.cc117 bool ShelfViewTestAPI::SameDragType(ShelfItemType typea,
118 ShelfItemType typeb) const {
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_item_controller.cc42 ash::ShelfItemType LauncherItemController::GetShelfItemType() const {
H A Dlauncher_item_controller.h84 // Helper function to get the ash::ShelfItemType for the item type.
85 ash::ShelfItemType GetShelfItemType() const;
H A Dlauncher_context_menu_unittest.cc53 ash::ShelfItemType shelf_item_type) {
H A Dchrome_launcher_controller.h434 ash::ShelfItemType shelf_item_type);
486 ash::ShelfItemType shelf_item_type);
H A Dchrome_launcher_controller.cc560 ash::ShelfItemType type = model_->items()[index].type;
579 ash::ShelfItemType type = model_->items()[index].type;
607 ash::ShelfItemType type = model_->items()[index].type;
824 ash::ShelfItemType type = model_->items()[index].type;
1023 ash::ShelfItemType type = model_->items()[index].type;
1379 ash::ShelfItemType type = model_->items()[i].type;
1402 ash::ShelfItemType type = model_->items()[app_index].type;
1415 ash::ShelfItemType shelf_item_type) {
1763 ash::ShelfItemType shelf_item_type) {
1880 ash::ShelfItemType typ
[all...]
H A Dchrome_launcher_controller_browsertest.cc265 int GetIndexOfShelfItemType(ash::ShelfItemType type) {

Completed in 280 milliseconds