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

  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.h 164 class LayerClient;
165 friend class LayerClient;
166 OwnPtr<LayerClient> m_layerClient;
MediaPlayerPrivateQuickTimeVisualContext.cpp 92 class MediaPlayerPrivateQuickTimeVisualContext::LayerClient : public PlatformCALayerClient {
94 LayerClient(MediaPlayerPrivateQuickTimeVisualContext* parent) : m_parent(parent) {}
95 virtual ~LayerClient() { m_parent = 0; }
115 void MediaPlayerPrivateQuickTimeVisualContext::LayerClient::platformCALayerLayoutSublayersOfLayer(PlatformCALayer* layer)
178 , m_layerClient(new MediaPlayerPrivateQuickTimeVisualContext::LayerClient(this))
    [all...]
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.h 161 class LayerClient;
162 friend class LayerClient;
163 OwnPtr<LayerClient> m_layerClient;
FullscreenVideoController.cpp 177 class FullscreenVideoController::LayerClient : public WebCore::PlatformCALayerClient {
179 LayerClient(FullscreenVideoController* parent) : m_parent(parent) { }
199 void FullscreenVideoController::LayerClient::platformCALayerLayoutSublayersOfLayer(PlatformCALayer* layer)
245 , m_layerClient(new LayerClient(this))

Completed in 131 milliseconds