HomeSort by relevance Sort by last modified time
    Searched defs:BeforeUnloadEvent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/events/
BeforeUnloadEvent.cpp 25 #include "core/events/BeforeUnloadEvent.h"
30 BeforeUnloadEvent::BeforeUnloadEvent()
36 BeforeUnloadEvent::~BeforeUnloadEvent()
40 bool BeforeUnloadEvent::isBeforeUnloadEvent() const
BeforeUnloadEvent.h 33 class BeforeUnloadEvent : public Event {
35 virtual ~BeforeUnloadEvent();
37 static PassRefPtr<BeforeUnloadEvent> create()
39 return adoptRef(new BeforeUnloadEvent);
47 virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::BeforeUnloadEvent; }
50 BeforeUnloadEvent();
55 DEFINE_EVENT_TYPE_CASTS(BeforeUnloadEvent);

Completed in 125 milliseconds