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

  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.h 54 void setSublayers(const PlatformCALayerList&);
PlatformCALayerWin.cpp 206 void PlatformCALayer::setSublayers(const PlatformCALayerList& list)
208 intern(this)->setSublayers(list);
259 // Use setSublayers() because it properly nulls out the superlayer pointers.
260 setSublayers(sublayers);
PlatformCALayerWinInternal.cpp 193 void PlatformCALayerWinInternal::setSublayers(const PlatformCALayerList& list)
  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayer.h 98 void setSublayers(const PlatformCALayerList&);
GraphicsLayerCA.cpp 942 m_structuralLayer->setSublayers(newSublayers);
951 m_layer->setSublayers(newSublayers);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 268 void PlatformCALayer::setSublayers(const PlatformCALayerList& list)
281 [m_layer.get() setSublayers:sublayers];
288 // Workaround for <rdar://problem/7390716>: -[CALayer setSublayers:] crashes if sublayers is an empty array, or nil, under GC.
294 [m_layer.get() setSublayers:nil];
326 // Workaround for <rdar://problem/7390716>: -[CALayer setSublayers:] crashes if sublayers is an empty array, or nil, under GC.
338 [m_layer.get() setSublayers:sublayers];
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.cpp 487 m_transformLayer->setSublayers(newSublayers);
496 m_layer->setSublayers(newSublayers);
LayerChromium.h 75 void setSublayers(const Vector<RefPtr<LayerChromium> >&);
LayerChromium.cpp 228 void LayerChromium::setSublayers(const Vector<RefPtr<LayerChromium> >& sublayers)
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 501 m_transformLayer->setSublayers(newSublayers);
510 m_layer->setSublayers(newSublayers);

Completed in 97 milliseconds