Searched refs:accessLog (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/Modules/plugins/
H A DQuickTimePluginReplacement.idl33 [CustomGetter] readonly attribute any accessLog;
H A DQuickTimePluginReplacement.js76 GetAccessLog : 'accessLog',
332 accessLog: function()
335 return this.host.accessLog;
H A DQuickTimePluginReplacement.mm397 JSC::JSValue JSQuickTimePluginReplacement::accessLog(JSC::ExecState* exec) const
409 String accessLogString = parent->player()->accessLog();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DMediaPlayerPrivate.h63 virtual String accessLog() const { return emptyString(); } function in class:WebCore::MediaPlayerPrivateInterface
H A DMediaPlayer.h319 String accessLog() const;
H A DMediaPlayer.cpp629 String MediaPlayer::accessLog() const function in class:WebCore::MediaPlayer
631 return m_private->accessLog();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DMediaPlayerPrivateAVFoundationObjC.h161 virtual String accessLog() const;
H A DMediaPlayerPrivateAVFoundationObjC.mm1077 String MediaPlayerPrivateAVFoundationObjC::accessLog() const
1082 AVPlayerItemAccessLog *log = [m_avPlayerItem.get() accessLog];

Completed in 80 milliseconds