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

  /external/chromium_org/chrome/browser/signin/
account_reconcilor_unittest.cc 71 AccountReconcilor* reconcilor = new MockAccountReconcilor( local
75 reconcilor->Initialize(false /* start_reconcile_if_tokens_available */);
76 return reconcilor;
114 AccountReconcilor* reconcilor,
196 AccountReconcilor* reconcilor,
199 reconcilor->HandleRefreshTokenFetched(account_id, refresh_token);
203 AccountReconcilor* reconcilor = local
205 ASSERT_TRUE(reconcilor);
206 ASSERT_EQ(token_service(), reconcilor->token_service());
216 AccountReconcilor* reconcilor local
239 AccountReconcilor* reconcilor = local
254 AccountReconcilor* reconcilor = local
263 AccountReconcilor* reconcilor = local
285 AccountReconcilor* reconcilor = local
303 AccountReconcilor* reconcilor = local
325 AccountReconcilor* reconcilor = local
347 AccountReconcilor* reconcilor = local
367 AccountReconcilor* reconcilor = local
414 AccountReconcilor* reconcilor = local
454 AccountReconcilor* reconcilor = local
509 AccountReconcilor* reconcilor = GetMockReconcilor(); local
551 AccountReconcilor* reconcilor = GetMockReconcilor(); local
642 AccountReconcilor* reconcilor = GetMockReconcilor(); local
679 AccountReconcilor* reconcilor = GetMockReconcilor(); local
710 AccountReconcilor* reconcilor = local
745 AccountReconcilor* reconcilor = local
    [all...]
account_reconcilor_factory.cc 39 AccountReconcilor* reconcilor = new AccountReconcilor( local
43 reconcilor->Initialize(true /* start_reconcile_if_tokens_available */);
44 return reconcilor;
  /external/chromium_org/components/signin/core/browser/
account_reconcilor.cc 53 RefreshTokenFetcher(AccountReconcilor* reconcilor,
77 AccountReconcilor* reconcilor,
80 : SigninOAuthHelper(reconcilor->client()->GetURLRequestContext(),
83 reconcilor_(reconcilor),
120 UserIdFetcher(AccountReconcilor* reconcilor,
141 AccountReconcilor::UserIdFetcher::UserIdFetcher(AccountReconcilor* reconcilor,
144 : reconcilor_(reconcilor),
222 // If this user is not signed in, the reconcilor should do nothing but
293 // During re-auth, the reconcilor will get a callback about successful signin

Completed in 57 milliseconds