/external/chromium_org/third_party/WebKit/Source/web/ |
D | PageWidgetDelegate.cpp | 180 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()
|
D | WebPopupMenuImpl.cpp | 133 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()
|
D | PageWidgetDelegate.h | 64 virtual bool handleTouchEvent(WebCore::Frame& mainFrame, const WebTouchEvent&);
|
D | PopupContainer.h | 65 virtual bool handleTouchEvent(const PlatformTouchEvent&) OVERRIDE;
|
D | PopupListBox.h | 126 virtual bool handleTouchEvent(const PlatformTouchEvent&) OVERRIDE;
|
D | WebPopupMenuImpl.h | 103 bool handleTouchEvent(const WebTouchEvent&);
|
D | WebPluginContainerImpl.h | 173 void handleTouchEvent(WebCore::TouchEvent*);
|
D | WebPluginContainerImpl.cpp | 197 handleTouchEvent(toTouchEvent(event)); in handleEvent() 794 void WebPluginContainerImpl::handleTouchEvent(TouchEvent* event) in handleTouchEvent() function in blink::WebPluginContainerImpl
|
D | PopupContainer.cpp | 282 bool PopupContainer::handleTouchEvent(const PlatformTouchEvent&) in handleTouchEvent() function in WebCore::PopupContainer
|
D | WebDevToolsAgentImpl.cpp | 312 return ic->handleTouchEvent(page->mainFrame(), touchEvent); in handleInputEvent()
|
D | PopupListBox.cpp | 187 bool PopupListBox::handleTouchEvent(const PlatformTouchEvent&) in handleTouchEvent() function in WebCore::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 | 346 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()
|
D | InspectorController.h | 99 bool handleTouchEvent(Frame*, const PlatformTouchEvent&);
|
D | InspectorOverlay.h | 125 bool handleTouchEvent(const PlatformTouchEvent&);
|
D | InspectorInputAgent.cpp | 271 m_page->mainFrame()->eventHandler().handleTouchEvent(event); in dispatchTouchEvent()
|
D | InspectorOverlay.cpp | 311 bool InspectorOverlay::handleTouchEvent(const PlatformTouchEvent& event) in handleTouchEvent() function in WebCore::InspectorOverlay 316 return overlayPage()->mainFrame()->eventHandler().handleTouchEvent(event); in handleTouchEvent()
|
D | InspectorDOMAgent.h | 189 bool handleTouchEvent(Frame*, const PlatformTouchEvent&);
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
D | RangeInputType.h | 57 virtual void handleTouchEvent(TouchEvent*) OVERRIDE;
|
D | InputTypeView.cpp | 77 void InputTypeView::handleTouchEvent(TouchEvent*) in handleTouchEvent() function in WebCore::InputTypeView
|
D | InputTypeView.h | 85 virtual void handleTouchEvent(TouchEvent*);
|
D | RangeInputType.cpp | 162 void RangeInputType::handleTouchEvent(TouchEvent* event) in handleTouchEvent() function in WebCore::RangeInputType
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.h | 173 bool handleTouchEvent(const PlatformTouchEvent&);
|
D | EventHandler.cpp | 3593 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/ |
D | HTMLInputElement.cpp | 1118 m_inputTypeView->handleTouchEvent(toTouchEvent(evt)); in defaultEventHandler()
|