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

  /external/webkit/Source/WebCore/platform/graphics/mac/
WebLayer.h 36 class PlatformCALayerClient;
53 void setLayerNeedsDisplayInRect(CALayer *, WebCore::PlatformCALayerClient*, CGRect);
WebLayer.mm 45 WebCore::PlatformCALayerClient* layerContents = platformLayer->owner();
111 void setLayerNeedsDisplayInRect(CALayer *layer, WebCore::PlatformCALayerClient* layerContents, CGRect rect)
  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayerClient.h 46 class PlatformCALayerClient {
63 virtual ~PlatformCALayerClient() {}
PlatformCALayer.h 33 #include "PlatformCALayerClient.h"
56 static PassRefPtr<PlatformCALayer> create(LayerType, PlatformCALayerClient*);
60 static PassRefPtr<PlatformCALayer> create(void* platformLayer, PlatformCALayerClient*);
74 PlatformCALayerClient* owner() const { return m_owner; }
75 void setOwner(PlatformCALayerClient*);
194 PlatformCALayer(LayerType, PlatformLayer*, PlatformCALayerClient*);
197 PlatformCALayerClient* m_owner;
GraphicsLayerCA.h 34 #include "PlatformCALayerClient.h"
44 class GraphicsLayerCA : public GraphicsLayer, public PlatformCALayerClient {
132 // PlatformCALayerClient overrides
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 48 void PlatformCALayer::setOwner(PlatformCALayerClient* owner)
88 PassRefPtr<PlatformCALayer> PlatformCALayer::create(LayerType layerType, PlatformCALayerClient* owner)
93 PassRefPtr<PlatformCALayer> PlatformCALayer::create(void* platformLayer, PlatformCALayerClient* owner)
111 PlatformCALayer::PlatformCALayer(LayerType layerType, PlatformLayer* layer, PlatformCALayerClient* owner)
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 108 void PlatformCALayer::setOwner(PlatformCALayerClient* owner)
148 PassRefPtr<PlatformCALayer> PlatformCALayer::create(LayerType layerType, PlatformCALayerClient* owner)
153 PassRefPtr<PlatformCALayer> PlatformCALayer::create(void* platformLayer, PlatformCALayerClient* owner)
158 PlatformCALayer::PlatformCALayer(LayerType layerType, PlatformLayer* layer, PlatformCALayerClient* owner)
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 177 class FullscreenVideoController::LayerClient : public WebCore::PlatformCALayerClient {
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp 92 class MediaPlayerPrivateQuickTimeVisualContext::LayerClient : public PlatformCALayerClient {
    [all...]

Completed in 486 milliseconds