Home
last modified time | relevance | path

Searched refs:chaptersKeyword (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/track/
DInbandTextTrack.cpp64 setKind(TextTrack::chaptersKeyword()); in InbandTextTrack()
DTextTrack.cpp67 const AtomicString& TextTrack::chaptersKeyword() in chaptersKeyword() function in blink::TextTrack
136 if (value == chaptersKeyword()) in isValidKindKeyword()
DTextTrack.h65 static const AtomicString& chaptersKeyword();
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMediaElement.cpp2882 else if (kind == TextTrack::chaptersKeyword()) in configureTextTracks()