HomeSort by relevance Sort by last modified time
    Searched defs:addTextTrack (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebMediaPlayerClientImpl.cpp 179 void WebMediaPlayerClientImpl::addTextTrack(WebInbandTextTrack* textTrack)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.h 180 PassRefPtr<TextTrack> addTextTrack(const String& kind, const String& label, const String& language, ExceptionState&);
181 PassRefPtr<TextTrack> addTextTrack(const String& kind, const String& label, ExceptionState& exceptionState) { return addTextTrack(kind, label, emptyString(), exceptionState); }
182 PassRefPtr<TextTrack> addTextTrack(const String& kind, ExceptionState& exceptionState) { return addTextTrack(kind, emptyString(), emptyString(), exceptionState); }
HTMLMediaElement.cpp     [all...]

Completed in 124 milliseconds