#include "third_party/blink/renderer/modules/background_fetch/service_worker_registration_background_fetch.h"
#include "third_party/blink/renderer/modules/background_fetch/background_fetch_manager.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
namespace blink {
ServiceWorkerRegistrationBackgroundFetch::
ServiceWorkerRegistrationBackgroundFetch(
ServiceWorkerRegistration* registration)
: … { … }
ServiceWorkerRegistrationBackgroundFetch::
~ServiceWorkerRegistrationBackgroundFetch() = default;
const char ServiceWorkerRegistrationBackgroundFetch::kSupplementName[] = …;
ServiceWorkerRegistrationBackgroundFetch&
ServiceWorkerRegistrationBackgroundFetch::From(
ServiceWorkerRegistration& registration) { … }
BackgroundFetchManager*
ServiceWorkerRegistrationBackgroundFetch::backgroundFetch(
ServiceWorkerRegistration& registration) { … }
BackgroundFetchManager*
ServiceWorkerRegistrationBackgroundFetch::backgroundFetch() { … }
void ServiceWorkerRegistrationBackgroundFetch::Trace(Visitor* visitor) const { … }
}