Home
last modified time | relevance | path

Searched refs:handleTouchEvent (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/web/
DPageWidgetDelegate.cpp180 return handler.handleTouchEvent(*frame, *static_cast<const WebTouchEvent*>(&event)); in handleInputEvent()
223 bool PageWidgetEventHandler::handleTouchEvent(Frame& mainFrame, const WebTouchEvent& event) in handleTouchEvent() function in blink::PageWidgetEventHandler
225 …return mainFrame.eventHandler().handleTouchEvent(PlatformTouchEventBuilder(mainFrame.view(), event… in handleTouchEvent()
DWebPopupMenuImpl.cpp133 bool WebPopupMenuImpl::handleTouchEvent(const WebTouchEvent& event) in handleTouchEvent() function in blink::WebPopupMenuImpl
137 bool defaultPrevented(m_widget->handleTouchEvent(touchEventBuilder)); in handleTouchEvent()
255 return handleTouchEvent(*static_cast<const WebTouchEvent*>(&inputEvent)); in handleInputEvent()
DPageWidgetDelegate.h64 virtual bool handleTouchEvent(WebCore::Frame& mainFrame, const WebTouchEvent&);
DPopupContainer.h65 virtual bool handleTouchEvent(const PlatformTouchEvent&) OVERRIDE;
DPopupListBox.h126 virtual bool handleTouchEvent(const PlatformTouchEvent&) OVERRIDE;
DWebPopupMenuImpl.h103 bool handleTouchEvent(const WebTouchEvent&);
DWebPluginContainerImpl.h173 void handleTouchEvent(WebCore::TouchEvent*);
DWebPluginContainerImpl.cpp197 handleTouchEvent(toTouchEvent(event)); in handleEvent()
794 void WebPluginContainerImpl::handleTouchEvent(TouchEvent* event) in handleTouchEvent() function in blink::WebPluginContainerImpl
DPopupContainer.cpp282 bool PopupContainer::handleTouchEvent(const PlatformTouchEvent&) in handleTouchEvent() function in WebCore::PopupContainer
DWebDevToolsAgentImpl.cpp312 return ic->handleTouchEvent(page->mainFrame(), touchEvent); in handleInputEvent()
DPopupListBox.cpp187 bool PopupListBox::handleTouchEvent(const PlatformTouchEvent&) in handleTouchEvent() function in WebCore::PopupListBox
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DFramelessScrollView.h66 virtual bool handleTouchEvent(const PlatformTouchEvent&) = 0;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorController.cpp346 bool InspectorController::handleTouchEvent(Frame* frame, const PlatformTouchEvent& event) in handleTouchEvent() function in WebCore::InspectorController
349 m_overlay->handleTouchEvent(event); in handleTouchEvent()
351 return domAgent->handleTouchEvent(frame, event); in handleTouchEvent()
DInspectorController.h99 bool handleTouchEvent(Frame*, const PlatformTouchEvent&);
DInspectorOverlay.h125 bool handleTouchEvent(const PlatformTouchEvent&);
DInspectorInputAgent.cpp271 m_page->mainFrame()->eventHandler().handleTouchEvent(event); in dispatchTouchEvent()
DInspectorOverlay.cpp311 bool InspectorOverlay::handleTouchEvent(const PlatformTouchEvent& event) in handleTouchEvent() function in WebCore::InspectorOverlay
316 return overlayPage()->mainFrame()->eventHandler().handleTouchEvent(event); in handleTouchEvent()
DInspectorDOMAgent.h189 bool handleTouchEvent(Frame*, const PlatformTouchEvent&);
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DRangeInputType.h57 virtual void handleTouchEvent(TouchEvent*) OVERRIDE;
DInputTypeView.cpp77 void InputTypeView::handleTouchEvent(TouchEvent*) in handleTouchEvent() function in WebCore::InputTypeView
DInputTypeView.h85 virtual void handleTouchEvent(TouchEvent*);
DRangeInputType.cpp162 void RangeInputType::handleTouchEvent(TouchEvent* event) in handleTouchEvent() function in WebCore::RangeInputType
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.h173 bool handleTouchEvent(const PlatformTouchEvent&);
DEventHandler.cpp3593 bool EventHandler::handleTouchEvent(const PlatformTouchEvent& event) in handleTouchEvent() function in WebCore::EventHandler
3815 if (handleTouchEvent(touchEvent)) in dispatchSyntheticTouchEventIfEnabled()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLInputElement.cpp1118 m_inputTypeView->handleTouchEvent(toTouchEvent(evt)); in defaultEventHandler()

12