/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.h | 69 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 …]
|
D | EventWithHitTestResults.h | 59 typedef EventWithHitTestResults<PlatformGestureEvent> GestureEventWithHitTestResults;
|
D | EventHandler.cpp | 2062 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/ |
D | PlatformGestureEvent.h | 38 class PlatformGestureEvent : public PlatformEvent { 40 PlatformGestureEvent() in PlatformGestureEvent() function 46 …PlatformGestureEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, const In… in PlatformGestureEvent() function
|
D | blink_platform.gypi | 88 'PlatformGestureEvent.h',
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorOverlay.h | 53 class PlatformGestureEvent; variable 89 bool handleGestureEvent(const PlatformGestureEvent&);
|
D | InspectorController.h | 68 class PlatformGestureEvent; variable 108 bool handleGestureEvent(LocalFrame*, const PlatformGestureEvent&);
|
D | InspectorDOMAgent.h | 63 class PlatformGestureEvent; variable 198 bool handleGestureEvent(LocalFrame*, const PlatformGestureEvent&);
|
D | InspectorController.cpp | 377 bool InspectorController::handleGestureEvent(LocalFrame* frame, const PlatformGestureEvent& event) in handleGestureEvent()
|
D | InspectorOverlay.cpp | 367 bool InspectorOverlay::handleGestureEvent(const PlatformGestureEvent& event) in handleGestureEvent()
|
D | InspectorDOMAgent.cpp | 165 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/ |
D | Scrollbar.h | 40 class PlatformGestureEvent; variable 121 bool gestureEvent(const PlatformGestureEvent&);
|
D | Scrollbar.cpp | 335 bool Scrollbar::gestureEvent(const PlatformGestureEvent& evt) in gestureEvent()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | PopupListBox.h | 47 class PlatformGestureEvent; variable 129 bool handleGestureEvent(const PlatformGestureEvent&);
|
D | WebInputEventConversion.h | 70 class PlatformGestureEventBuilder : public PlatformGestureEvent {
|
D | PopupContainer.h | 73 bool handleGestureEvent(const PlatformGestureEvent&);
|
D | WebPluginContainerImpl.h | 54 class PlatformGestureEvent; variable
|
D | WebDevToolsAgentImpl.cpp | 346 …PlatformGestureEvent gestureEvent = PlatformGestureEventBuilder(page->deprecatedLocalMainFrame()->… in handleInputEvent()
|
D | PopupContainer.cpp | 308 bool PopupContainer::handleGestureEvent(const PlatformGestureEvent& gestureEvent) in handleGestureEvent()
|
D | PopupListBox.cpp | 193 bool PopupListBox::handleGestureEvent(const PlatformGestureEvent&) in handleGestureEvent() argument
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | GestureEvent.h | 39 …llBeRawPtr<GestureEvent> create(PassRefPtrWillBeRawPtr<AbstractView>, const PlatformGestureEvent&);
|
D | GestureEvent.cpp | 33 … GestureEvent::create(PassRefPtrWillBeRawPtr<AbstractView> view, const PlatformGestureEvent& event) in create()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Node.h | 70 class PlatformGestureEvent; variable 625 bool dispatchGestureEvent(const PlatformGestureEvent&);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderLayerScrollableArea.cpp | 1314 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/ |
D | WebInputEventConversionTest.cpp | 394 …PlatformGestureEvent platformGestureEvent(PlatformEvent::GestureScrollUpdate, IntPoint(10, 10), In… in TEST()
|