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

  /external/webkit/Source/WebCore/platform/graphics/wince/
MediaPlayerProxy.h 42 FormatError,
  /external/webkit/Source/WebKit/chromium/public/
WebMediaPlayer.h 62 FormatError,
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.h 67 FormatError,
MediaPlayerPrivateQt.cpp 491 if (currentError == QMediaPlayer::FormatError)
492 m_networkState = MediaPlayer::FormatError;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 405 raise Grammar::FormatError[ @source, @path ]
413 raise( Grammar::FormatError, "Unknown ANTLR target language: %p" % @language )
456 class GrammarFile::FormatError < StandardError
486 end # error Grammar::FormatError
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 262 raise Grammar::FormatError[ source, path ]
334 class Grammar::FormatError < StandardError
364 end # error Grammar::FormatError
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.h 248 enum NetworkState { Empty, Idle, Loading, Loaded, FormatError, NetworkError, DecodeError };
MediaPlayer.cpp 802 if (m_private->networkState() >= FormatError
  /external/webkit/Source/WebKit/chromium/src/
AssertMatchingEnums.cpp 324 COMPILE_ASSERT_MATCHING_ENUM(WebMediaPlayer::FormatError, MediaPlayer::FormatError);
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.cpp 453 m_networkState = MediaPlayer::FormatError;
  /external/chromium/webkit/glue/
webmediaplayer_impl.cc 794 // WebKit uses FormatError to indicate an error for bogus URL or bad file.
797 SetNetworkState(WebKit::WebMediaPlayer::FormatError);
844 SetNetworkState(WebMediaPlayer::FormatError);
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 526 m_networkState = MediaPlayer::FormatError;
MediaPlayerPrivateQuickTimeVisualContext.cpp 672 m_networkState = MediaPlayer::FormatError;
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp 893 if (state == MediaPlayer::FormatError || state == MediaPlayer::NetworkError || state == MediaPlayer::DecodeError) {
920 else if (state == MediaPlayer::FormatError && m_loadState == LoadingFromSrcAttr)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm     [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 738 error = MediaPlayer::FormatError;
    [all...]

Completed in 319 milliseconds