Home
last modified time | relevance | path

Searched refs:PlatformGestureRecognizer (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/
DPlatformGestureRecognizer.cpp36 PlatformGestureRecognizer::PlatformGestureRecognizer() { } in PlatformGestureRecognizer() function in WebCore::PlatformGestureRecognizer
37 PlatformGestureRecognizer::~PlatformGestureRecognizer() { } in ~PlatformGestureRecognizer()
41 PlatformGestureRecognizer* PlatformGestureRecognizer::create() in create()
DPlatformGestureRecognizer.h37 class PlatformGestureRecognizer; variable
44 class PlatformGestureRecognizer {
46 PlatformGestureRecognizer();
49 virtual ~PlatformGestureRecognizer();
59 static PlatformGestureRecognizer* create();
/external/webkit/Source/WebCore/page/
DEventHandler.h81 class PlatformGestureRecognizer; variable
470 OwnPtr<PlatformGestureRecognizer> m_gestureRecognizer;
DEventHandler.cpp216 , m_gestureRecognizer(PlatformGestureRecognizer::create()) in EventHandler()
/external/webkit/Source/WebCore/
DWebCore.gypi761 'platform/PlatformGestureRecognizer.cpp',
762 'platform/PlatformGestureRecognizer.h',
DChangeLog5706 * platform/PlatformGestureRecognizer.cpp:
10816 * platform/PlatformGestureRecognizer.cpp:
10817 (WebCore::PlatformGestureRecognizer::create):
10818 * platform/PlatformGestureRecognizer.h:
40937 * platform/PlatformGestureRecognizer.cpp: Added.
40938 (WebCore::PlatformGestureRecognizer::PlatformGestureRecognizer):
40939 (WebCore::PlatformGestureRecognizer::~PlatformGestureRecognizer):
40940 (WebCore::PlatformGestureRecognizer::create):
40941 * platform/PlatformGestureRecognizer.h: Added.