HomeSort by relevance Sort by last modified time
    Searched refs:MEDIA_ERR_NETWORK (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/html/
MediaError.idl 29 const unsigned short MEDIA_ERR_NETWORK = 2;
MediaError.h 38 enum Code { MEDIA_ERR_ABORTED = 1, MEDIA_ERR_NETWORK, MEDIA_ERR_DECODE, MEDIA_ERR_SRC_NOT_SUPPORTED };
HTMLMediaElement.cpp 836 // set to MEDIA_ERR_NETWORK/MEDIA_ERR_DECODE.
917 mediaEngineError(MediaError::create(MediaError::MEDIA_ERR_NETWORK));
    [all...]

Completed in 83 milliseconds