Searched defs:WebMediaPlayerClientImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebMediaPlayerClientImpl.h62 class WebMediaPlayerClientImpl : public WebCore::MediaPlayer, public WebMediaPlayerClient { class in namespace:WebKit
71 virtual ~WebMediaPlayerClientImpl();
149 explicit WebMediaPlayerClientImpl(WebCore::MediaPlayerClient*);
H A DWebMediaPlayerClientImpl.cpp6 #include "WebMediaPlayerClientImpl.h"
65 WebMediaPlayer* WebMediaPlayerClientImpl::mediaPlayer() const
72 WebMediaPlayerClientImpl::~WebMediaPlayerClientImpl()
81 void WebMediaPlayerClientImpl::networkStateChanged()
86 void WebMediaPlayerClientImpl::readyStateChanged()
91 void WebMediaPlayerClientImpl::timeChanged()
96 void WebMediaPlayerClientImpl::repaint()
103 void WebMediaPlayerClientImpl::durationChanged()
108 void WebMediaPlayerClientImpl
678 WebMediaPlayerClientImpl::WebMediaPlayerClientImpl(MediaPlayerClient* client) function in class:WebKit::WebMediaPlayerClientImpl
[all...]

Completed in 69 milliseconds