Searched refs:MediaError (Results 1 – 25 of 76) sorted by relevance
1234
35 class MediaError FINAL : public RefCountedWillBeGarbageCollectedFinalized<MediaError>, public Scrip…45 static PassRefPtrWillBeRawPtr<MediaError> create(Code code) in create()47 return adoptRefWillBeNoop(new MediaError(code)); in create()55 MediaError(Code code) : m_code(code) in MediaError() function
61 class MediaError; variable112 PassRefPtrWillBeRawPtr<MediaError> error() const;389 void mediaEngineError(PassRefPtrWillBeRawPtr<MediaError>);483 RefPtrWillBeMember<MediaError> m_error;
29 ] interface MediaError {
641 PassRefPtrWillBeRawPtr<MediaError> HTMLMediaElement::error() const in error()1554 m_error = MediaError::create(MediaError::MEDIA_ERR_SRC_NOT_SUPPORTED); in noneSupported()1579 void HTMLMediaElement::mediaEngineError(PassRefPtrWillBeRawPtr<MediaError> err) in mediaEngineError()1654 mediaEngineError(MediaError::create(MediaError::MEDIA_ERR_NETWORK)); in mediaLoadingFailed()1656 mediaEngineError(MediaError::create(MediaError::MEDIA_ERR_DECODE)); in mediaLoadingFailed()3349 m_error = MediaError::create(MediaError::MEDIA_ERR_ABORTED); in userCancelledLoad()
33 [TypeChecking=Interface|Nullable] readonly attribute MediaError? error;
207 ../../core/html/MediaError.idl
23 …/MediaController.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/MediaError.idl $(LOCAL_PATH…
24 …/MediaController.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/MediaError.idl $(LOCAL_PATH…
207 ../../../core/html/MediaError.idl