Searched refs:destroyVideoLayer (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.h111 virtual void destroyVideoLayer();
H A DMediaPlayerPrivateAVFoundationCF.cpp99 void destroyVideoLayer();
430 void MediaPlayerPrivateAVFoundationCF::destroyVideoLayer() function in class:WebCore::MediaPlayerPrivateAVFoundationCF
432 LOG(Media, "MediaPlayerPrivateAVFoundationCF::destroyVideoLayer(%p) - destroying %p", this, videoLayer(m_avfWrapper));
434 m_avfWrapper->destroyVideoLayer();
1295 destroyVideoLayer();
1889 void AVFWrapper::destroyVideoLayer() function in class:WebCore::AVFWrapper
1893 LOG(Media, "AVFWrapper::destroyVideoLayer(%p)", this);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.h257 virtual void destroyVideoLayer() = 0;
H A DMediaPlayerPrivateAVFoundation.cpp163 destroyVideoLayer();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DMediaPlayerPrivateAVFoundationObjC.h195 virtual void destroyVideoLayer();
H A DMediaPlayerPrivateAVFoundationObjC.mm443 destroyVideoLayer();
617 void MediaPlayerPrivateAVFoundationObjC::destroyVideoLayer()
622 LOG(Media, "MediaPlayerPrivateAVFoundationObjC::destroyVideoLayer(%p) - destroying %p", this, m_videoLayer.get());

Completed in 114 milliseconds