OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rootScrollLayer
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollingCoordinatorChromiumTest.cpp
147
WebLayer*
rootScrollLayer
= getRootScrollLayer();
148
ASSERT_TRUE(
rootScrollLayer
->scrollable());
149
ASSERT_FALSE(
rootScrollLayer
->shouldScrollOnMainThread());
150
ASSERT_FALSE(
rootScrollLayer
->haveWheelEventHandlers());
179
WebLayer*
rootScrollLayer
= getRootScrollLayer();
180
ASSERT_FALSE(
rootScrollLayer
->shouldScrollOnMainThread());
263
WebLayer*
rootScrollLayer
= getRootScrollLayer();
264
WebVector<WebRect> nonFastScrollableRegion =
rootScrollLayer
->nonFastScrollableRegion();
276
WebLayer*
rootScrollLayer
= getRootScrollLayer();
277
ASSERT_TRUE(
rootScrollLayer
->haveWheelEventHandlers())
[
all
...]
/external/chromium_org/cc/input/
top_controls_manager_unittest.cc
47
LayerImpl*
rootScrollLayer
() {
/external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp
[
all
...]
Completed in 366 milliseconds