Searched refs:hasInterface (Results 1 – 9 of 9) sorted by relevance
126 return m_private->hasInterface(WebCore::EventNames::MutationEvent); in isMutationEvent()132 return m_private->hasInterface(WebCore::EventNames::TextEvent); in isTextEvent()138 return m_private->hasInterface(WebCore::EventNames::CompositionEvent); in isCompositionEvent()156 return m_private->hasInterface(WebCore::EventNames::MessageEvent); in isMessageEvent()162 return m_private->hasInterface(WebCore::EventNames::WheelEvent); in isWheelEvent()174 return m_private->hasInterface(WebCore::EventNames::OverflowEvent); in isOverflowEvent()180 return m_private->hasInterface(WebCore::EventNames::PageTransitionEvent); in isPageTransitionEvent()186 return m_private->hasInterface(WebCore::EventNames::PopStateEvent); in isPopStateEvent()192 return m_private->hasInterface(WebCore::EventNames::ProgressEvent); in isProgressEvent()198 return m_private->hasInterface(WebCore::EventNames::XMLHttpRequestProgressEvent); in isXMLHttpRequestProgressEvent()[all …]
82 return event.type() == EventTypeNames::textInput && event.hasInterface(EventNames::TextEvent); in isTextEvent()
113 bool Event::hasInterface(const AtomicString& name) const in hasInterface() function in WebCore::Event
138 bool hasInterface(const AtomicString&) const;
54 if (!event->hasInterface(EventNames::ErrorEvent)) in callListenerFunction()
151 if (!event->hasInterface(EventNames::WheelEvent)) in forwardEvent()
235 …enderer() && (event->isMouseEvent() || event->isDragEvent() || event->hasInterface(EventNames::Whe… in forwardEvent()270 …return (event->type() == EventTypeNames::textInput && event->hasInterface(EventNames::TextEvent) &… in shouldSubmitImplicitly()
255 …if (renderer() && (event->isMouseEvent() || event->isDragEvent() || event->hasInterface(EventNames… in defaultEventHandler()
2481 if (event->hasInterface(EventNames::TextEvent)) { in defaultEventHandler()2502 …ypeNames::wheel || eventType == EventTypeNames::mousewheel) && event->hasInterface(EventNames::Whe… in defaultEventHandler()