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

  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayerClient.h 60 virtual void platformCALayerLayerDidDisplay(PlatformLayer*) = 0;
GraphicsLayerCA.h 145 virtual void platformCALayerLayerDidDisplay(PlatformLayer* layer) { return layerDidDisplay(layer); }
  /external/webkit/Source/WebCore/platform/graphics/mac/
WebTiledLayer.mm 79 layer->owner()->platformCALayerLayerDidDisplay(self);
WebLayer.mm 165 layer->owner()->platformCALayerLayerDidDisplay(self);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.cpp 139 owner()->owner()->platformCALayerLayerDidDisplay(caLayer);
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 194 virtual void platformCALayerLayerDidDisplay(PlatformLayer*) { }
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp 110 virtual void platformCALayerLayerDidDisplay(PlatformLayer*) { }
    [all...]

Completed in 35 milliseconds