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

  /external/chromium_org/media/blink/
webinbandtexttrack_impl.cc 11 WebInbandTextTrackImpl::WebInbandTextTrackImpl(
25 WebInbandTextTrackImpl::~WebInbandTextTrackImpl() {
29 void WebInbandTextTrackImpl::setClient(
34 blink::WebInbandTextTrackClient* WebInbandTextTrackImpl::client() {
38 WebInbandTextTrackImpl::Kind WebInbandTextTrackImpl::kind() const {
42 blink::WebString WebInbandTextTrackImpl::label() const {
46 blink::WebString WebInbandTextTrackImpl::language() const
    [all...]
webinbandtexttrack_impl.h 13 class WebInbandTextTrackImpl : public blink::WebInbandTextTrack {
15 WebInbandTextTrackImpl(Kind kind,
20 virtual ~WebInbandTextTrackImpl();
40 DISALLOW_COPY_AND_ASSIGN(WebInbandTextTrackImpl);
texttrack_impl.h 25 class WebInbandTextTrackImpl;
32 scoped_ptr<WebInbandTextTrackImpl> text_track);
43 static void OnAddCue(WebInbandTextTrackImpl* text_track,
51 scoped_ptr<WebInbandTextTrackImpl> text_track);
55 scoped_ptr<WebInbandTextTrackImpl> text_track_;
texttrack_impl.cc 20 scoped_ptr<WebInbandTextTrackImpl> text_track)
48 void TextTrackImpl::OnAddCue(WebInbandTextTrackImpl* text_track,
65 scoped_ptr<WebInbandTextTrackImpl> text_track) {
webmediaplayer_impl.cc 791 const WebInbandTextTrackImpl::Kind web_kind =
792 static_cast<WebInbandTextTrackImpl::Kind>(config.kind());
800 scoped_ptr<WebInbandTextTrackImpl> web_inband_text_track(
801 new WebInbandTextTrackImpl(web_kind, web_label, web_language, web_id,
    [all...]

Completed in 188 milliseconds