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

  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.h 68 static void tileDisplayCallback(CACFLayerRef, CGContextRef);
PlatformCALayerWinInternal.cpp 373 void PlatformCALayerWinInternal::tileDisplayCallback(CACFLayerRef layer, CGContextRef context)
383 CACFLayerSetDisplayCallback(newLayer.get(), tileDisplayCallback);
  /external/webkit/Source/WebCore/platform/graphics/win/
WebTiledLayer.h 64 static void tileDisplayCallback(CACFLayerRef, CGContextRef);
WebTiledLayer.cpp 59 void WebTiledLayer::tileDisplayCallback(CACFLayerRef layer, CGContextRef context)
198 CACFLayerSetDisplayCallback(newLayer.get(), tileDisplayCallback);

Completed in 42 milliseconds