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

  /external/webkit/WebCore/dom/
BeforeUnloadEvent.cpp 24 #include "BeforeUnloadEvent.h"
30 BeforeUnloadEvent::BeforeUnloadEvent()
31 : Event(eventNames().beforeunloadEvent, false, true)
35 bool BeforeUnloadEvent::storesResultAsString() const
40 void BeforeUnloadEvent::storeResult(const String& s)
BeforeUnloadEvent.h 31 class BeforeUnloadEvent : public Event {
33 static PassRefPtr<BeforeUnloadEvent> create()
35 return adoptRef(new BeforeUnloadEvent);
44 BeforeUnloadEvent();
  /external/webkit/WebCore/page/
DOMWindow.h 42 class BeforeUnloadEvent;
Frame.cpp 33 #include "BeforeUnloadEvent.h"
    [all...]
  /external/webkit/WebCore/
Android.mk 103 dom/BeforeUnloadEvent.cpp \

Completed in 554 milliseconds