Home
last modified time | relevance | path

Searched defs:LayerClient (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
DMediaPlayerPrivateQuickTimeVisualContext.h164 class LayerClient; variable
165 friend class LayerClient; variable
DMediaPlayerPrivateQuickTimeVisualContext.cpp92 class MediaPlayerPrivateQuickTimeVisualContext::LayerClient : public PlatformCALayerClient { class in WebCore::MediaPlayerPrivateQuickTimeVisualContext
94 LayerClient(MediaPlayerPrivateQuickTimeVisualContext* parent) : m_parent(parent) {} in LayerClient() function in WebCore::MediaPlayerPrivateQuickTimeVisualContext::LayerClient
/external/webkit/Source/WebKit/win/
DFullscreenVideoController.h161 class LayerClient; variable
162 friend class LayerClient; variable
DFullscreenVideoController.cpp177 class FullscreenVideoController::LayerClient : public WebCore::PlatformCALayerClient { class in FullscreenVideoController
179 LayerClient(FullscreenVideoController* parent) : m_parent(parent) { } in LayerClient() function in FullscreenVideoController::LayerClient