Searched refs:toWebEventModifiers (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/Shared/efl/
H A DWebEventFactory.cpp249 static inline WebEvent::Modifiers toWebEventModifiers(unsigned modifiers) function in namespace:WebKit
278 return WebTouchEvent(toWebEventType(event->eventType()), touchPoints, toWebEventModifiers(event->modifiers()), event->timestamp());

Completed in 104 milliseconds