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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.h87 virtual void createAVAssetForURL(const String& url);
H A DMediaPlayerPrivateAVFoundationCF.cpp456 void MediaPlayerPrivateAVFoundationCF::createAVAssetForURL(const String& url) function in class:WebCore::MediaPlayerPrivateAVFoundationCF
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.h209 virtual void createAVAssetForURL(const String&) = 0;
H A DMediaPlayerPrivateAVFoundation.cpp736 createAVAssetForURL(m_assetURL);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DMediaPlayerPrivateAVFoundationObjC.h172 virtual void createAVAssetForURL(const String& url);
H A DMediaPlayerPrivateAVFoundationObjC.mm738 void MediaPlayerPrivateAVFoundationObjC::createAVAssetForURL(const String& url)
743 LOG(Media, "MediaPlayerPrivateAVFoundationObjC::createAVAssetForURL(%p) - url = %s", this, url.utf8().data());

Completed in 142 milliseconds