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()
44 WMLIntrinsicEventType m_type;
142 WMLIntrinsicEventType eventType = WMLIntrinsicEventUnknown; in handleIntrinsicEventIfNeeded()219 WMLIntrinsicEventType eventType = WMLIntrinsicEventUnknown; in parseMappedAttribute()
53 WMLIntrinsicEventType eventType = WMLIntrinsicEventUnknown; in parseMappedAttribute()
104 WMLIntrinsicEventType eventType = WMLIntrinsicEventOnTimer; in timerFired()