Home
last modified time | relevance | path

Searched refs:GetCachedGCMToken (Results 1 – 12 of 12) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/core/prefetch/
H A Dstub_prefetch_service.cc20 std::string StubPrefetchService::GetCachedGCMToken() const { in GetCachedGCMToken() function in offline_pages::StubPrefetchService
H A Dstub_prefetch_service.h21 std::string GetCachedGCMToken() const override;
H A Dprefetch_service.h74 virtual std::string GetCachedGCMToken() const = 0;
H A Dprefetch_service_impl.h45 std::string GetCachedGCMToken() const override;
H A Dprefetch_service_impl.cc70 std::string PrefetchServiceImpl::GetCachedGCMToken() const { in GetCachedGCMToken() function in offline_pages::PrefetchServiceImpl
H A Dprefetch_dispatcher_impl.cc254 DCHECK(!service_->GetCachedGCMToken().empty()); in QueueActionTasks()
266 this, service_->GetPrefetchStore(), service_->GetCachedGCMToken(), in QueueActionTasks()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_pages/core/prefetch/
H A Dstub_prefetch_service.h23 std::string GetCachedGCMToken() const override;
H A Dstub_prefetch_service.cc23 std::string StubPrefetchService::GetCachedGCMToken() const { in GetCachedGCMToken() function in offline_pages::StubPrefetchService
H A Dprefetch_service.h92 virtual std::string GetCachedGCMToken() const = 0;
H A Dprefetch_service_impl.h51 std::string GetCachedGCMToken() const override;
H A Dprefetch_service_impl.cc86 std::string PrefetchServiceImpl::GetCachedGCMToken() const { in GetCachedGCMToken() function in offline_pages::PrefetchServiceImpl
H A Dprefetch_dispatcher_impl.cc256 DCHECK(!service_->GetCachedGCMToken().empty()); in QueueActionTasks()
268 this, service_->GetPrefetchStore(), service_->GetCachedGCMToken(), in QueueActionTasks()