Searched defs:PlatformGestureRecognizer (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DPlatformGestureRecognizer.cpp32 #include "PlatformGestureRecognizer.h"
36 PlatformGestureRecognizer::PlatformGestureRecognizer() { } function in class:WebCore::PlatformGestureRecognizer
37 PlatformGestureRecognizer::~PlatformGestureRecognizer() { }
41 PlatformGestureRecognizer* PlatformGestureRecognizer::create()
H A DPlatformGestureRecognizer.h37 class PlatformGestureRecognizer;
44 class PlatformGestureRecognizer { class in namespace:WebCore
46 PlatformGestureRecognizer();
49 virtual ~PlatformGestureRecognizer();
59 static PlatformGestureRecognizer* create();

Completed in 25 milliseconds