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

  /external/chromium_org/ash/launcher/
launcher.h 98 void LaunchAppIndexAt(int item_index);
launcher.cc 153 void Launcher::LaunchAppIndexAt(int item_index) {
  /external/chromium_org/ash/accelerators/
accelerator_controller.cc 802 Launcher::ForPrimaryDisplay()->LaunchAppIndexAt(0);
805 Launcher::ForPrimaryDisplay()->LaunchAppIndexAt(1);
808 Launcher::ForPrimaryDisplay()->LaunchAppIndexAt(2);
811 Launcher::ForPrimaryDisplay()->LaunchAppIndexAt(3);
814 Launcher::ForPrimaryDisplay()->LaunchAppIndexAt(4);
817 Launcher::ForPrimaryDisplay()->LaunchAppIndexAt(5);
820 Launcher::ForPrimaryDisplay()->LaunchAppIndexAt(6);
823 Launcher::ForPrimaryDisplay()->LaunchAppIndexAt(7);
826 Launcher::ForPrimaryDisplay()->LaunchAppIndexAt(-1);
    [all...]

Completed in 1414 milliseconds