OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scrollLayer
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollingCoordinatorChromiumTest.cpp
85
ASSERT(compositor->
scrollLayer
());
87
WebLayer* webScrollLayer = compositor->
scrollLayer
()->platformLayer();
412
ASSERT_TRUE(innerCompositor->
scrollLayer
());
414
GraphicsLayer*
scrollLayer
= innerCompositor->
scrollLayer
();
415
ASSERT_EQ(innerFrameView,
scrollLayer
->scrollableArea());
417
WebLayer* webScrollLayer =
scrollLayer
->platformLayer();
456
ASSERT_TRUE(innerCompositor->
scrollLayer
());
458
GraphicsLayer*
scrollLayer
= innerCompositor->
scrollLayer
();
[
all
...]
PinchViewportTest.cpp
133
ASSERT(compositor->
scrollLayer
());
135
WebLayer* webScrollLayer = compositor->
scrollLayer
()->platformLayer();
[
all
...]
WebFrameTest.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp
105
if (WebLayer*
scrollLayer
= toWebLayer(m_page->deprecatedLocalMainFrame()->view()->layerForScrolling())) {
110
scrollLayer
->setNonFastScrollableRegion(webRects);
174
if (WebLayer*
scrollLayer
= toWebLayer(toLocalFrame(child)->view()->layerForScrolling()))
175
scrollLayer
->setBounds(toLocalFrame(child)->view()->contentsSize());
265
static void setupScrollbarLayer(GraphicsLayer* scrollbarGraphicsLayer, WebScrollbarLayer* scrollbarLayer, WebLayer*
scrollLayer
, WebLayer* containerLayer)
270
if (!
scrollLayer
) {
274
scrollbarLayer->setScrollLayer(
scrollLayer
);
342
WebLayer*
scrollLayer
= toWebLayer(scrollableArea->layerForScrolling());
344
setupScrollbarLayer(scrollbarGraphicsLayer, scrollbarLayer,
scrollLayer
, containerLayer);
351
GraphicsLayer*
scrollLayer
= scrollableArea->layerForScrolling()
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.cpp
319
WebLayer*
scrollLayer
= compositor->
scrollLayer
()->platformLayer();
321
m_webOverlayScrollbarHorizontal->setScrollLayer(
scrollLayer
);
322
m_webOverlayScrollbarVertical->setScrollLayer(
scrollLayer
);
328
scrollLayer
);
FrameView.cpp
617
return renderView->compositor()->
scrollLayer
();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.h
116
GraphicsLayer*
scrollLayer
() const;
RenderLayerCompositor.cpp
678
GraphicsLayer* RenderLayerCompositor::
scrollLayer
() const
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp
[
all
...]
Completed in 396 milliseconds