/external/chromium_org/third_party/WebKit/Source/web/ |
D | PageWidgetDelegate.cpp | 165 return handler.handleTouchEvent(*frame, *static_cast<const WebTouchEvent*>(&event)); in handleInputEvent() 208 bool PageWidgetEventHandler::handleTouchEvent(LocalFrame& mainFrame, const WebTouchEvent& event) in handleTouchEvent() function in blink::PageWidgetEventHandler 210 …return mainFrame.eventHandler().handleTouchEvent(PlatformTouchEventBuilder(mainFrame.view(), event… in handleTouchEvent()
|
D | WebPopupMenuImpl.cpp | 154 bool WebPopupMenuImpl::handleTouchEvent(const WebTouchEvent& event) in handleTouchEvent() function in blink::WebPopupMenuImpl 158 bool defaultPrevented(m_widget->handleTouchEvent(touchEventBuilder)); in handleTouchEvent() 292 return handleTouchEvent(*static_cast<const WebTouchEvent*>(&inputEvent)); in handleInputEvent()
|
D | PageWidgetDelegate.h | 64 virtual bool handleTouchEvent(WebCore::LocalFrame& mainFrame, const WebTouchEvent&);
|
D | PopupContainer.h | 64 virtual bool handleTouchEvent(const WebCore::PlatformTouchEvent&) OVERRIDE;
|
D | PopupListBox.h | 103 virtual bool handleTouchEvent(const WebCore::PlatformTouchEvent&) OVERRIDE;
|
D | WebPopupMenuImpl.h | 109 bool handleTouchEvent(const WebTouchEvent&);
|
D | WebPluginContainerImpl.h | 173 void handleTouchEvent(WebCore::TouchEvent*);
|
D | WebPluginContainerImpl.cpp | 194 handleTouchEvent(toTouchEvent(event)); in handleEvent() 802 void WebPluginContainerImpl::handleTouchEvent(TouchEvent* event) in handleTouchEvent() function in blink::WebPluginContainerImpl
|
D | PopupContainer.cpp | 287 bool PopupContainer::handleTouchEvent(const PlatformTouchEvent&) in handleTouchEvent() function in blink::PopupContainer
|
D | WebDevToolsAgentImpl.cpp | 357 return ic->handleTouchEvent(toLocalFrame(page->mainFrame()), touchEvent); in handleInputEvent()
|
D | PopupListBox.cpp | 181 bool PopupListBox::handleTouchEvent(const PlatformTouchEvent&) in handleTouchEvent() function in blink::PopupListBox
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | FramelessScrollView.h | 66 virtual bool handleTouchEvent(const PlatformTouchEvent&) = 0;
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorController.cpp | 359 bool InspectorController::handleTouchEvent(LocalFrame* frame, const PlatformTouchEvent& event) in handleTouchEvent() function in WebCore::InspectorController 362 m_overlay->handleTouchEvent(event); in handleTouchEvent() 364 return domAgent->handleTouchEvent(frame, event); in handleTouchEvent()
|
D | InspectorController.h | 105 bool handleTouchEvent(LocalFrame*, const PlatformTouchEvent&);
|
D | InspectorOverlay.h | 126 bool handleTouchEvent(const PlatformTouchEvent&);
|
D | InspectorInputAgent.cpp | 270 m_page->deprecatedLocalMainFrame()->eventHandler().handleTouchEvent(event); in dispatchTouchEvent()
|
D | InspectorDOMAgent.h | 197 bool handleTouchEvent(LocalFrame*, const PlatformTouchEvent&);
|
D | InspectorOverlay.cpp | 317 bool InspectorOverlay::handleTouchEvent(const PlatformTouchEvent& event) in handleTouchEvent() function in WebCore::InspectorOverlay 322 return toLocalFrame(overlayPage()->mainFrame())->eventHandler().handleTouchEvent(event); in handleTouchEvent()
|
D | InspectorDOMAgent.cpp | 1103 bool InspectorDOMAgent::handleTouchEvent(LocalFrame* frame, const PlatformTouchEvent& event) in handleTouchEvent() function in WebCore::InspectorDOMAgent
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
D | RangeInputType.h | 57 virtual void handleTouchEvent(TouchEvent*) OVERRIDE;
|
D | InputTypeView.cpp | 82 void InputTypeView::handleTouchEvent(TouchEvent*) in handleTouchEvent() function in WebCore::InputTypeView
|
D | InputTypeView.h | 89 virtual void handleTouchEvent(TouchEvent*);
|
D | RangeInputType.cpp | 156 void RangeInputType::handleTouchEvent(TouchEvent* event) in handleTouchEvent() function in WebCore::RangeInputType
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.h | 176 bool handleTouchEvent(const PlatformTouchEvent&);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLInputElement.cpp | 1109 m_inputTypeView->handleTouchEvent(toTouchEvent(evt)); in defaultEventHandler()
|