Home
last modified time | relevance | path

Searched refs:dwPanBlock (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/win/
DWebView.cpp519 DWORD dwPanBlock = GC_PAN_WITH_SINGLE_FINGER_HORIZONTALLY; in onGestureNotify() local
523 dwPanBlock |= GC_PAN_WITH_SINGLE_FINGER_VERTICALLY; in onGestureNotify()
525 GESTURECONFIG gc = { GID_PAN, dwPanWant, dwPanBlock }; in onGestureNotify()
/external/webkit/Source/WebKit/win/
DWebView.cpp1548 DWORD dwPanBlock = GC_PAN_WITH_SINGLE_FINGER_HORIZONTALLY; in gestureNotify() local
1554 dwPanBlock |= GC_PAN_WITH_SINGLE_FINGER_VERTICALLY; in gestureNotify()
1562 GESTURECONFIG gc = { GID_PAN, dwPanWant, dwPanBlock }; in gestureNotify()