Home
last modified time | relevance | path

Searched refs:platformEvent (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
DLinkHighlightTest.cpp78 … PlatformGestureEventBuilder platformEvent(webViewImpl->mainFrameImpl()->frameView(), touchEvent); in TEST() local
79 Node* touchNode = webViewImpl->bestTapNode(platformEvent); in TEST()
85 … PlatformGestureEventBuilder platformEvent(webViewImpl->mainFrameImpl()->frameView(), touchEvent); in TEST() local
86 EXPECT_FALSE(webViewImpl->bestTapNode(platformEvent)); in TEST()
93 … PlatformGestureEventBuilder platformEvent(webViewImpl->mainFrameImpl()->frameView(), touchEvent); in TEST() local
94 webViewImpl->enableTapHighlightAtPoint(platformEvent); in TEST()
105 … PlatformGestureEventBuilder platformEvent(webViewImpl->mainFrameImpl()->frameView(), touchEvent); in TEST() local
106 webViewImpl->enableTapHighlightAtPoint(platformEvent); in TEST()
114 … PlatformGestureEventBuilder platformEvent(webViewImpl->mainFrameImpl()->frameView(), touchEvent); in TEST() local
115 webViewImpl->enableTapHighlightAtPoint(platformEvent); in TEST()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/events/
DKeyboardEvent.h62 …static PassRefPtr<KeyboardEvent> create(const PlatformKeyboardEvent& platformEvent, AbstractView* … in create() argument
64 return adoptRef(new KeyboardEvent(platformEvent, view)); in create()
/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginScrollbarImpl.cpp333 PlatformWheelEventBuilder platformEvent(m_scrollbar.get(), mousewheel); in onMouseWheel() local
334 return m_group->handleWheelEvent(platformEvent); in onMouseWheel()
DWebViewImpl.cpp688 PlatformGestureEventBuilder platformEvent(mainFrameImpl()->frameView(), event); in handleGestureEvent() local
696 enableTapHighlightAtPoint(platformEvent); in handleGestureEvent()
711 if (detectContentOnTouch(platformEvent.position())) { in handleGestureEvent()
748 eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(platformEvent); in handleGestureEvent()
769 eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(platformEvent); in handleGestureEvent()
776 eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(platformEvent); in handleGestureEvent()
782 animateDoubleTapZoom(platformEvent.position()); in handleGestureEvent()
800 eventSwallowed = mainFrameImpl()->frame()->eventHandler().handleGestureEvent(platformEvent); in handleGestureEvent()