Searched defs:BeforeUnloadEvent (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DBeforeUnloadEvent.cpp24 #include "BeforeUnloadEvent.h"
30 BeforeUnloadEvent::BeforeUnloadEvent() function in class:WebCore::BeforeUnloadEvent
35 BeforeUnloadEvent::~BeforeUnloadEvent()
39 bool BeforeUnloadEvent::storesResultAsString() const
44 void BeforeUnloadEvent::storeResult(const String& s)
H A DBeforeUnloadEvent.h31 class BeforeUnloadEvent : public Event { class in namespace:WebCore
33 virtual ~BeforeUnloadEvent();
35 static PassRefPtr<BeforeUnloadEvent> create()
37 return adoptRef(new BeforeUnloadEvent);
46 BeforeUnloadEvent();

Completed in 58 milliseconds