BeforeUnloadEvent 2539 Source/core/dom/Document.cpp RefPtrWillBeRawPtr<BeforeUnloadEvent> beforeUnloadEvent = BeforeUnloadEvent::create(); BeforeUnloadEvent 30 Source/core/events/BeforeUnloadEvent.cpp BeforeUnloadEvent::BeforeUnloadEvent() BeforeUnloadEvent 36 Source/core/events/BeforeUnloadEvent.cpp BeforeUnloadEvent::~BeforeUnloadEvent() BeforeUnloadEvent 40 Source/core/events/BeforeUnloadEvent.cpp bool BeforeUnloadEvent::isBeforeUnloadEvent() const BeforeUnloadEvent 45 Source/core/events/BeforeUnloadEvent.cpp void BeforeUnloadEvent::trace(Visitor* visitor) BeforeUnloadEvent 32 Source/core/events/BeforeUnloadEvent.h class BeforeUnloadEvent FINAL : public Event { BeforeUnloadEvent 34 Source/core/events/BeforeUnloadEvent.h virtual ~BeforeUnloadEvent(); BeforeUnloadEvent 36 Source/core/events/BeforeUnloadEvent.h static PassRefPtrWillBeRawPtr<BeforeUnloadEvent> create() BeforeUnloadEvent 38 Source/core/events/BeforeUnloadEvent.h return adoptRefWillBeNoop(new BeforeUnloadEvent); BeforeUnloadEvent 46 Source/core/events/BeforeUnloadEvent.h virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::BeforeUnloadEvent; } BeforeUnloadEvent 51 Source/core/events/BeforeUnloadEvent.h BeforeUnloadEvent(); BeforeUnloadEvent 56 Source/core/events/BeforeUnloadEvent.h DEFINE_EVENT_TYPE_CASTS(BeforeUnloadEvent);