HomeSort by relevance Sort by last modified time
    Searched defs:PlatformGestureRecognizer (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/
PlatformGestureRecognizer.cpp 32 #include "PlatformGestureRecognizer.h"
36 PlatformGestureRecognizer::PlatformGestureRecognizer() { }
37 PlatformGestureRecognizer::~PlatformGestureRecognizer() { }
41 PlatformGestureRecognizer* PlatformGestureRecognizer::create()
PlatformGestureRecognizer.h 37 class PlatformGestureRecognizer;
44 class PlatformGestureRecognizer {
46 PlatformGestureRecognizer();
49 virtual ~PlatformGestureRecognizer();
59 static PlatformGestureRecognizer* create();

Completed in 26 milliseconds