OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wantsWheelEvents
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/plugins/
PluginView.h
52
virtual bool
wantsWheelEvents
() { return false; }
/external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp
531
void WebPluginContainerImpl::setWantsWheelEvents(bool
wantsWheelEvents
)
533
if (m_wantsWheelEvents ==
wantsWheelEvents
)
535
m_wantsWheelEvents =
wantsWheelEvents
;
632
bool WebPluginContainerImpl::
wantsWheelEvents
()
Completed in 164 milliseconds