HomeSort by relevance Sort by last modified time
    Searched refs:setShouldComposite (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.cpp 648 currentLayer->setShouldComposite(true);
663 currentLayer->setShouldComposite(false);
677 currentLayer->setShouldComposite(true);
    [all...]
RenderLayer.h 630 void setShouldComposite(bool b) { m_shouldComposite = b; }
    [all...]

Completed in 168 milliseconds