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

/external/webkit/Source/WebCore/dom/
H A DBeforeLoadEvent.h35 class BeforeLoadEvent : public Event { class in namespace:WebCore
39 static PassRefPtr<BeforeLoadEvent> create(const String& url)
41 return adoptRef(new BeforeLoadEvent(url));
57 BeforeLoadEvent(const String& url) function in class:WebCore::BeforeLoadEvent

Completed in 142 milliseconds