#include "third_party/blink/renderer/core/timing/back_forward_cache_restoration.h"
#include "third_party/blink/renderer/core/performance_entry_names.h"
#include "third_party/blink/renderer/core/timing/performance_entry.h"
namespace blink {
BackForwardCacheRestoration::BackForwardCacheRestoration(
DOMHighResTimeStamp start_time,
DOMHighResTimeStamp pageshow_event_start,
DOMHighResTimeStamp pageshow_event_end,
DOMWindow* source)
: … { … }
BackForwardCacheRestoration::~BackForwardCacheRestoration() = default;
const AtomicString& BackForwardCacheRestoration::entryType() const { … }
PerformanceEntryType BackForwardCacheRestoration::EntryTypeEnum() const { … }
void BackForwardCacheRestoration::Trace(Visitor* visitor) const { … }
void BackForwardCacheRestoration::BuildJSONValue(
V8ObjectBuilder& builder) const { … }
}