Home
last modified time | relevance | path

Searched refs:GestureScrollEnd (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
DWebGestureEvent.cpp67 return type == GestureScrollBegin || type == GestureScrollEnd; in isGestureEventType()
DWebEventConversion.cpp181 case WebEvent::GestureScrollEnd: in WebKit2PlatformGestureEvent()
DWebEvent.h65 GestureScrollEnd, enumerator
/external/webkit/Source/WebKit2/Shared/mac/
DWebEventFactory.mm250 return WebEvent::GestureScrollEnd;
253 return WebEvent::GestureScrollEnd;
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp2556 case WebEvent::GestureScrollEnd: in didReceiveEvent()
2575 case WebEvent::GestureScrollEnd: in didReceiveEvent()