OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nonFastScrollableRegion
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebLayer.h
184
virtual WebVector<WebRect>
nonFastScrollableRegion
() const = 0;
/external/chromium_org/cc/blink/
web_layer_impl.h
120
virtual blink::WebVector<blink::WebRect>
nonFastScrollableRegion
() const;
web_layer_impl.cc
334
WebVector<WebRect> WebLayerImpl::
nonFastScrollableRegion
() const {
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.cpp
84
for (size_t i = 0; i < webLayer->
nonFastScrollableRegion
().size(); ++i) {
85
scrollRects->addItem(buildScrollRect(webLayer->
nonFastScrollableRegion
()[i], TypeBuilder::LayerTree::ScrollRect::Type::RepaintsOnScroll));
/external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollingCoordinatorChromiumTest.cpp
287
ASSERT_EQ(0u, rootScrollLayer->
nonFastScrollableRegion
().size());
Completed in 314 milliseconds