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

  /external/chromium_org/sync/test/accounts_client/
test_accounts_client.h 45 bool ClaimAccount(AccountSession* session);
48 // of |session| should be one returned from ClaimAccount(). This function
test_accounts_client_unittest.cc 54 EXPECT_FALSE(client.ClaimAccount(&session));
76 EXPECT_TRUE(client.ClaimAccount(&session));
test_accounts_client.cc 79 bool TestAccountsClient::ClaimAccount(AccountSession* session) {

Completed in 55 milliseconds