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

  /external/chromium_org/ash/launcher/
launcher_types.h 34 enum LauncherItemType {
73 LauncherItemType type;
100 LauncherItemType type;
  /external/chromium_org/ash/shelf/
shelf_navigator_unittest.cc 43 void SetupMockShelfModel(LauncherItemType* types,
91 LauncherItemType types[] = {
107 LauncherItemType types[] = {
122 LauncherItemType types[] = {
134 LauncherItemType types[] = {
152 LauncherItemType type = TYPE_PLATFORM_APP;
162 LauncherItemType type = TYPE_PLATFORM_APP;
172 LauncherItemType types[] = {
184 LauncherItemType types[] = {
shelf_model.h 53 int GetItemIndexForType(LauncherItemType type);
82 int ValidateInsertionIndex(LauncherItemType type, int index) const;
shelf_navigator.cc 15 bool ShouldSkip(ash::LauncherItemType type) {
shelf_model.cc 16 int LauncherItemTypeToWeight(LauncherItemType type) {
32 NOTREACHED() << "LauncherItemType must be set";
48 NOTREACHED() << "LauncherItemType must be set";
134 int ShelfModel::GetItemIndexForType(LauncherItemType type) {
174 int ShelfModel::ValidateInsertionIndex(LauncherItemType type, int index) const {
shelf_view.h 213 bool SameDragType(LauncherItemType typea, LauncherItemType typeb) const;
shelf_view.cc     [all...]
  /external/chromium_org/ash/test/
shelf_view_test_api.h 78 bool SameDragType(LauncherItemType typea, LauncherItemType typeb) const;
shelf_view_test_api.cc 118 bool ShelfViewTestAPI::SameDragType(LauncherItemType typea,
119 LauncherItemType typeb) const {
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_item_controller.cc 42 ash::LauncherItemType LauncherItemController::GetLauncherItemType() const {
launcher_item_controller.h 87 // Helper function to get the ash::LauncherItemType for the item type.
88 ash::LauncherItemType GetLauncherItemType() const;
launcher_context_menu_unittest.cc 52 ash::LauncherItemType launcher_item_type) {
chrome_launcher_controller.h 432 ash::LauncherItemType launcher_item_type);
478 ash::LauncherItemType launcher_item_type);
chrome_launcher_controller.cc 566 ash::LauncherItemType type = model_->items()[index].type;
585 ash::LauncherItemType type = model_->items()[index].type;
805 ash::LauncherItemType type = model_->items()[index].type;
    [all...]
chrome_launcher_controller_browsertest.cc 269 int GetIndexOfShelfItemType(ash::LauncherItemType type) {
    [all...]

Completed in 1489 milliseconds