OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GestureEventFilter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/renderer_host/input/
gesture_event_filter.cc
27
GestureEventFilter
::
GestureEventFilter
(
49
GestureEventFilter
::~
GestureEventFilter
() { }
51
bool
GestureEventFilter
::ShouldDiscardFlingCancelEvent(
67
bool
GestureEventFilter
::ShouldForwardForBounceReduction(
78
&
GestureEventFilter
::SendScrollEndingEventsNow);
104
bool
GestureEventFilter
::ShouldForward(
113
bool
GestureEventFilter
::ShouldForwardForZeroVelocityFlingStart(
121
bool
GestureEventFilter
::ShouldForwardForGFCFiltering
[
all
...]
gesture_event_filter.h
27
// Interface with which the
GestureEventFilter
can forward gesture events, and
62
class CONTENT_EXPORT
GestureEventFilter
{
64
// Both |client| and |touchpad_client| must outlive the
GestureEventFilter
.
65
GestureEventFilter
(GestureEventFilterClient* client,
67
~
GestureEventFilter
();
186
// TODO(mohsen): Move touchpad tap suppression out of
GestureEventFilter
since
208
base::OneShotTimer<
GestureEventFilter
> debounce_deferring_timer_;
221
DISALLOW_COPY_AND_ASSIGN(
GestureEventFilter
);
Completed in 76 milliseconds