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

  /external/chromium_org/ui/app_list/
app_list_model_unittest.cc 145 std::string item_name1 = model_.GetItemName(1); local
146 AppListItemModel* item1 = model_.item_list()->FindItem(item_name1);
148 EXPECT_EQ(item_name1, item1->id());

Completed in 457 milliseconds