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

/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.h12 // WebMediaPlayerImpl works with multiple objects, the most important ones are:
20 // WebMediaPlayerImpl::Proxy
29 // WebMediaPlayerImpl ------> PipelineImpl
83 class WebMediaPlayerImpl : public WebKit::WebMediaPlayer, class in namespace:webkit_glue
97 WebMediaPlayerImpl* webmediaplayer);
99 // Methods for Filter -> WebMediaPlayerImpl communication.
104 // Methods for WebMediaPlayerImpl -> Filter communication.
113 // Methods for PipelineImpl -> WebMediaPlayerImpl communication.
152 WebMediaPlayerImpl* webmediaplayer_;
165 // Construct a WebMediaPlayerImpl wit
[all...]
H A Dwebmediaplayer_impl.cc90 // WebMediaPlayerImpl::Proxy implementation
92 WebMediaPlayerImpl::Proxy::Proxy(MessageLoop* render_loop,
93 WebMediaPlayerImpl* webmediaplayer)
101 WebMediaPlayerImpl::Proxy::~Proxy() {
105 void WebMediaPlayerImpl::Proxy::Repaint() {
111 NewRunnableMethod(this, &WebMediaPlayerImpl::Proxy::RepaintTask));
115 void WebMediaPlayerImpl::Proxy::SetVideoRenderer(
120 WebDataSourceBuildObserverHack* WebMediaPlayerImpl::Proxy::GetBuildObserver() {
126 void WebMediaPlayerImpl::Proxy::Paint(SkCanvas* canvas,
134 void WebMediaPlayerImpl
272 WebMediaPlayerImpl::WebMediaPlayerImpl( function in class:webkit_glue::WebMediaPlayerImpl
[all...]

Completed in 121 milliseconds