Searched refs:currentMaxTimeLoaded (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.cpp424 float currentMaxTimeLoaded = maxTimeLoaded(); local
425 bool didLoadingProgress = currentMaxTimeLoaded != m_maxTimeLoadedAtLastDidLoadingProgress;
426 m_maxTimeLoadedAtLastDidLoadingProgress = currentMaxTimeLoaded;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp595 float currentMaxTimeLoaded = maxTimeLoaded(); local
596 bool didLoadingProgress = currentMaxTimeLoaded != m_maxTimeLoadedAtLastDidLoadingProgress;
597 m_maxTimeLoadedAtLastDidLoadingProgress = currentMaxTimeLoaded;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.cpp939 float currentMaxTimeLoaded = maxTimeLoaded(); local
940 bool didLoadingProgress = currentMaxTimeLoaded != m_maxTimeLoadedAtLastDidLoadingProgress;
941 m_maxTimeLoadedAtLastDidLoadingProgress = currentMaxTimeLoaded;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.mm969 float currentMaxTimeLoaded = maxTimeLoaded();
970 bool didLoadingProgress = currentMaxTimeLoaded != m_maxTimeLoadedAtLastDidLoadingProgress;
971 m_maxTimeLoadedAtLastDidLoadingProgress = currentMaxTimeLoaded;

Completed in 130 milliseconds