/dports/www/chromium-legacy/chromium-88.0.4324.182/components/gcm_driver/ |
H A D | gcm_account_tracker_unittest.cc | 80 void SetLastTokenFetchTime(const base::Time& time) override; 151 void CustomFakeGCMDriver::SetLastTokenFetchTime(const base::Time& time) { in SetLastTokenFetchTime() function in gcm::__anon7228096c0111::CustomFakeGCMDriver 466 driver()->SetLastTokenFetchTime(base::Time::Now()); in TEST_F() 471 driver()->SetLastTokenFetchTime(base::Time::Max()); in TEST_F() 477 driver()->SetLastTokenFetchTime(base::Time::Now() + in TEST_F() 490 driver()->SetLastTokenFetchTime(base::Time::Now()); in TEST_F()
|
H A D | fake_gcm_driver.h | 48 void SetLastTokenFetchTime(const base::Time& time) override;
|
H A D | fake_gcm_driver.cc | 96 void FakeGCMDriver::SetLastTokenFetchTime(const base::Time& time) { in SetLastTokenFetchTime() function in gcm::FakeGCMDriver
|
H A D | gcm_driver_android.h | 76 void SetLastTokenFetchTime(const base::Time& time) override;
|
H A D | fake_gcm_client.h | 78 void SetLastTokenFetchTime(const base::Time& time) override;
|
H A D | gcm_driver_desktop.cc | 99 void SetLastTokenFetchTime(const base::Time& time); 418 void GCMDriverDesktop::IOWorker::SetLastTokenFetchTime(const base::Time& time) { in SetLastTokenFetchTime() function in gcm::GCMDriverDesktop::IOWorker 422 gcm_client_->SetLastTokenFetchTime(time); in SetLastTokenFetchTime() 824 void GCMDriverDesktop::SetLastTokenFetchTime(const base::Time& time) { in SetLastTokenFetchTime() function in gcm::GCMDriverDesktop 831 base::BindOnce(&GCMDriverDesktop::IOWorker::SetLastTokenFetchTime, in SetLastTokenFetchTime()
|
H A D | gcm_client.h | 336 virtual void SetLastTokenFetchTime(const base::Time& time) = 0;
|
H A D | gcm_driver_android.cc | 205 void GCMDriverAndroid::SetLastTokenFetchTime(const base::Time& time) { in SetLastTokenFetchTime() function in gcm::GCMDriverAndroid
|
H A D | gcm_account_tracker.cc | 206 driver_->SetLastTokenFetchTime(base::Time::Now()); in ReportTokens()
|
H A D | gcm_driver_desktop.h | 96 void SetLastTokenFetchTime(const base::Time& time) override;
|
H A D | gcm_client_impl.h | 146 void SetLastTokenFetchTime(const base::Time& time) override;
|
H A D | fake_gcm_client.cc | 205 void FakeGCMClient::SetLastTokenFetchTime(const base::Time& time) { in SetLastTokenFetchTime() function in gcm::FakeGCMClient
|
H A D | gcm_driver.h | 258 virtual void SetLastTokenFetchTime(const base::Time& time) = 0;
|
H A D | gcm_client_impl.cc | 610 void GCMClientImpl::SetLastTokenFetchTime(const base::Time& time) { in SetLastTokenFetchTime() function in gcm::GCMClientImpl 612 gcm_store_->SetLastTokenFetchTime( in SetLastTokenFetchTime()
|
H A D | gcm_driver_desktop_unittest.cc | 876 driver()->SetLastTokenFetchTime(fetch_time); in TEST_F()
|
H A D | gcm_client_impl_unittest.cc | 1591 gcm_client()->SetLastTokenFetchTime(expected_time); in TEST_F()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/google_apis/gcm/engine/ |
H A D | gcm_store_impl.h | 101 void SetLastTokenFetchTime(const base::Time& time,
|
H A D | gcm_store.h | 146 virtual void SetLastTokenFetchTime(const base::Time& time,
|
H A D | gcm_store_impl.cc | 230 void SetLastTokenFetchTime(const base::Time& time, UpdateCallback callback); 779 void GCMStoreImpl::Backend::SetLastTokenFetchTime(const base::Time& time, in SetLastTokenFetchTime() function in gcm::GCMStoreImpl::Backend 1375 void GCMStoreImpl::SetLastTokenFetchTime(const base::Time& time, in SetLastTokenFetchTime() function in gcm::GCMStoreImpl 1378 FROM_HERE, base::BindOnce(&GCMStoreImpl::Backend::SetLastTokenFetchTime, in SetLastTokenFetchTime()
|
H A D | gcm_store_impl_unittest.cc | 688 gcm_store->SetLastTokenFetchTime( in TEST_F()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/google_apis/gcm/engine/ |
H A D | gcm_store_impl.h | 101 void SetLastTokenFetchTime(const base::Time& time,
|
H A D | gcm_store.h | 146 virtual void SetLastTokenFetchTime(const base::Time& time,
|
H A D | gcm_store_impl.cc | 230 void SetLastTokenFetchTime(const base::Time& time, UpdateCallback callback); 779 void GCMStoreImpl::Backend::SetLastTokenFetchTime(const base::Time& time, in SetLastTokenFetchTime() function in gcm::GCMStoreImpl::Backend 1379 void GCMStoreImpl::SetLastTokenFetchTime(const base::Time& time, in SetLastTokenFetchTime() function in gcm::GCMStoreImpl 1382 FROM_HERE, base::BindOnce(&GCMStoreImpl::Backend::SetLastTokenFetchTime, in SetLastTokenFetchTime()
|
H A D | gcm_store_impl_unittest.cc | 694 gcm_store->SetLastTokenFetchTime( in TEST_F()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/invalidation/impl/ |
H A D | fcm_network_handler_unittests.cc | 128 MOCK_METHOD1(SetLastTokenFetchTime, void(const base::Time& time));
|