/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.h | 64 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 …]
|
D | EventHandler.cpp | 2258 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/ |
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
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | FramelessScrollView.h | 40 class PlatformGestureEvent; variable 67 virtual bool handleGestureEvent(const PlatformGestureEvent&) = 0;
|
D | Scrollbar.h | 40 class PlatformGestureEvent; variable 122 bool gestureEvent(const PlatformGestureEvent&);
|
D | ScrollableArea.h | 40 class PlatformGestureEvent; variable
|
D | Scrollbar.cpp | 347 bool Scrollbar::gestureEvent(const PlatformGestureEvent& evt) in gestureEvent()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorController.h | 59 class PlatformGestureEvent; variable 97 bool handleGestureEvent(Frame*, const PlatformGestureEvent&);
|
D | InspectorOverlay.h | 52 class PlatformGestureEvent; variable 123 bool handleGestureEvent(const PlatformGestureEvent&);
|
D | InspectorDOMAgent.h | 63 class PlatformGestureEvent; variable 188 bool handleGestureEvent(Frame*, const PlatformGestureEvent&);
|
D | InspectorController.cpp | 320 bool InspectorController::handleGestureEvent(Frame* frame, const PlatformGestureEvent& event) in handleGestureEvent()
|
D | InspectorOverlay.cpp | 278 bool InspectorOverlay::handleGestureEvent(const PlatformGestureEvent& event) in handleGestureEvent()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | PopupListBox.h | 48 class PlatformGestureEvent; variable 127 virtual bool handleGestureEvent(const PlatformGestureEvent&) OVERRIDE;
|
D | PopupContainer.h | 66 virtual bool handleGestureEvent(const PlatformGestureEvent&) OVERRIDE;
|
D | WebInputEventConversion.h | 73 class PlatformGestureEventBuilder : public WebCore::PlatformGestureEvent {
|
D | WebPluginContainerImpl.h | 51 class PlatformGestureEvent; variable
|
D | WebViewImpl.h | 512 WebCore::Node* bestTapNode(const WebCore::PlatformGestureEvent& tapEvent); 513 void enableTapHighlightAtPoint(const WebCore::PlatformGestureEvent& tapEvent);
|
D | PopupContainer.cpp | 289 bool PopupContainer::handleGestureEvent(const PlatformGestureEvent& gestureEvent) in handleGestureEvent()
|
D | WebDevToolsAgentImpl.cpp | 302 …PlatformGestureEvent gestureEvent = PlatformGestureEventBuilder(page->mainFrame()->view(), *static… in handleInputEvent()
|
D | PopupListBox.cpp | 192 bool PopupListBox::handleGestureEvent(const PlatformGestureEvent&) in handleGestureEvent() argument
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | GestureEvent.h | 40 static PassRefPtr<GestureEvent> create(PassRefPtr<AbstractView>, const PlatformGestureEvent&);
|
D | GestureEvent.cpp | 38 …estureEvent> GestureEvent::create(PassRefPtr<AbstractView> view, const PlatformGestureEvent& event) in create()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Node.h | 72 class PlatformGestureEvent; variable 664 bool dispatchGestureEvent(const PlatformGestureEvent&);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderLayerScrollableArea.cpp | 1237 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/ |
D | WebInputEventConversionTest.cpp | 264 …PlatformGestureEvent platformGestureEvent(PlatformEvent::GestureScrollUpdate, IntPoint(10, 10), In… in TEST()
|