HomeSort by relevance Sort by last modified time
    Searched refs:PlatformGestureEventBuilder (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/tests/
LinkHighlightTest.cpp 76 PlatformGestureEventBuilder platformEvent(webViewImpl->mainFrameImpl()->frameView(), touchEvent);
83 PlatformGestureEventBuilder platformEvent(webViewImpl->mainFrameImpl()->frameView(), touchEvent);
91 PlatformGestureEventBuilder platformEvent(webViewImpl->mainFrameImpl()->frameView(), touchEvent);
103 PlatformGestureEventBuilder platformEvent(webViewImpl->mainFrameImpl()->frameView(), touchEvent);
112 PlatformGestureEventBuilder platformEvent(webViewImpl->mainFrameImpl()->frameView(), touchEvent);
119 PlatformGestureEventBuilder platformEvent(webViewImpl->mainFrameImpl()->frameView(), touchEvent);
179 PlatformGestureEventBuilder platformEvent(webViewImpl->mainFrameImpl()->frameView(), touchEvent);
WebInputEventConversionTest.cpp 145 PlatformGestureEventBuilder platformGestureBuilder(view, webGestureEvent);
160 PlatformGestureEventBuilder platformGestureBuilder(view, webGestureEvent);
171 PlatformGestureEventBuilder platformGestureBuilder(view, webGestureEvent);
182 PlatformGestureEventBuilder platformGestureBuilder(view, webGestureEvent);
193 PlatformGestureEventBuilder platformGestureBuilder(view, webGestureEvent);
204 PlatformGestureEventBuilder platformGestureBuilder(view, webGestureEvent);
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.h 73 class PlatformGestureEventBuilder : public WebCore::PlatformGestureEvent {
75 PlatformGestureEventBuilder(WebCore::Widget*, const WebGestureEvent&);
WebPagePopupImpl.cpp 284 return frame.eventHandler()->handleGestureEvent(PlatformGestureEventBuilder(frame.view(), event));
WebPopupMenuImpl.cpp 130 return m_widget->handleGestureEvent(PlatformGestureEventBuilder(m_widget, event));
WebInputEventConversion.cpp 151 // PlatformGestureEventBuilder --------------------------------------------------
153 PlatformGestureEventBuilder::PlatformGestureEventBuilder(Widget* widget, const WebGestureEvent& e)
WebDevToolsAgentImpl.cpp 475 // Only let GestureTab in (we only need it and we know PlatformGestureEventBuilder supports it).
476 PlatformGestureEvent gestureEvent = PlatformGestureEventBuilder(page->mainFrame()->view(), *static_cast<const WebGestureEvent*>(&inputEvent));
WebViewImpl.cpp 697 PlatformGestureEventBuilder platformEvent(mainFrameImpl()->frameView(), event);
    [all...]

Completed in 2559 milliseconds