Home
last modified time | relevance | path

Searched refs:m_mediaLocationCurrentIndex (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DMediaPlayerPrivateGStreamer.cpp211 , m_mediaLocationCurrentIndex(0) in MediaPlayerPrivateGStreamer()
1208 m_mediaLocationCurrentIndex = static_cast<int>(gst_value_list_get_size(locations)) -1; in mediaLocationChanged()
1230 if (m_mediaLocationCurrentIndex < 0) { in loadNextLocation()
1236 m_mediaLocationCurrentIndex); in loadNextLocation()
1240 m_mediaLocationCurrentIndex--; in loadNextLocation()
1289 m_mediaLocationCurrentIndex--; in loadNextLocation()
DMediaPlayerPrivateGStreamer.h168 int m_mediaLocationCurrentIndex; variable