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

  /external/webkit/Source/WebCore/platform/graphics/wince/
MediaPlayerPrivateWinCE.h 115 bool m_isStreaming;
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.h 164 mutable bool m_isStreaming;
MediaPlayerPrivateGStreamer.cpp 207 , m_isStreaming(false)
611 if (m_isStreaming)
669 if (m_errorOccured || m_isStreaming)
700 if (!m_errorOccured && !m_isStreaming && loaded > 0)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.h 180 bool m_isStreaming;
MediaPlayerPrivateQuickTimeVisualContext.h 197 bool m_isStreaming;
MediaPlayerPrivateQuickTimeWin.cpp 95 , m_isStreaming(false)
428 if (!m_isStreaming && loaded > 0)
499 if (loadState >= QTMovieLoadStateComplete && !m_isStreaming) {
MediaPlayerPrivateQuickTimeVisualContext.cpp 173 , m_isStreaming(false)
574 if (!m_isStreaming && loaded > 0)
645 if (loadState >= QTMovieLoadStateComplete && !m_isStreaming) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.h 207 bool m_isStreaming;
MediaPlayerPrivateQTKit.mm 231 , m_isStreaming(false)
880 if (naturalSize.isEmpty() && m_isStreaming) {
    [all...]

Completed in 951 milliseconds