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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DBeforeLoadEvent.h43 class BeforeLoadEvent : public Event { class in namespace:WebCore
45 static PassRefPtr<BeforeLoadEvent> create()
47 return adoptRef(new BeforeLoadEvent);
50 static PassRefPtr<BeforeLoadEvent> create(const String& url)
52 return adoptRef(new BeforeLoadEvent(url));
55 static PassRefPtr<BeforeLoadEvent> create(const AtomicString& type, const BeforeLoadEventInit& initializer)
57 return adoptRef(new BeforeLoadEvent(type, initializer));
65 BeforeLoadEvent() function in class:WebCore::BeforeLoadEvent
70 explicit BeforeLoadEvent(const String& url) function in class:WebCore::BeforeLoadEvent
77 BeforeLoadEvent(cons function in class:WebCore::BeforeLoadEvent
[all...]

Completed in 119 milliseconds