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

  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.cpp 62 , m_reportedDuration(invalidTime)
570 if (dur != m_reportedDuration) {
571 if (m_reportedDuration != invalidTime)
573 m_reportedDuration = dur;
MediaPlayerPrivateAVFoundation.h 259 float m_reportedDuration;
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.h 201 float m_reportedDuration;
MediaPlayerPrivateQTKit.mm 226 , m_reportedDuration(-1)
    [all...]

Completed in 134 milliseconds