Searched refs:SetAccountState (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/identity/
H A Didentity_apitest.cc406 void SetAccountState(gaia::AccountIds ids, bool is_signed_in) { function in class:extensions::IdentityGetAccountsFunctionTest
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);
663 void SetAccountState(gaia::AccountIds ids, bool is_signed_in) { function in class:extensions::GetAuthTokenFunctionTest
1388 SetAccountState(CreateIds("primary@example.com", "1"), true);
1389 SetAccountState(CreateIds("secondary@example.com", "2"), true);
1413 SetAccountState(CreateId
[all...]

Completed in 1484 milliseconds