OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PlatformGestureEventBuilder
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.h
73
class
PlatformGestureEventBuilder
: public WebCore::PlatformGestureEvent {
75
PlatformGestureEventBuilder
(WebCore::Widget*, const WebGestureEvent&);
WebPagePopupImpl.cpp
277
return frame.eventHandler().handleGestureEvent(
PlatformGestureEventBuilder
(frame.view(), event));
WebPopupMenuImpl.cpp
130
return m_widget->handleGestureEvent(
PlatformGestureEventBuilder
(m_widget, event));
WebDevToolsAgentImpl.cpp
301
// Only let GestureTab in (we only need it and we know
PlatformGestureEventBuilder
supports it).
302
PlatformGestureEvent gestureEvent =
PlatformGestureEventBuilder
(page->mainFrame()->view(), *static_cast<const WebGestureEvent*>(&inputEvent));
WebInputEventConversion.cpp
162
//
PlatformGestureEventBuilder
--------------------------------------------------
164
PlatformGestureEventBuilder
::
PlatformGestureEventBuilder
(Widget* widget, const WebGestureEvent& e)
WebViewImpl.cpp
688
PlatformGestureEventBuilder
platformEvent(mainFrameImpl()->frameView(), event);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
LinkHighlightTest.cpp
78
PlatformGestureEventBuilder
platformEvent(webViewImpl->mainFrameImpl()->frameView(), touchEvent);
85
PlatformGestureEventBuilder
platformEvent(webViewImpl->mainFrameImpl()->frameView(), touchEvent);
93
PlatformGestureEventBuilder
platformEvent(webViewImpl->mainFrameImpl()->frameView(), touchEvent);
105
PlatformGestureEventBuilder
platformEvent(webViewImpl->mainFrameImpl()->frameView(), touchEvent);
114
PlatformGestureEventBuilder
platformEvent(webViewImpl->mainFrameImpl()->frameView(), touchEvent);
121
PlatformGestureEventBuilder
platformEvent(webViewImpl->mainFrameImpl()->frameView(), touchEvent);
181
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);
215
PlatformGestureEventBuilder
platformGestureBuilder(view, webGestureEvent);
344
PlatformGestureEventBuilder
platformGestureBuilder(view, webGestureEvent);
359
PlatformGestureEventBuilder
platformGestureBuilder(view, webGestureEvent);
370
PlatformGestureEventBuilder
platformGestureBuilder(view, webGestureEvent)
[
all
...]
Completed in 47 milliseconds