HomeSort by relevance Sort by last modified time
    Searched refs:PlatformTouchEvent (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformTouchEvent.h 29 class PlatformTouchEvent : public PlatformEvent {
31 PlatformTouchEvent()
PlatformTouchPoint.h 28 class PlatformTouchEvent;
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
FramelessScrollView.h 43 class PlatformTouchEvent;
66 virtual bool handleTouchEvent(const PlatformTouchEvent&) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorController.h 69 class PlatformTouchEvent;
105 bool handleTouchEvent(LocalFrame*, const PlatformTouchEvent&);
InspectorOverlay.h 58 class PlatformTouchEvent;
126 bool handleTouchEvent(const PlatformTouchEvent&);
InspectorDOMAgent.h 64 class PlatformTouchEvent;
197 bool handleTouchEvent(LocalFrame*, const PlatformTouchEvent&);
InspectorInputAgent.cpp 43 #include "platform/PlatformTouchEvent.h"
67 class SyntheticInspectorTouchEvent : public WebCore::PlatformTouchEvent {
InspectorController.cpp 359 bool InspectorController::handleTouchEvent(LocalFrame* frame, const PlatformTouchEvent& event)
InspectorOverlay.cpp 317 bool InspectorOverlay::handleTouchEvent(const PlatformTouchEvent& event)
InspectorDOMAgent.cpp 81 #include "platform/PlatformTouchEvent.h"
175 static Node* hoveredNodeForEvent(LocalFrame* frame, const PlatformTouchEvent& event, bool ignorePointerEventsNone)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.h 46 class PlatformTouchEvent;
103 virtual bool handleTouchEvent(const WebCore::PlatformTouchEvent&) OVERRIDE;
WebInputEventConversion.h 37 #include "platform/PlatformTouchEvent.h"
91 // Converts a WebTouchEvent to a WebCore::PlatformTouchEvent.
92 class PlatformTouchEventBuilder : public WebCore::PlatformTouchEvent {
PopupContainer.h 64 virtual bool handleTouchEvent(const WebCore::PlatformTouchEvent&) OVERRIDE;
PopupContainer.cpp 44 #include "platform/PlatformTouchEvent.h"
287 bool PopupContainer::handleTouchEvent(const PlatformTouchEvent&)
PopupListBox.cpp 41 #include "platform/PlatformTouchEvent.h"
181 bool PopupListBox::handleTouchEvent(const PlatformTouchEvent&)
WebDevToolsAgentImpl.cpp 356 PlatformTouchEvent touchEvent = PlatformTouchEventBuilder(page->deprecatedLocalMainFrame()->view(), *static_cast<const WebTouchEvent*>(&inputEvent));
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.h 68 class PlatformTouchEvent;
176 bool handleTouchEvent(const PlatformTouchEvent&);
EventHandler.cpp 88 #include "platform/PlatformTouchEvent.h"
    [all...]

Completed in 722 milliseconds