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

  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.h 55 void getSublayers(PlatformCALayerList&) const;
PlatformCALayerWin.cpp 257 intern(source)->getSublayers(sublayers);
687 intern(layer)->getSublayers(sublayers);
PlatformCALayerWinInternal.cpp 214 void PlatformCALayerWinInternal::getSublayers(PlatformCALayerList& list) const
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.h 76 const Vector<RefPtr<LayerChromium> >& getSublayers() const { return m_sublayers; }
LayerRendererChromium.cpp 731 const Vector<RefPtr<LayerChromium> >& sublayers = layer->getSublayers();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.cpp 117 const Vector<RefPtr<LayerChromium> >& sublayers = m_owner->getSublayers();

Completed in 132 milliseconds