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 62 class PlatformTouchEvent;
99 bool handleTouchEvent(Frame*, const PlatformTouchEvent&);
InspectorOverlay.h 55 class PlatformTouchEvent;
125 bool handleTouchEvent(const PlatformTouchEvent&);
InspectorDOMAgent.h 64 class PlatformTouchEvent;
189 bool handleTouchEvent(Frame*, const PlatformTouchEvent&);
InspectorInputAgent.cpp 43 #include "platform/PlatformTouchEvent.h"
67 class SyntheticInspectorTouchEvent : public WebCore::PlatformTouchEvent {
InspectorController.cpp 346 bool InspectorController::handleTouchEvent(Frame* frame, const PlatformTouchEvent& event)
InspectorOverlay.cpp 311 bool InspectorOverlay::handleTouchEvent(const PlatformTouchEvent& event)
InspectorDOMAgent.cpp 78 #include "platform/PlatformTouchEvent.h"
172 static Node* hoveredNodeForEvent(Frame* frame, const PlatformTouchEvent& event, bool ignorePointerEventsNone)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.h 49 class PlatformTouchEvent;
126 virtual bool handleTouchEvent(const PlatformTouchEvent&) OVERRIDE;
WebInputEventConversion.h 38 #include "platform/PlatformTouchEvent.h"
91 // Converts a WebTouchEvent to a WebCore::PlatformTouchEvent.
92 class PlatformTouchEventBuilder : public WebCore::PlatformTouchEvent {
PopupContainer.h 65 virtual bool handleTouchEvent(const PlatformTouchEvent&) OVERRIDE;
PopupContainer.cpp 44 #include "platform/PlatformTouchEvent.h"
282 bool PopupContainer::handleTouchEvent(const PlatformTouchEvent&)
WebDevToolsAgentImpl.cpp 311 PlatformTouchEvent touchEvent = PlatformTouchEventBuilder(page->mainFrame()->view(), *static_cast<const WebTouchEvent*>(&inputEvent));
PopupListBox.cpp 44 #include "platform/PlatformTouchEvent.h"
187 bool PopupListBox::handleTouchEvent(const PlatformTouchEvent&)
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.h 66 class PlatformTouchEvent;
173 bool handleTouchEvent(const PlatformTouchEvent&);
EventHandler.cpp 94 #include "platform/PlatformTouchEvent.h"
219 class SyntheticSingleTouchEvent : public PlatformTouchEvent {
    [all...]

Completed in 533 milliseconds