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

  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.cc 1557 int app_list_index = -1; local
    [all...]
chrome_launcher_controller.h 518 // |app_list_index| locations will get adjusted within this call to finalize
526 int* app_list_index);
  /external/chromium_org/ash/
shell.cc 593 int app_list_index = shelf_model_->GetItemIndexForType(TYPE_APP_LIST); local
594 DCHECK_GE(app_list_index, 0);
595 ShelfID app_list_id = shelf_model_->items()[app_list_index].id;
    [all...]

Completed in 59 milliseconds