HomeSort by relevance Sort by last modified time
    Searched full:item_id2 (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc 537 ash::LauncherID item_id2 = item2.id; local
541 EXPECT_NE(item_id1, item_id2);
578 ash::LauncherID item_id2 = item2.id; local
582 EXPECT_NE(item_id1, item_id2);
588 EXPECT_EQ(ash::STATUS_RUNNING, shelf_model()->ItemByID(item_id2)->status);
593 ActivateLauncherItem(shelf_model()->ItemIndexByID(item_id2));
595 EXPECT_EQ(ash::STATUS_ACTIVE, shelf_model()->ItemByID(item_id2)->status);
614 ActivateLauncherItem(shelf_model()->ItemIndexByID(item_id2));
    [all...]

Completed in 758 milliseconds