HomeSort by relevance Sort by last modified time
    Searched defs:cleanupResources (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
RenderSurfaceChromium.cpp 51 cleanupResources();
54 void RenderSurfaceChromium::cleanupResources()
VideoLayerChromium.cpp 66 cleanupResources();
88 void VideoLayerChromium::cleanupResources()
90 LayerChromium::cleanupResources();
LayerChromium.cpp 99 void LayerChromium::cleanupResources()
102 m_ccLayerImpl->cleanupResources();
110 cleanupResources();
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.cpp 152 void CCLayerImpl::cleanupResources()
155 renderSurface()->cleanupResources();

Completed in 25 milliseconds