Searched defs:CreateIds (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_apitest.cc391 gaia::AccountIds CreateIds(std::string email, std::string obfid) { function in namespace:extensions
495 SetAccountState(CreateIds("primary@example.com", "1"), true);
502 SetAccountState(CreateIds("primary@example.com", "1"), true);
503 SetAccountState(CreateIds("secondary@example.com", "2"), true);
524 SetAccountState(CreateIds("primary@example.com", "1"), true);
525 SetAccountState(CreateIds("secondary@example.com", "2"), true);
1388 SetAccountState(CreateIds("primary@example.com", "1"), true);
1389 SetAccountState(CreateIds("secondary@example.com", "2"), true);
1413 SetAccountState(CreateIds("primary@example.com", "1"), true);
1414 SetAccountState(CreateIds("secondar
[all...]

Completed in 91 milliseconds