HomeSort by relevance Sort by last modified time
    Searched refs:ShelfItemType (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/ash/shelf/
shelf_item_types.h 19 enum ShelfItemType {
61 ShelfItemType type;
82 ShelfItemType type;
shelf_model.h 53 int GetItemIndexForType(ShelfItemType type);
87 int ValidateInsertionIndex(ShelfItemType type, int index) const;
shelf_navigator_unittest.cc 43 void SetupMockShelfModel(ShelfItemType* types,
76 ShelfItemType types[] = {
91 ShelfItemType types[] = {
109 ShelfItemType type = TYPE_PLATFORM_APP;
119 ShelfItemType types[] = {
shelf_navigator.cc 15 bool ShouldSkip(ShelfItemType type) {
shelf_model.cc 16 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 {
shelf_view.h 213 bool SameDragType(ShelfItemType typea, ShelfItemType typeb) const;
shelf_view.cc     [all...]
  /external/chromium_org/ash/test/
shelf_view_test_api.h 85 bool SameDragType(ShelfItemType typea, ShelfItemType typeb) const;
shelf_view_test_api.cc 122 bool ShelfViewTestAPI::SameDragType(ShelfItemType typea,
123 ShelfItemType typeb) const {
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_item_controller.cc 47 ash::ShelfItemType LauncherItemController::GetShelfItemType() const {
launcher_item_controller.h 84 // Helper function to get the ash::ShelfItemType for the item type.
85 ash::ShelfItemType GetShelfItemType() const;
launcher_context_menu_unittest.cc 53 ash::ShelfItemType shelf_item_type) {
chrome_launcher_controller.h 444 ash::ShelfItemType shelf_item_type);
496 ash::ShelfItemType shelf_item_type);
chrome_launcher_controller.cc 596 ash::ShelfItemType type = model_->items()[index].type;
615 ash::ShelfItemType type = model_->items()[index].type;
643 ash::ShelfItemType type = model_->items()[index].type;
    [all...]
chrome_launcher_controller_browsertest.cc 266 int GetIndexOfShelfItemType(ash::ShelfItemType type) {
    [all...]

Completed in 183 milliseconds