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

  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.cpp 248 index = min(index, sublayerCount());
259 size_t PlatformCALayerWinInternal::sublayerCount() const
PlatformCALayerWin.cpp 219 insertSublayer(layer, sublayerCount());
249 size_t PlatformCALayer::sublayerCount() const
251 return intern(this)->sublayerCount();
681 int n = layer->sublayerCount();

Completed in 51 milliseconds