Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/track/
DTextTrack.h98 enum TextTrackType { TrackElement, AddTrack, InBand }; enum
99 TextTrackType trackType() const { return m_trackType; } in trackType()
122 …d, const AtomicString& label, const AtomicString& language, const AtomicString& id, TextTrackType);
137 TextTrackType m_trackType;
DTextTrack.cpp97 …onst AtomicString& label, const AtomicString& language, const AtomicString& id, TextTrackType type) in TextTrack()