Searched refs:createCancelable (Results 1 – 8 of 8) sorted by relevance
116 dispatchEvent(Event::createCancelable(EventTypeNames::error)); in errorEventTimerFired()
463 bool needsDefaultAction = dispatchEvent(Event::createCancelable(EventTypeNames::invalid)); in checkValidity()
540 m_pendingEvents.append(Event::createCancelable(eventName)); in scheduleEvent()
553 m_asyncEventQueue->enqueueEvent(Event::createCancelable(eventName)); in scheduleEvent()
124 dispatchEvent(Event::createCancelable(EventTypeNames::error)); in notifyFinished()
127 m_worker->dispatchEvent(Event::createCancelable(EventTypeNames::error)); in notifyFinished()
88 static PassRefPtr<Event> createCancelable(const AtomicString& type) in createCancelable() function
3514 dialog->dispatchEvent(Event::createCancelable(EventTypeNames::cancel)); in defaultEscapeEventHandler()