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

/macosx-10.10.1/WebKit2-7600.1.25/Shared/gtk/
H A DNativeWebTouchEventGtk.cpp27 #include "NativeWebTouchEvent.h"
34 NativeWebTouchEvent::NativeWebTouchEvent(GdkEvent* event, WebCore::GtkTouchContextHelper& context) function in class:WebKit::NativeWebTouchEvent
41 NativeWebTouchEvent::NativeWebTouchEvent(const NativeWebTouchEvent& event) function in class:WebKit::NativeWebTouchEvent
/macosx-10.10.1/WebKit2-7600.1.25/Shared/efl/
H A DNativeWebTouchEventEfl.cpp29 #include "NativeWebTouchEvent.h"
35 NativeWebTouchEvent::NativeWebTouchEvent(EwkTouchEvent* touchEvent, const WebCore::AffineTransform& toWebContent) function in class:WebKit::NativeWebTouchEvent
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DNativeWebTouchEvent.h46 class NativeWebTouchEvent : public WebTouchEvent { class in namespace:WebKit
49 explicit NativeWebTouchEvent(const _UIWebTouchEvent*);
51 NativeWebTouchEvent(const NativeWebTouchEvent&);
52 NativeWebTouchEvent(GdkEvent*, WebCore::GtkTouchContextHelper&);
56 NativeWebTouchEvent(EwkTouchEvent*, const WebCore::AffineTransform&);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/CoordinatedGraphics/
H A DWebViewClient.h53 class NativeWebTouchEvent;
69 void doneWithTouchEvent(WebView*, const NativeWebTouchEvent&, bool);
H A DWebViewClient.cpp39 #include "NativeWebTouchEvent.h"
128 void WebViewClient::doneWithTouchEvent(WebView* view, const NativeWebTouchEvent& event, bool wasEventHandled)
H A DWebView.h178 virtual void doneWithTouchEvent(const NativeWebTouchEvent&, bool wasEventHandled) override;
H A DWebView.cpp427 void WebView::doneWithTouchEvent(const NativeWebTouchEvent& event, bool wasEventHandled)
/macosx-10.10.1/WebKit2-7600.1.25/Shared/ios/
H A DNativeWebTouchEventIOS.mm27 #import "NativeWebTouchEvent.h"
94 NativeWebTouchEvent::NativeWebTouchEvent(const _UIWebTouchEvent* event)
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWKContentViewInteraction.h56 class NativeWebTouchEvent;
162 - (void)_webTouchEvent:(const WebKit::NativeWebTouchEvent&)touchEvent preventsNativeGestures:(BOOL)preventsDefault;
H A DPageClientImplIOS.h95 virtual void doneWithTouchEvent(const NativeWebTouchEvent&, bool wasEventHandled) override;
H A DPageClientImplIOS.mm423 void PageClientImpl::doneWithTouchEvent(const NativeWebTouchEvent& nativeWebtouchEvent, bool eventHandled)
H A DWKContentViewInteraction.mm33 #import "NativeWebTouchEvent.h"
465 NativeWebTouchEvent nativeWebTouchEvent(lastTouchEvent);
535 - (void)_webTouchEvent:(const WebKit::NativeWebTouchEvent&)touchEvent preventsNativeGestures:(BOOL)preventsNativeGesture
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DPageClientImpl.h130 virtual void doneWithTouchEvent(const NativeWebTouchEvent&, bool wasEventHandled) override;
H A DPageClientImpl.cpp331 void PageClientImpl::doneWithTouchEvent(const NativeWebTouchEvent& event, bool wasEventHandled)
H A DWebKitWebViewBase.cpp736 priv->pageProxy->handleTouchEvent(NativeWebTouchEvent(reinterpret_cast<GdkEvent*>(event), priv->touchContext));
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/efl/
H A DWebViewEfl.cpp128 m_page->handleTouchEvent(NativeWebTouchEvent(touchEvent, transformFromScene()));
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DPageClient.h66 class NativeWebTouchEvent;
206 virtual void doneWithTouchEvent(const NativeWebTouchEvent&, bool wasEventHandled) = 0;
H A DWebPageProxy.h85 #include "NativeWebTouchEvent.h"
198 QueuedTouchEvents(const NativeWebTouchEvent& event)
202 NativeWebTouchEvent forwardedEvent;
203 Vector<NativeWebTouchEvent> deferredTouchEvents;
532 void handleTouchEventSynchronously(const NativeWebTouchEvent&);
533 void handleTouchEventAsynchronously(const NativeWebTouchEvent&);
535 void handleTouchEvent(const NativeWebTouchEvent&);
H A DWebPageProxy.cpp1661 void WebPageProxy::handleTouchEventSynchronously(const NativeWebTouchEvent& event)
1683 void WebPageProxy::handleTouchEventAsynchronously(const NativeWebTouchEvent& event)
1698 void WebPageProxy::handleTouchEvent(const NativeWebTouchEvent& event)

Completed in 221 milliseconds