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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.cpp 65 , m_ccLayerImpl(0)
92 if (m_ccLayerImpl)
93 m_ccLayerImpl->resetOwner();
101 if (m_ccLayerImpl)
102 m_ccLayerImpl->cleanupResources();
363 if (m_ccLayerImpl)
364 m_ccLayerImpl->dumpLayerProperties(ts, indent+2);
397 if (!m_ccLayerImpl)
398 m_ccLayerImpl = createCCLayerImpl();
403 return m_ccLayerImpl.get()
    [all...]
LayerChromium.h 223 RefPtr<CCLayerImpl> m_ccLayerImpl;

Completed in 64 milliseconds