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 25 enum LauncherItemType {
64 LauncherItemType type;
launcher_navigator_unittest.cc 36 void SetupMockLauncherModel(LauncherItemType* types,
69 LauncherItemType types[] = {
84 LauncherItemType types[] = {
102 LauncherItemType type = TYPE_TABBED;
112 LauncherItemType types[] = {
launcher_model.h 77 int ValidateInsertionIndex(LauncherItemType type, int index) const;
launcher_navigator.cc 15 bool ShouldSkip(ash::LauncherItemType type) {
launcher_model.cc 16 int LauncherItemTypeToWeight(LauncherItemType type) {
166 int LauncherModel::ValidateInsertionIndex(LauncherItemType type,
launcher_view.h 175 bool SameDragType(LauncherItemType typea, LauncherItemType typeb) const;
launcher_view.cc     [all...]
  /external/chromium_org/ash/test/
launcher_view_test_api.h 59 bool SameDragType(LauncherItemType typea, LauncherItemType typeb) const;
launcher_view_test_api.cc 98 bool LauncherViewTestAPI::SameDragType(LauncherItemType typea,
99 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 105 // Helper function to get the ash::LauncherItemType for the item type.
106 ash::LauncherItemType GetLauncherItemType() const;
launcher_context_menu_unittest.cc 56 ash::LauncherItemType launcher_item_type) {
chrome_launcher_controller_per_app.h 387 ash::LauncherItemType launcher_item_type);
436 ash::LauncherItemType launcher_item_type);
chrome_launcher_controller_per_app.cc 439 ash::LauncherItemType type = model_->items()[index].type;
458 ash::LauncherItemType type = model_->items()[index].type;
660 ash::LauncherItemType type = model_->items()[index].type;
882 ash::LauncherItemType type = model_->items()[index].type;
    [all...]
chrome_launcher_controller_per_browser.cc 468 ash::LauncherItemType type = model_->items()[index].type;
487 ash::LauncherItemType type = model_->items()[index].type;
859 ash::LauncherItemType type = model_->items()[index].type;
    [all...]

Completed in 106 milliseconds