Searched refs:WMLIntrinsicEventType (Results 1 – 6 of 6) sorted by relevance
32 enum WMLIntrinsicEventType { enum46 bool registerIntrinsicEvent(WMLIntrinsicEventType, PassRefPtr<WMLIntrinsicEvent>);47 void deregisterIntrinsicEvent(WMLIntrinsicEventType);48 void triggerIntrinsicEvent(WMLIntrinsicEventType) const;49 bool hasIntrinsicEvent(WMLIntrinsicEventType) const;
32 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()
42 WMLIntrinsicEventType m_type;
137 WMLIntrinsicEventType eventType = WMLIntrinsicEventUnknown; in handleIntrinsicEventIfNeeded()214 WMLIntrinsicEventType eventType = WMLIntrinsicEventUnknown; in parseMappedAttribute()
48 WMLIntrinsicEventType eventType = WMLIntrinsicEventUnknown; in parseMappedAttribute()
99 WMLIntrinsicEventType eventType = WMLIntrinsicEventOnTimer; in timerFired()