OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nonFastScrollableRegion
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollingCoordinatorChromiumTest.cpp
257
TEST_F(ScrollingCoordinatorChromiumTest,
nonFastScrollableRegion
)
264
WebVector<WebRect>
nonFastScrollableRegion
= rootScrollLayer->
nonFastScrollableRegion
();
266
ASSERT_EQ(1u,
nonFastScrollableRegion
.size());
267
ASSERT_EQ(WebRect(8, 8, 10, 10),
nonFastScrollableRegion
[0]);
287
ASSERT_EQ(0u, rootScrollLayer->
nonFastScrollableRegion
().size());
/external/chromium_org/third_party/WebKit/public/platform/
WebLayer.h
194
virtual WebVector<WebRect>
nonFastScrollableRegion
() const = 0;
/external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.h
123
virtual blink::WebVector<blink::WebRect>
nonFastScrollableRegion
() const;
web_layer_impl.cc
300
WebVector<WebRect> WebLayerImpl::
nonFastScrollableRegion
() const {
Completed in 50 milliseconds