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

  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCueList.cpp 65 if (!m_activeCues)
66 m_activeCues = create();
68 m_activeCues->clear();
72 m_activeCues->add(cue);
74 return m_activeCues.get();
TextTrackCueList.h 66 RefPtr<TextTrackCueList> m_activeCues;

Completed in 44 milliseconds