Searched refs:PlatformGestureRecognizer (Results 1 – 6 of 6) sorted by relevance
36 PlatformGestureRecognizer::PlatformGestureRecognizer() { } in PlatformGestureRecognizer() function in WebCore::PlatformGestureRecognizer37 PlatformGestureRecognizer::~PlatformGestureRecognizer() { } in ~PlatformGestureRecognizer()41 PlatformGestureRecognizer* PlatformGestureRecognizer::create() in create()
37 class PlatformGestureRecognizer; variable44 class PlatformGestureRecognizer {46 PlatformGestureRecognizer();49 virtual ~PlatformGestureRecognizer();59 static PlatformGestureRecognizer* create();
81 class PlatformGestureRecognizer; variable470 OwnPtr<PlatformGestureRecognizer> m_gestureRecognizer;
216 , m_gestureRecognizer(PlatformGestureRecognizer::create()) in EventHandler()
761 'platform/PlatformGestureRecognizer.cpp',762 'platform/PlatformGestureRecognizer.h',
5706 * 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.