Searched refs:errorLog (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/Modules/plugins/
H A DQuickTimePluginReplacement.idl34 [CustomGetter] readonly attribute any errorLog;
H A DQuickTimePluginReplacement.js77 GetErrorLog : 'errorLog',
341 errorLog: function()
344 return this.host.errorLog;
H A DQuickTimePluginReplacement.mm419 JSC::JSValue JSQuickTimePluginReplacement::errorLog(JSC::ExecState* exec) const
431 String errorLogString = parent->player()->errorLog();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DMediaPlayerPrivate.h64 virtual String errorLog() const { return emptyString(); } function in class:WebCore::MediaPlayerPrivateInterface
H A DMediaPlayer.h320 String errorLog() const;
H A DMediaPlayer.cpp634 String MediaPlayer::errorLog() const function in class:WebCore::MediaPlayer
636 return m_private->errorLog();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DMediaPlayerPrivateAVFoundationObjC.h162 virtual String errorLog() const;
H A DMediaPlayerPrivateAVFoundationObjC.mm1088 String MediaPlayerPrivateAVFoundationObjC::errorLog() const
1093 AVPlayerItemErrorLog *log = [m_avPlayerItem.get() errorLog];
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePMPrivate.h532 const char * errorLog; member in struct:IOPMInterestContext
H A DIOServicePM.cpp5515 PM_ERROR(context->errorLog, pid, name);
5549 context.errorLog = "PM notification timeout (pid %d, %s)\n";

Completed in 129 milliseconds