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

/macosx-10.10.1/WebKit2-7600.1.25/Shared/efl/
H A DNativeWebTouchEventEfl.cpp35 NativeWebTouchEvent::NativeWebTouchEvent(EwkTouchEvent* touchEvent, const WebCore::AffineTransform& toWebContent) argument
36 : WebTouchEvent(WebEventFactory::createWebTouchEvent(touchEvent, toWebContent))
H A DNativeWebWheelEventEfl.cpp33 NativeWebWheelEvent::NativeWebWheelEvent(const Evas_Event_Mouse_Wheel* event, const WebCore::AffineTransform& toWebContent, const WebCore::AffineTransform& toDeviceScreen) argument
34 : WebWheelEvent(WebEventFactory::createWebWheelEvent(event, toWebContent, toDeviceScreen))
H A DWebEventFactory.cpp101 WebMouseEvent WebEventFactory::createWebMouseEvent(const Evas_Event_Mouse_Down* event, const AffineTransform& toWebContent, const AffineTransform& toDeviceScreen) argument
106 toWebContent.mapPoint(pos),
116 WebMouseEvent WebEventFactory::createWebMouseEvent(const Evas_Event_Mouse_Up* event, const AffineTransform& toWebContent, const AffineTransform& toDeviceScreen) argument
121 toWebContent.mapPoint(pos),
131 WebMouseEvent WebEventFactory::createWebMouseEvent(const Evas_Event_Mouse_Move* event, const AffineTransform& toWebContent, const AffineTransform& toDeviceScreen) argument
136 toWebContent.mapPoint(pos),
146 WebWheelEvent WebEventFactory::createWebWheelEvent(const Evas_Event_Mouse_Wheel* event, const AffineTransform& toWebContent, const AffineTransform& toDeviceScreen) argument
171 toWebContent.mapPoint(pos),
265 WebTouchEvent WebEventFactory::createWebTouchEvent(const EwkTouchEvent* event, const AffineTransform& toWebContent) argument
275 touchPoints.uncheckedAppend(WebPlatformTouchPoint(point->id(), toWebPlatformTouchPointState(point->state()), toIntPoint(point->screenPosition()), toWebContent
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DNativeWebMouseEvent.h83 NativeWebMouseEvent::NativeWebMouseEvent(const EvasEventMouse* event, const WebCore::AffineTransform& toWebContent, const WebCore::AffineTransform& toDeviceScreen) argument
84 : WebMouseEvent(WebEventFactory::createWebMouseEvent(event, toWebContent, toDeviceScreen))
H A DNativeWebWheelEvent.h56 NativeWebWheelEvent(const Evas_Event_Mouse_Wheel*, const WebCore::AffineTransform& toWebContent, const WebCore::AffineTransform& toDeviceScreen);

Completed in 107 milliseconds