Searched refs:PlatformGestureEvent (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DPlatformGestureEvent.h36 class PlatformGestureEvent : public PlatformEvent { class in namespace:WebCore
38 PlatformGestureEvent() function in class:WebCore::PlatformGestureEvent
45 PlatformGestureEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, double timestamp, float deltaX, float deltaY, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey) function in class:WebCore::PlatformGestureEvent
54 PlatformGestureEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, double timestamp, const IntSize& area, const FloatPoint& delta, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey) function in class:WebCore::PlatformGestureEvent
H A DScrollbar.h40 class PlatformGestureEvent;
117 bool gestureEvent(const PlatformGestureEvent&);
H A DScrollableArea.h37 class PlatformGestureEvent;
H A DScrollbar.cpp30 #include "core/platform/PlatformGestureEvent.h"
333 bool Scrollbar::gestureEvent(const PlatformGestureEvent& evt)
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.h62 class PlatformGestureEvent;
152 bool handleGestureEvent(const PlatformGestureEvent&);
153 bool handleGestureTap(const PlatformGestureEvent&);
154 bool handleGestureLongPress(const PlatformGestureEvent&);
155 bool handleGestureLongTap(const PlatformGestureEvent&);
156 bool handleGestureTwoFingerTap(const PlatformGestureEvent&);
157 bool handleGestureScrollUpdate(const PlatformGestureEvent&);
158 bool handleGestureScrollBegin(const PlatformGestureEvent&);
159 bool handleGestureScrollEnd(const PlatformGestureEvent&);
163 bool shouldApplyTouchAdjustment(const PlatformGestureEvent
[all...]
H A DEventHandler.cpp74 #include "core/platform/PlatformGestureEvent.h"
2225 bool EventHandler::handleGestureEvent(const PlatformGestureEvent& gestureEvent)
2328 bool EventHandler::handleGestureTap(const PlatformGestureEvent& gestureEvent)
2359 bool EventHandler::handleGestureLongPress(const PlatformGestureEvent& gestureEvent)
2408 bool EventHandler::handleGestureLongTap(const PlatformGestureEvent& gestureEvent)
2424 bool EventHandler::handleScrollGestureOnResizer(Node* eventTarget, const PlatformGestureEvent& gestureEvent) {
2451 bool EventHandler::handleGestureTwoFingerTap(const PlatformGestureEvent& gestureEvent)
2456 bool EventHandler::passGestureEventToWidget(const PlatformGestureEvent& gestureEvent, Widget* widget)
2467 bool EventHandler::passGestureEventToWidgetIfPossible(const PlatformGestureEvent& gestureEvent, RenderObject* renderer)
2476 bool EventHandler::handleGestureScrollEnd(const PlatformGestureEvent
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
H A DFramelessScrollView.h39 class PlatformGestureEvent;
66 virtual bool handleGestureEvent(const PlatformGestureEvent&) = 0;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorController.h58 class PlatformGestureEvent;
98 bool handleGestureEvent(Frame*, const PlatformGestureEvent&);
H A DInspectorOverlay.h52 class PlatformGestureEvent;
130 bool handleGestureEvent(const PlatformGestureEvent&);
H A DInspectorDOMAgent.h63 class PlatformGestureEvent;
184 bool handleGestureEvent(Frame*, const PlatformGestureEvent&);
H A DInspectorController.cpp325 bool InspectorController::handleGestureEvent(Frame* frame, const PlatformGestureEvent& event)
H A DInspectorDOMAgent.cpp73 #include "core/platform/PlatformGestureEvent.h"
166 static Node* hoveredNodeForEvent(Frame* frame, const PlatformGestureEvent& event, bool ignorePointerEventsNone)
1062 bool InspectorDOMAgent::handleGestureEvent(Frame* frame, const PlatformGestureEvent& event)
H A DInspectorOverlay.cpp258 bool InspectorOverlay::handleGestureEvent(const PlatformGestureEvent& event)
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DGestureEvent.h31 #include "core/platform/PlatformGestureEvent.h"
40 static PassRefPtr<GestureEvent> create(PassRefPtr<AbstractView>, const PlatformGestureEvent&);
H A DGestureEvent.cpp38 PassRefPtr<GestureEvent> GestureEvent::create(PassRefPtr<AbstractView> view, const PlatformGestureEvent& event)
H A DNode.h71 class PlatformGestureEvent;
676 bool dispatchGestureEvent(const PlatformGestureEvent&);
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.h48 class PlatformGestureEvent;
127 virtual bool handleGestureEvent(const PlatformGestureEvent&) OVERRIDE;
H A DPopupContainer.h66 virtual bool handleGestureEvent(const PlatformGestureEvent&) OVERRIDE;
H A DWebInputEventConversion.h35 #include "core/platform/PlatformGestureEvent.h"
73 class PlatformGestureEventBuilder : public WebCore::PlatformGestureEvent {
H A DWebPluginContainerImpl.h51 class PlatformGestureEvent;
H A DWebViewImpl.h525 WebCore::Node* bestTapNode(const WebCore::PlatformGestureEvent& tapEvent);
526 void enableTapHighlight(const WebCore::PlatformGestureEvent& tapEvent);
H A DPopupContainer.cpp42 #include "core/platform/PlatformGestureEvent.h"
292 bool PopupContainer::handleGestureEvent(const PlatformGestureEvent& gestureEvent)
H A DWebDevToolsAgentImpl.cpp476 PlatformGestureEvent gestureEvent = PlatformGestureEventBuilder(page->mainFrame()->view(), *static_cast<const WebGestureEvent*>(&inputEvent));
H A DPopupListBox.cpp38 #include "core/platform/PlatformGestureEvent.h"
192 bool PopupListBox::handleGestureEvent(const PlatformGestureEvent&) argument
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebInputEventConversionTest.cpp253 PlatformGestureEvent platformGestureEvent(PlatformEvent::GestureScrollUpdate, IntPoint(10, 10), IntPoint(10, 10), 0, IntSize(10, 10), FloatPoint(10, 10), false, false, false, false);

Completed in 565 milliseconds

12