Searched refs:m_playerProxy (Results 1 – 3 of 3) sorted by relevance
204 , m_playerProxy(0) in MediaPlayer()251 m_private->setMediaPlayerProxy(m_playerProxy); in load()508 m_playerProxy = proxy; in setMediaPlayerProxy()
222 WebMediaPlayerProxy* m_playerProxy; // not owned or used, passed to m_private variable
36357 (WebCore::MediaPlayer::MediaPlayer): Initialize m_playerProxy.36358 (WebCore::MediaPlayer::load): Pass m_playerProxy to newly created engine.36359 (WebCore::MediaPlayer::setMediaPlayerProxy): Cache m_playerProxy.36360 * platform/graphics/MediaPlayer.h: Declare m_playerProxy.