Searched defs:updateContentsScale (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DFrame.cpp1017 void Frame::updateContentsScale(float scale) function in class:WebCore::Frame
1020 child->updateContentsScale(scale);
1024 root->compositor()->updateContentsScale(scale);
1043 updateContentsScale(scale);
/external/webkit/Source/WebCore/rendering/
H A DRenderLayerBacking.cpp1496 void RenderLayerBacking::updateContentsScale(float scale) function in class:WebCore::RenderLayerBacking
H A DRenderLayerCompositor.cpp2033 void RenderLayerCompositor::updateContentsScale(float scale, RenderLayer* layer) function in class:WebCore::RenderLayerCompositor
2038 layer->updateContentsScale(scale);
2044 updateContentsScale(scale, negZOrderList->at(i));
2050 updateContentsScale(scale, posZOrderList->at(i));
2057 updateContentsScale(scale, normalFlowList->at(i));
H A DRenderLayer.cpp4226 void RenderLayer::updateContentsScale(float scale) function in class:WebCore::RenderLayer
4230 m_backing->updateContentsScale(scale);
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp882 updateContentsScale();
1965 void GraphicsLayerCA::updateContentsScale() function in class:WebCore::GraphicsLayerCA

Completed in 1053 milliseconds