Home
last modified time | relevance | path

Searched defs:getSublayers (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCALayerWinInternal.cpp214 void PlatformCALayerWinInternal::getSublayers(PlatformCALayerList& list) const in getSublayers() function in PlatformCALayerWinInternal
/external/webkit/Source/WebCore/platform/graphics/chromium/
DLayerChromium.h76 const Vector<RefPtr<LayerChromium> >& getSublayers() const { return m_sublayers; } in getSublayers() function