Home
last modified time | relevance | path

Searched refs:getCueIndex (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/track/
DTextTrackCueList.h47 unsigned long getCueIndex(TextTrackCue*) const;
DTextTrackCue.cpp127 m_cueIndex = track()->cues()->getCueIndex(this); in cueIndex()
DTextTrackCueList.cpp43 unsigned long TextTrackCueList::getCueIndex(TextTrackCue* cue) const in getCueIndex() function in blink::TextTrackCueList