Home
last modified time | relevance | path

Searched refs:WMLIntrinsicEventType (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/wml/
DWMLIntrinsicEventHandler.h32 enum WMLIntrinsicEventType { enum
46 bool registerIntrinsicEvent(WMLIntrinsicEventType, PassRefPtr<WMLIntrinsicEvent>);
47 void deregisterIntrinsicEvent(WMLIntrinsicEventType);
48 void triggerIntrinsicEvent(WMLIntrinsicEventType) const;
49 bool hasIntrinsicEvent(WMLIntrinsicEventType) const;
DWMLIntrinsicEventHandler.cpp32 bool WMLIntrinsicEventHandler::registerIntrinsicEvent(WMLIntrinsicEventType type, PassRefPtr<WMLInt… in registerIntrinsicEvent()
41 void WMLIntrinsicEventHandler::deregisterIntrinsicEvent(WMLIntrinsicEventType type) in deregisterIntrinsicEvent()
47 void WMLIntrinsicEventHandler::triggerIntrinsicEvent(WMLIntrinsicEventType type) const in triggerIntrinsicEvent()
54 bool WMLIntrinsicEventHandler::hasIntrinsicEvent(WMLIntrinsicEventType type) const in hasIntrinsicEvent()
DWMLOnEventElement.h42 WMLIntrinsicEventType m_type;
DWMLCardElement.cpp137 WMLIntrinsicEventType eventType = WMLIntrinsicEventUnknown; in handleIntrinsicEventIfNeeded()
214 WMLIntrinsicEventType eventType = WMLIntrinsicEventUnknown; in parseMappedAttribute()
DWMLTemplateElement.cpp48 WMLIntrinsicEventType eventType = WMLIntrinsicEventUnknown; in parseMappedAttribute()
DWMLTimerElement.cpp99 WMLIntrinsicEventType eventType = WMLIntrinsicEventOnTimer; in timerFired()