Home
last modified time | relevance | path

Searched refs:AccountReconcilor (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/signin/core/browser/
H A Daccount_reconcilor.cc183 AccountReconcilor::Lock::Lock(AccountReconcilor* reconcilor) in Lock()
189 AccountReconcilor::Lock::~Lock() { in ~Lock()
196 AccountReconcilor* reconcilor) in ScopedSyncedDataDeletion()
210 AccountReconcilor::AccountReconcilor( in AccountReconcilor() function in AccountReconcilor
236 AccountReconcilor::~AccountReconcilor() { in ~AccountReconcilor()
264 void AccountReconcilor::EnableReconcile() { in EnableReconcile()
281 void AccountReconcilor::Shutdown() { in Shutdown()
436 void AccountReconcilor::StartReconcile() { in StartReconcile()
739 void AccountReconcilor::FinishReconcile( in FinishReconcile()
834 void AccountReconcilor::AbortReconcile() { in AbortReconcile()
[all …]
H A Daccount_reconcilor.h38 class AccountReconcilor : public KeyedService,
47 explicit Lock(AccountReconcilor* reconcilor);
51 base::WeakPtr<AccountReconcilor> reconcilor_;
63 friend class AccountReconcilor;
64 explicit ScopedSyncedDataDeletion(AccountReconcilor* reconcilor);
65 base::WeakPtr<AccountReconcilor> reconcilor_;
91 AccountReconcilor(
95 ~AccountReconcilor() override;
376 base::WeakPtrFactory<AccountReconcilor> weak_factory_{this};
378 DISALLOW_COPY_AND_ASSIGN(AccountReconcilor);
H A Daccount_reconcilor_unittest.cc116 : AccountReconcilor( in DummyAccountReconcilorWithDelegate()
132 : AccountReconcilor( in DummyAccountReconcilorWithDelegate()
260 AccountReconcilor* reconcilor,
379 AccountReconcilor* reconcilor, in SimulateAddAccountToCookieCompleted()
386 AccountReconcilor* reconcilor, in SimulateSetAccountsInCookieCompleted()
392 AccountReconcilor* reconcilor, in SimulateLogOutFromCookieCompleted()
2481 base::ScopedObservation<AccountReconcilor, AccountReconcilor::Observer> in TEST_F()
2486 std::unique_ptr<AccountReconcilor::Lock> lock_1 = in TEST_F()
2493 AccountReconcilor::Lock lock_2(reconcilor); in TEST_F()
2514 AccountReconcilor::Lock lock(reconcilor); in TEST_F()
[all …]
H A Daccount_reconcilor_delegate.h18 class AccountReconcilor; variable
140 void set_reconcilor(AccountReconcilor* reconcilor) { in set_reconcilor()
143 AccountReconcilor* reconcilor() { return reconcilor_; } in reconcilor()
181 AccountReconcilor* reconcilor_;
H A Dabout_signin_internals.h45 AccountReconcilor::Observer {
61 AccountReconcilor* account_reconcilor);
185 AccountReconcilor* account_reconcilor);
245 AccountReconcilor* account_reconcilor_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/signin/core/browser/
H A Daccount_reconcilor.cc200 AccountReconcilor::Lock::Lock(AccountReconcilor* reconcilor) in Lock()
206 AccountReconcilor::Lock::~Lock() { in ~Lock()
213 AccountReconcilor* reconcilor) in ScopedSyncedDataDeletion()
227 AccountReconcilor::AccountReconcilor( in AccountReconcilor() function in AccountReconcilor
253 AccountReconcilor::~AccountReconcilor() { in ~AccountReconcilor()
281 void AccountReconcilor::EnableReconcile() { in EnableReconcile()
298 void AccountReconcilor::Shutdown() { in Shutdown()
454 void AccountReconcilor::StartReconcile() { in StartReconcile()
727 void AccountReconcilor::FinishReconcile( in FinishReconcile()
822 void AccountReconcilor::AbortReconcile() { in AbortReconcile()
[all …]
H A Daccount_reconcilor.h38 class AccountReconcilor : public KeyedService,
47 explicit Lock(AccountReconcilor* reconcilor);
51 base::WeakPtr<AccountReconcilor> reconcilor_;
63 friend class AccountReconcilor;
64 explicit ScopedSyncedDataDeletion(AccountReconcilor* reconcilor);
65 base::WeakPtr<AccountReconcilor> reconcilor_;
91 AccountReconcilor(
95 ~AccountReconcilor() override;
375 base::WeakPtrFactory<AccountReconcilor> weak_factory_{this};
377 DISALLOW_COPY_AND_ASSIGN(AccountReconcilor);
H A Daccount_reconcilor_unittest.cc115 : AccountReconcilor( in DummyAccountReconcilorWithDelegate()
131 : AccountReconcilor( in DummyAccountReconcilorWithDelegate()
259 AccountReconcilor* reconcilor,
378 AccountReconcilor* reconcilor, in SimulateAddAccountToCookieCompleted()
385 AccountReconcilor* reconcilor, in SimulateSetAccountsInCookieCompleted()
391 AccountReconcilor* reconcilor, in SimulateLogOutFromCookieCompleted()
2476 ScopedObserver<AccountReconcilor, AccountReconcilor::Observer> in TEST_F()
2481 std::unique_ptr<AccountReconcilor::Lock> lock_1 = in TEST_F()
2488 AccountReconcilor::Lock lock_2(reconcilor); in TEST_F()
2509 AccountReconcilor::Lock lock(reconcilor); in TEST_F()
[all …]
H A Daccount_reconcilor_delegate.h17 class AccountReconcilor; variable
136 void set_reconcilor(AccountReconcilor* reconcilor) { in set_reconcilor()
139 AccountReconcilor* reconcilor() { return reconcilor_; } in reconcilor()
174 AccountReconcilor* reconcilor_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/signin/
H A Daccount_reconcilor_factory.cc33 AccountReconcilor* AccountReconcilorFactory::GetForBrowserState( in GetForBrowserState()
35 return static_cast<AccountReconcilor*>( in GetForBrowserState()
51 std::unique_ptr<AccountReconcilor> reconcilor(new AccountReconcilor( in BuildServiceInstanceFor()
H A Daccount_reconcilor_factory.h14 class AccountReconcilor; variable
25 static AccountReconcilor* GetForBrowserState(
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/signin/
H A Ddice_response_handler.h73 AccountReconcilor* account_reconcilor,
96 AccountReconcilor* account_reconcilor,
122 std::unique_ptr<AccountReconcilor::Lock> account_reconcilor_lock_;
170 AccountReconcilor* account_reconcilor_;
176 std::unique_ptr<AccountReconcilor::Lock> lock_;
H A Daccount_reconcilor_factory.cc160 AccountReconcilor* AccountReconcilorFactory::GetForProfile(Profile* profile) { in GetForProfile()
161 return static_cast<AccountReconcilor*>( in GetForProfile()
177 AccountReconcilor* reconcilor = in BuildServiceInstanceFor()
178 new AccountReconcilor(identity_manager, signin_client, in BuildServiceInstanceFor()
H A Daccount_reconcilor_factory.h21 class AccountReconcilor; variable
32 static AccountReconcilor* GetForProfile(Profile* profile);
H A Dchrome_signin_helper.cc102 AccountReconcilor* account_reconcilor = in AccountReconcilorLockWrapper()
105 new AccountReconcilor::Lock(account_reconcilor)); in AccountReconcilorLockWrapper()
124 std::unique_ptr<AccountReconcilor::Lock> account_reconcilor_lock_;
188 AccountReconcilor* account_reconcilor = in ProcessMirrorHeader()
H A Ddice_response_handler.cc145 AccountReconcilor* account_reconcilor, in DiceTokenFetcher()
159 std::make_unique<AccountReconcilor::Lock>(account_reconcilor); in DiceTokenFetcher()
211 AccountReconcilor* account_reconcilor, in DiceResponseHandler()
278 lock_ = std::make_unique<AccountReconcilor::Lock>(account_reconcilor_); in ProcessDiceSigninHeader()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/signin/
H A Dweb_signin_bridge.h19 public AccountReconcilor::Observer {
25 AccountReconcilor* account_reconcilor,
40 AccountReconcilor* account_reconcilor_;
H A Dweb_signin_bridge.cc32 AccountReconcilor* account_reconcilor, in WebSigninBridge()
95 AccountReconcilor* account_reconcilor = in JNI_WebSigninBridge_Create()
H A Dweb_signin_bridge_unittest.cc39 account_reconcilor_ = std::make_unique<AccountReconcilor>( in WebSigninBridgeTest()
59 std::unique_ptr<AccountReconcilor> account_reconcilor_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/signin/ios/browser/
H A Daccount_consistency_service.h32 class AccountReconcilor; variable
58 AccountReconcilor* account_reconcilor,
157 AccountReconcilor* account_reconcilor_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/signin/ios/browser/
H A Daccount_consistency_service.h33 class AccountReconcilor; variable
55 AccountReconcilor* account_reconcilor,
167 AccountReconcilor* account_reconcilor_;
H A Daccount_consistency_service.mm59 AccountReconcilor* account_reconcilor,
69 AccountReconcilor* account_reconcilor_; // Weak.
77 AccountReconcilor* account_reconcilor,
224 AccountReconcilor* account_reconcilor,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/signin/e2e_tests/
H A Dlive_sign_in_test.cc53 public AccountReconcilor::Observer {
56 AccountReconcilor* reconcilor) in SignInTestObserver()
171 AccountReconcilor* const reconcilor_;
269 AccountReconcilor* account_reconcilor() { in account_reconcilor()
273 AccountReconcilor* account_reconcilor(Browser* browser) { in account_reconcilor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/settings/
H A Dsettings_clear_browsing_data_handler.h77 std::unique_ptr<AccountReconcilor::ScopedSyncedDataDeletion> deletion,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/settings/
H A Dsettings_clear_browsing_data_handler.h77 std::unique_ptr<AccountReconcilor::ScopedSyncedDataDeletion> deletion);

12