OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FakeAccountReconcilor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/signin/
fake_account_reconcilor.h
13
class
FakeAccountReconcilor
: public AccountReconcilor {
15
FakeAccountReconcilor
(ProfileOAuth2TokenService* token_service,
28
DISALLOW_COPY_AND_ASSIGN(
FakeAccountReconcilor
);
fake_account_reconcilor.cc
12
FakeAccountReconcilor
::
FakeAccountReconcilor
(
20
KeyedService*
FakeAccountReconcilor
::Build(content::BrowserContext* context) {
22
AccountReconcilor* reconcilor = new
FakeAccountReconcilor
(
30
void
FakeAccountReconcilor
::GetAccountsFromCookie(
Completed in 293 milliseconds