Home
last modified time | relevance | path

Searched refs:setDrawsContent (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DPinchViewports.cpp132 scrollbar->setDrawsContent(!page->mainFrame()->view()->hasOverlayScrollbars()); in setOverflowControlsHostLayer()
134 scrollbar->setDrawsContent(!page->mainFrame()->view()->hasOverlayScrollbars()); in setOverflowControlsHostLayer()
155 scrollbarGraphicsLayer->setDrawsContent(false); in setupScrollbar()
DLinkHighlight.cpp80 m_contentLayer->layer()->setDrawsContent(true); in LinkHighlight()
275 m_contentLayer->layer()->setDrawsContent(true); in startHighlightAnimationIfNeeded()
DPageOverlay.cpp116 m_layer->setDrawsContent(true); in update()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.cpp961 m_graphicsLayer->setDrawsContent(hasNonScrollingPaintedContent); in updateDrawsContent()
964 m_scrollingContentsLayer->setDrawsContent(hasScrollingPaintedContent); in updateDrawsContent()
983 m_graphicsLayer->setDrawsContent(hasPaintedContent); in updateDrawsContent()
985 m_foregroundLayer->setDrawsContent(hasPaintedContent); in updateDrawsContent()
988 m_backgroundLayer->setDrawsContent(hasPaintedContent); in updateDrawsContent()
1086 layer->setDrawsContent(hBar && !layer->hasContentsLayer()); in positionOverflowControlsLayers()
1097 layer->setDrawsContent(vBar && !layer->hasContentsLayer()); in positionOverflowControlsLayers()
1104 layer->setDrawsContent(!scrollCornerAndResizer.isEmpty()); in positionOverflowControlsLayers()
1134 m_foregroundLayer->setDrawsContent(true); in updateForegroundLayer()
1156 m_backgroundLayer->setDrawsContent(true); in updateBackgroundLayer()
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.cpp115 m_layer->layer()->setDrawsContent(m_drawsContent && m_contentsVisible); in GraphicsLayer()
403 m_layer->layer()->setDrawsContent(m_drawsContent && m_contentsVisible); in updateLayerIsDrawable()
405 contentsLayer->setDrawsContent(m_contentsVisible); in updateLayerIsDrawable()
490 m_contentsLayer->setDrawsContent(m_contentsVisible); in setupContentsLayer()
869 void GraphicsLayer::setDrawsContent(bool drawsContent) in setDrawsContent() function in WebCore::GraphicsLayer
DGraphicsLayer.h175 void setDrawsContent(bool);
/external/chromium_org/third_party/WebKit/public/platform/
DWebLayer.h109 virtual void setDrawsContent(bool) = 0;
/external/chromium_org/webkit/renderer/compositor_bindings/
Dweb_layer_impl.h91 virtual void setDrawsContent(bool draws_content);
Dweb_layer_impl.cc166 void WebLayerImpl::setDrawsContent(bool draws_content) { in setDrawsContent() function in webkit::WebLayerImpl
/external/chromium_org/content/renderer/
Drender_widget_fullscreen_pepper.cc414 layer_->setDrawsContent(true); in SetLayer()
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.cpp250 scrollbarGraphicsLayer->setDrawsContent(true); in detachScrollbarLayer()
264 scrollbarGraphicsLayer->setDrawsContent(false); in setupScrollbarLayer()
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.cpp752 graphicsLayer->setDrawsContent(true); in positionScrollbarLayer()
760 graphicsLayer->setDrawsContent(!cornerRect.isEmpty()); in positionScrollCornerLayer()