Home
last modified time | relevance | path

Searched refs:contentLayer (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DLinkHighlight.h54 WebContentLayer* contentLayer();
DLinkHighlight.cpp92 WebContentLayer* LinkHighlight::contentLayer() in contentLayer() function in blink::LinkHighlight
/external/chromium_org/third_party/WebKit/Source/web/tests/
DLinkHighlightTest.cpp93 EXPECT_TRUE(webViewImpl->linkHighlight(0)->contentLayer()); in TEST()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.h230 WebContentLayer* contentLayer() const { return m_layer.get(); } in contentLayer() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositedLayerMapping.cpp223 m_graphicsLayer->contentLayer()->setDrawCheckerboardForMissingTiles(true); in createPrimaryGraphicsLayer()
1176 if (WebLayer* contentLayer = context->platformLayer()) { in updateDrawsContent() local
1182 contentLayer->setBackgroundColor(bgColor.rgb()); in updateDrawsContent()
1492 m_backgroundLayer->contentLayer()->setDrawCheckerboardForMissingTiles(true); in updateBackgroundLayer()
1493 m_graphicsLayer->contentLayer()->setDrawCheckerboardForMissingTiles(false); in updateBackgroundLayer()
1502 m_graphicsLayer->contentLayer()->setDrawCheckerboardForMissingTiles(true); in updateBackgroundLayer()