Searched defs:underlyingEvent (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/
H A DImageInputType.cpp91 Event& underlyingEvent = *event->underlyingEvent(); local
/macosx-10.10/WebCore-7600.1.25/dom/
H A DMouseEvent.cpp255 PassRefPtr<SimulatedMouseEvent> SimulatedMouseEvent::create(const AtomicString& eventType, PassRefPtr<AbstractView> view, PassRefPtr<Event> underlyingEvent, Element* target) argument
264 SimulatedMouseEvent::SimulatedMouseEvent(const AtomicString& eventType, PassRefPtr<AbstractView> view, PassRefPtr<Event> underlyingEvent, Element* target) argument
[all...]
H A DEvent.h169 Event* underlyingEvent() const { return m_underlyingEvent.get(); } function in class:WebCore::Event
H A DEventDispatcher.cpp238 void EventDispatcher::dispatchSimulatedClick(Element* element, Event* underlyingEvent, SimulatedClickMouseEventOptions mouseEventOptions, SimulatedClickVisualOptions visualOptions) argument
H A DElement.cpp277 void Element::dispatchSimulatedClick(Event* underlyingEvent, SimulatedClickMouseEventOptions eventOptions, SimulatedClickVisualOptions visualOptions) argument
H A DNode.cpp2036 bool Node::dispatchDOMActivateEvent(int detail, PassRefPtr<Event> underlyingEvent) argument
/macosx-10.10/WebCore-7600.1.25/page/
H A DEventHandler.cpp3405 bool EventHandler::handleTextInputEvent(const String& text, Event* underlyingEvent, TextEventInputType inputType) argument

Completed in 243 milliseconds