OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:haveWheelEventHandlers
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebLayer.h
175
virtual bool
haveWheelEventHandlers
() const = 0;
/external/chromium_org/cc/blink/
web_layer_impl.h
113
virtual bool
haveWheelEventHandlers
() const;
web_layer_impl.cc
306
bool WebLayerImpl::
haveWheelEventHandlers
() const {
/external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollingCoordinatorChromiumTest.cpp
124
ASSERT_FALSE(rootScrollLayer->
haveWheelEventHandlers
());
256
ASSERT_TRUE(rootScrollLayer->
haveWheelEventHandlers
());
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.cpp
90
if (webLayer->
haveWheelEventHandlers
()) {
Completed in 83 milliseconds