Home
last modified time | relevance | path

Searched refs:result_ids (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/tabs/
Dtabs_test.cc183 std::set<int> result_ids; in IN_PROC_BROWSER_TEST_F() local
204 result_ids.insert(utils::GetInteger(result_window, "id")); in IN_PROC_BROWSER_TEST_F()
211 EXPECT_EQ(window_ids, result_ids); in IN_PROC_BROWSER_TEST_F()
213 result_ids.clear(); in IN_PROC_BROWSER_TEST_F()
226 result_ids.insert(utils::GetInteger(result_window, "id")); in IN_PROC_BROWSER_TEST_F()
233 EXPECT_EQ(window_ids, result_ids); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/extensions/api/identity/
Didentity_apitest.cc434 std::set<std::string> result_ids; in ExpectGetAccounts() local
441 result_ids.insert(info->id); in ExpectGetAccounts()
449 if (result_ids.find(*it) == result_ids.end()) in ExpectGetAccounts()