OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setWantsWheelEvents
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebPluginContainer.h
112
virtual void
setWantsWheelEvents
(bool) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.h
114
virtual void
setWantsWheelEvents
(bool);
WebPluginContainerImpl.cpp
511
void WebPluginContainerImpl::
setWantsWheelEvents
(bool wantsWheelEvents)
/external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp
227
m_container->
setWantsWheelEvents
(true);
/external/chromium_org/content/renderer/browser_plugin/
browser_plugin.cc
[
all
...]
/external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc
775
container_->
setWantsWheelEvents
(IsAcceptingWheelEvents());
[
all
...]
Completed in 480 milliseconds