Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.h69 class PlatformGestureEvent; variable
146 bool handleGestureEvent(const PlatformGestureEvent&);
154 …GestureEventWithHitTestResults targetGestureEvent(const PlatformGestureEvent&, bool readOnly = fal…
160 bool handleGestureScrollEvent(const PlatformGestureEvent&);
161 bool handleGestureScrollEnd(const PlatformGestureEvent&);
225 void applyTouchAdjustment(PlatformGestureEvent*, HitTestResult*);
229 bool handleGestureScrollUpdate(const PlatformGestureEvent&);
230 bool handleGestureScrollBegin(const PlatformGestureEvent&);
233 bool shouldApplyTouchAdjustment(const PlatformGestureEvent&) const;
318 bool handleScrollGestureOnResizer(Node*, const PlatformGestureEvent&);
[all …]
DEventWithHitTestResults.h59 typedef EventWithHitTestResults<PlatformGestureEvent> GestureEventWithHitTestResults;
DEventHandler.cpp2062 bool EventHandler::handleGestureEvent(const PlatformGestureEvent& gestureEvent) in handleGestureEvent()
2104 const PlatformGestureEvent& gestureEvent = targetedEvent.event(); in handleGestureEventInFrame()
2142 bool EventHandler::handleGestureScrollEvent(const PlatformGestureEvent& gestureEvent) in handleGestureScrollEvent()
2215 const PlatformGestureEvent& gestureEvent = targetedEvent.event(); in handleGestureTap()
2287 const PlatformGestureEvent& gestureEvent = targetedEvent.event(); in handleGestureLongPress()
2346 bool EventHandler::handleScrollGestureOnResizer(Node* eventTarget, const PlatformGestureEvent& gest… in handleScrollGestureOnResizer()
2373 bool EventHandler::passScrollGestureEventToWidget(const PlatformGestureEvent& gestureEvent, RenderO… in passScrollGestureEventToWidget()
2391 bool EventHandler::handleGestureScrollEnd(const PlatformGestureEvent& gestureEvent) { in handleGestureScrollEnd()
2401 bool EventHandler::handleGestureScrollBegin(const PlatformGestureEvent& gestureEvent) in handleGestureScrollBegin()
2424 bool EventHandler::handleGestureScrollUpdate(const PlatformGestureEvent& gestureEvent) in handleGestureScrollUpdate()
[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
Dblink_platform.gypi88 'PlatformGestureEvent.h',
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorOverlay.h53 class PlatformGestureEvent; variable
89 bool handleGestureEvent(const PlatformGestureEvent&);
DInspectorController.h68 class PlatformGestureEvent; variable
108 bool handleGestureEvent(LocalFrame*, const PlatformGestureEvent&);
DInspectorDOMAgent.h63 class PlatformGestureEvent; variable
198 bool handleGestureEvent(LocalFrame*, const PlatformGestureEvent&);
DInspectorController.cpp377 bool InspectorController::handleGestureEvent(LocalFrame* frame, const PlatformGestureEvent& event) in handleGestureEvent()
DInspectorOverlay.cpp367 bool InspectorOverlay::handleGestureEvent(const PlatformGestureEvent& event) in handleGestureEvent()
DInspectorDOMAgent.cpp165 static Node* hoveredNodeForEvent(LocalFrame* frame, const PlatformGestureEvent& event, bool ignoreP… in hoveredNodeForEvent()
1166 bool InspectorDOMAgent::handleGestureEvent(LocalFrame* frame, const PlatformGestureEvent& event) in handleGestureEvent()
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbar.h40 class PlatformGestureEvent; variable
121 bool gestureEvent(const PlatformGestureEvent&);
DScrollbar.cpp335 bool Scrollbar::gestureEvent(const PlatformGestureEvent& evt) in gestureEvent()
/external/chromium_org/third_party/WebKit/Source/web/
DPopupListBox.h47 class PlatformGestureEvent; variable
129 bool handleGestureEvent(const PlatformGestureEvent&);
DWebInputEventConversion.h70 class PlatformGestureEventBuilder : public PlatformGestureEvent {
DPopupContainer.h73 bool handleGestureEvent(const PlatformGestureEvent&);
DWebPluginContainerImpl.h54 class PlatformGestureEvent; variable
DWebDevToolsAgentImpl.cpp346PlatformGestureEvent gestureEvent = PlatformGestureEventBuilder(page->deprecatedLocalMainFrame()->… in handleInputEvent()
DPopupContainer.cpp308 bool PopupContainer::handleGestureEvent(const PlatformGestureEvent& gestureEvent) in handleGestureEvent()
DPopupListBox.cpp193 bool PopupListBox::handleGestureEvent(const PlatformGestureEvent&) in handleGestureEvent() argument
/external/chromium_org/third_party/WebKit/Source/core/events/
DGestureEvent.h39 …llBeRawPtr<GestureEvent> create(PassRefPtrWillBeRawPtr<AbstractView>, const PlatformGestureEvent&);
DGestureEvent.cpp33 … GestureEvent::create(PassRefPtrWillBeRawPtr<AbstractView> view, const PlatformGestureEvent& event) in create()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNode.h70 class PlatformGestureEvent; variable
625 bool dispatchGestureEvent(const PlatformGestureEvent&);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerScrollableArea.cpp1314 const PlatformGestureEvent* gevt = 0; in resize()
1324 pos = static_cast<const PlatformGestureEvent*>(&evt)->position(); in resize()
1325 gevt = static_cast<const PlatformGestureEvent*>(&evt); in resize()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebInputEventConversionTest.cpp394PlatformGestureEvent platformGestureEvent(PlatformEvent::GestureScrollUpdate, IntPoint(10, 10), In… in TEST()

12