Home
last modified time | relevance | path

Searched refs:PlatformGestureEvent (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.h64 class PlatformGestureEvent; variable
143 bool handleGestureEvent(const PlatformGestureEvent&);
144 bool handleGestureScrollEnd(const PlatformGestureEvent&);
151 bool adjustGesturePosition(const PlatformGestureEvent&, IntPoint& adjustedPoint);
155 bool sendContextMenuEventForGesture(const PlatformGestureEvent&);
201 bool handleGestureTap(const PlatformGestureEvent&, const IntPoint& adjustedPoint);
202 bool handleGestureLongPress(const PlatformGestureEvent&, const IntPoint& adjustedPoint);
203 bool handleGestureLongTap(const PlatformGestureEvent&, const IntPoint& adjustedPoint);
204 bool handleGestureTwoFingerTap(const PlatformGestureEvent&, const IntPoint& adjustedPoint);
205 bool handleGestureScrollUpdate(const PlatformGestureEvent&);
[all …]
DEventHandler.cpp2258 bool EventHandler::handleGestureEvent(const PlatformGestureEvent& gestureEvent) in handleGestureEvent()
2409 bool EventHandler::handleGestureTap(const PlatformGestureEvent& gestureEvent, const IntPoint& adjus… in handleGestureTap()
2443 bool EventHandler::handleGestureLongPress(const PlatformGestureEvent& gestureEvent, const IntPoint&… in handleGestureLongPress()
2486 bool EventHandler::handleGestureLongTap(const PlatformGestureEvent& gestureEvent, const IntPoint& a… in handleGestureLongTap()
2497 bool EventHandler::handleScrollGestureOnResizer(Node* eventTarget, const PlatformGestureEvent& gest… in handleScrollGestureOnResizer()
2524 bool EventHandler::handleGestureTwoFingerTap(const PlatformGestureEvent& gestureEvent, const IntPoi… in handleGestureTwoFingerTap()
2529 bool EventHandler::passGestureEventToWidget(const PlatformGestureEvent& gestureEvent, Widget* widge… in passGestureEventToWidget()
2540 bool EventHandler::passGestureEventToWidgetIfPossible(const PlatformGestureEvent& gestureEvent, Ren… in passGestureEventToWidgetIfPossible()
2549 bool EventHandler::handleGestureScrollEnd(const PlatformGestureEvent& gestureEvent) { in handleGestureScrollEnd()
2561 bool EventHandler::handleGestureScrollBegin(const PlatformGestureEvent& gestureEvent) in handleGestureScrollBegin()
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformGestureEvent.h38 class PlatformGestureEvent : public PlatformEvent {
40 PlatformGestureEvent() in PlatformGestureEvent() function
46PlatformGestureEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, const In… in PlatformGestureEvent() function
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DFramelessScrollView.h40 class PlatformGestureEvent; variable
67 virtual bool handleGestureEvent(const PlatformGestureEvent&) = 0;
DScrollbar.h40 class PlatformGestureEvent; variable
122 bool gestureEvent(const PlatformGestureEvent&);
DScrollableArea.h40 class PlatformGestureEvent; variable
DScrollbar.cpp347 bool Scrollbar::gestureEvent(const PlatformGestureEvent& evt) in gestureEvent()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorController.h59 class PlatformGestureEvent; variable
97 bool handleGestureEvent(Frame*, const PlatformGestureEvent&);
DInspectorOverlay.h52 class PlatformGestureEvent; variable
123 bool handleGestureEvent(const PlatformGestureEvent&);
DInspectorDOMAgent.h63 class PlatformGestureEvent; variable
188 bool handleGestureEvent(Frame*, const PlatformGestureEvent&);
DInspectorController.cpp320 bool InspectorController::handleGestureEvent(Frame* frame, const PlatformGestureEvent& event) in handleGestureEvent()
DInspectorOverlay.cpp278 bool InspectorOverlay::handleGestureEvent(const PlatformGestureEvent& event) in handleGestureEvent()
/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.h48 class PlatformGestureEvent; variable
127 virtual bool handleGestureEvent(const PlatformGestureEvent&) OVERRIDE;
DPopupContainer.h66 virtual bool handleGestureEvent(const PlatformGestureEvent&) OVERRIDE;
DWebInputEventConversion.h73 class PlatformGestureEventBuilder : public WebCore::PlatformGestureEvent {
DWebPluginContainerImpl.h51 class PlatformGestureEvent; variable
DWebViewImpl.h512 WebCore::Node* bestTapNode(const WebCore::PlatformGestureEvent& tapEvent);
513 void enableTapHighlightAtPoint(const WebCore::PlatformGestureEvent& tapEvent);
DPopupContainer.cpp289 bool PopupContainer::handleGestureEvent(const PlatformGestureEvent& gestureEvent) in handleGestureEvent()
DWebDevToolsAgentImpl.cpp302PlatformGestureEvent gestureEvent = PlatformGestureEventBuilder(page->mainFrame()->view(), *static… in handleInputEvent()
DPopupListBox.cpp192 bool PopupListBox::handleGestureEvent(const PlatformGestureEvent&) in handleGestureEvent() argument
/external/chromium_org/third_party/WebKit/Source/core/events/
DGestureEvent.h40 static PassRefPtr<GestureEvent> create(PassRefPtr<AbstractView>, const PlatformGestureEvent&);
DGestureEvent.cpp38 …estureEvent> GestureEvent::create(PassRefPtr<AbstractView> view, const PlatformGestureEvent& event) in create()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.h72 class PlatformGestureEvent; variable
664 bool dispatchGestureEvent(const PlatformGestureEvent&);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerScrollableArea.cpp1237 const PlatformGestureEvent* gevt = 0; in resize()
1247 pos = static_cast<const PlatformGestureEvent*>(&evt)->position(); in resize()
1248 gevt = static_cast<const PlatformGestureEvent*>(&evt); in resize()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebInputEventConversionTest.cpp264PlatformGestureEvent platformGestureEvent(PlatformEvent::GestureScrollUpdate, IntPoint(10, 10), In… in TEST()

12