Home
last modified time | relevance | path

Searched defs: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
85 … PlatformGestureEventBuilder platformEvent(webViewImpl->mainFrameImpl()->frameView(), touchEvent); in TEST() local
93 … PlatformGestureEventBuilder platformEvent(webViewImpl->mainFrameImpl()->frameView(), touchEvent); in TEST() local
105 … PlatformGestureEventBuilder platformEvent(webViewImpl->mainFrameImpl()->frameView(), touchEvent); in TEST() local
114 … PlatformGestureEventBuilder platformEvent(webViewImpl->mainFrameImpl()->frameView(), touchEvent); in TEST() local
121 … PlatformGestureEventBuilder platformEvent(webViewImpl->mainFrameImpl()->frameView(), touchEvent); in TEST() local
163 … PlatformGestureEventBuilder platformEvent(webViewImpl->mainFrameImpl()->frameView(), touchEvent); in TEST() local
/external/chromium_org/third_party/WebKit/Source/core/events/
DKeyboardEvent.h62 …static PassRefPtrWillBeRawPtr<KeyboardEvent> create(const PlatformKeyboardEvent& platformEvent, Ab… in create()
/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginScrollbarImpl.cpp332 PlatformWheelEventBuilder platformEvent(m_scrollbar.get(), mousewheel); in onMouseWheel() local
DWebViewImpl.cpp657 PlatformGestureEventBuilder platformEvent(mainFrameImpl()->frameView(), event); in handleGestureEvent() local