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

  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_list_chromeos_unittest.cc 248 const AvatarMenu::Item& item1next = menu->GetItemAt(0); local
250 EXPECT_EQ(0U, item1next.menu_index);
251 EXPECT_EQ(name2, item1next.name);
  /external/chromium_org/chrome/browser/profiles/
profile_list_desktop_unittest.cc 231 const AvatarMenu::Item& item1next = model->GetItemAt(0); local
233 EXPECT_EQ(0U, item1next.menu_index);
234 EXPECT_EQ(ASCIIToUTF16(name2), item1next.name);

Completed in 55 milliseconds