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

  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_list_chromeos_unittest.cc 253 const AvatarMenu::Item& item2next = menu->GetItemAt(1); local
254 EXPECT_EQ(1U, item2next.menu_index);
255 EXPECT_EQ(newname1, item2next.name);
  /external/chromium_org/chrome/browser/profiles/
profile_list_desktop_unittest.cc 236 const AvatarMenu::Item& item2next = model->GetItemAt(1); local
237 EXPECT_EQ(1U, item2next.menu_index);
238 EXPECT_EQ(ASCIIToUTF16(newname1), item2next.name);

Completed in 49 milliseconds