OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wantsWheelEvents
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/plugins/
PluginView.h
50
virtual bool
wantsWheelEvents
() { return false; }
/external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.h
82
virtual bool
wantsWheelEvents
() OVERRIDE;
WebPluginContainerImpl.cpp
511
void WebPluginContainerImpl::setWantsWheelEvents(bool
wantsWheelEvents
)
513
if (m_wantsWheelEvents ==
wantsWheelEvents
)
515
m_wantsWheelEvents =
wantsWheelEvents
;
602
bool WebPluginContainerImpl::
wantsWheelEvents
()
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp
684
if (pluginView->
wantsWheelEvents
())
[
all
...]
Completed in 725 milliseconds