OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handleGestureEvent
(Results
1 - 24
of
24
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
FramelessScrollView.h
67
virtual bool
handleGestureEvent
(const PlatformGestureEvent&) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.h
63
virtual bool
handleGestureEvent
(const WebGestureEvent&) = 0;
WebPagePopupImpl.h
81
virtual bool
handleGestureEvent
(const WebGestureEvent&) OVERRIDE;
PopupContainer.h
66
virtual bool
handleGestureEvent
(const PlatformGestureEvent&) OVERRIDE;
WebPopupMenuImpl.cpp
128
bool WebPopupMenuImpl::
handleGestureEvent
(const WebGestureEvent& event)
130
return m_widget->
handleGestureEvent
(PlatformGestureEventBuilder(m_widget, event));
275
return
handleGestureEvent
(*static_cast<const WebGestureEvent*>(&inputEvent));
PopupListBox.h
127
virtual bool
handleGestureEvent
(const PlatformGestureEvent&) OVERRIDE;
WebPopupMenuImpl.h
102
bool
handleGestureEvent
(const WebGestureEvent&);
WebPagePopupImpl.cpp
272
bool WebPagePopupImpl::
handleGestureEvent
(const WebGestureEvent& event)
277
return frame.eventHandler().
handleGestureEvent
(PlatformGestureEventBuilder(frame.view(), event));
WebPluginContainerImpl.h
174
void
handleGestureEvent
(WebCore::GestureEvent*);
PageWidgetDelegate.cpp
172
return handler.
handleGestureEvent
(*static_cast<const WebGestureEvent*>(&event));
186
// should call
handleGestureEvent
, just like it currently does for
PopupContainer.cpp
288
// EventHandler::
handleGestureEvent
.
289
bool PopupContainer::
handleGestureEvent
(const PlatformGestureEvent& gestureEvent)
WebDevToolsAgentImpl.cpp
303
return ic->
handleGestureEvent
(page->mainFrame(), gestureEvent);
WebPluginContainerImpl.cpp
199
handleGestureEvent
(toGestureEvent(event));
827
void WebPluginContainerImpl::
handleGestureEvent
(GestureEvent* event)
WebViewImpl.h
640
virtual bool
handleGestureEvent
(const WebGestureEvent&) OVERRIDE;
[
all
...]
WebViewImpl.cpp
651
handleGestureEvent
(syntheticGestureEvent);
655
bool WebViewImpl::
handleGestureEvent
(const WebGestureEvent& event)
748
eventSwallowed = mainFrameImpl()->frame()->eventHandler().
handleGestureEvent
(platformEvent);
769
eventSwallowed = mainFrameImpl()->frame()->eventHandler().
handleGestureEvent
(platformEvent);
776
eventSwallowed = mainFrameImpl()->frame()->eventHandler().
handleGestureEvent
(platformEvent);
800
eventSwallowed = mainFrameImpl()->frame()->eventHandler().
handleGestureEvent
(platformEvent);
[
all
...]
PopupListBox.cpp
192
bool PopupListBox::
handleGestureEvent
(const PlatformGestureEvent&)
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorController.h
97
bool
handleGestureEvent
(Frame*, const PlatformGestureEvent&);
InspectorOverlay.h
123
bool
handleGestureEvent
(const PlatformGestureEvent&);
InspectorController.cpp
320
bool InspectorController::
handleGestureEvent
(Frame* frame, const PlatformGestureEvent& event)
323
m_overlay->
handleGestureEvent
(event);
325
return domAgent->
handleGestureEvent
(frame, event);
InspectorDOMAgent.h
188
bool
handleGestureEvent
(Frame*, const PlatformGestureEvent&);
InspectorOverlay.cpp
278
bool InspectorOverlay::
handleGestureEvent
(const PlatformGestureEvent& event)
283
return overlayPage()->mainFrame()->eventHandler().
handleGestureEvent
(event);
InspectorDOMAgent.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.h
143
bool
handleGestureEvent
(const PlatformGestureEvent&);
EventHandler.cpp
[
all
...]
Completed in 866 milliseconds