Home
last modified time | relevance | path

Searched refs:m_playerProxy (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DMediaPlayer.cpp204 , m_playerProxy(0) in MediaPlayer()
251 m_private->setMediaPlayerProxy(m_playerProxy); in load()
508 m_playerProxy = proxy; in setMediaPlayerProxy()
DMediaPlayer.h222 WebMediaPlayerProxy* m_playerProxy; // not owned or used, passed to m_private variable
/external/webkit/WebCore/
DChangeLog-2009-06-1636357 (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.