Home
last modified time | relevance | path

Searched refs:setShouldComposite (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayerCompositor.cpp648 currentLayer->setShouldComposite(true);
663 currentLayer->setShouldComposite(false);
677 currentLayer->setShouldComposite(true);
DRenderLayer.h630 void setShouldComposite(bool b) { m_shouldComposite = b; } in setShouldComposite() function