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/dom/
BeforeUnloadEvent.cpp 24 #include "core/dom/BeforeUnloadEvent.h"
30 BeforeUnloadEvent::BeforeUnloadEvent()
31 : Event(eventNames().beforeunloadEvent, false, true)
35 BeforeUnloadEvent::~BeforeUnloadEvent()
39 bool BeforeUnloadEvent::storesResultAsString() const
44 void BeforeUnloadEvent::storeResult(const String& s)
BeforeUnloadEvent.h 31 class BeforeUnloadEvent : public Event {
33 virtual ~BeforeUnloadEvent();
35 static PassRefPtr<BeforeUnloadEvent> create()
37 return adoptRef(new BeforeUnloadEvent);
46 BeforeUnloadEvent();

Completed in 396 milliseconds