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

/external/webkit/WebCore/wml/
H A DWMLIntrinsicEvent.cpp24 #include "WMLIntrinsicEvent.h"
40 WMLIntrinsicEvent::WMLIntrinsicEvent(Document* document, const String& targetURL) function in class:WebCore::WMLIntrinsicEvent
46 WMLIntrinsicEvent::WMLIntrinsicEvent(WMLTaskElement* taskElement) function in class:WebCore::WMLIntrinsicEvent
H A DWMLIntrinsicEvent.h35 class WMLIntrinsicEvent : public RefCounted<WMLIntrinsicEvent> { class in namespace:WebCore
37 static PassRefPtr<WMLIntrinsicEvent> create(Document* document, const String& targetURL)
39 return adoptRef(new WMLIntrinsicEvent(document, targetURL));
42 static PassRefPtr<WMLIntrinsicEvent> createWithTask(WMLTaskElement* taskElement)
44 return adoptRef(new WMLIntrinsicEvent(taskElement));
50 WMLIntrinsicEvent(Document*, const String& targetURL);
51 WMLIntrinsicEvent(WMLTaskElement*);

Completed in 142 milliseconds