OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlatformGestureRecognizer
(Results
1 - 4
of
4
) 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();
/external/webkit/Source/WebCore/page/
EventHandler.h
81
class
PlatformGestureRecognizer
;
470
OwnPtr<
PlatformGestureRecognizer
> m_gestureRecognizer;
EventHandler.cpp
103
#include "
PlatformGestureRecognizer
.h"
216
, m_gestureRecognizer(
PlatformGestureRecognizer
::create())
[
all
...]
Completed in 500 milliseconds