Home
last modified time | relevance | path

Searched refs:MEDIA_ERR_ABORTED (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DMediaError.h38 MEDIA_ERR_ABORTED = 1, enumerator
DMediaError.idl29 const unsigned short MEDIA_ERR_ABORTED = 1;
DHTMLMediaElement.cpp3349 m_error = MediaError::create(MediaError::MEDIA_ERR_ABORTED); in userCancelledLoad()