Searched defs:supportsSave (Results 1 - 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/graphics/
H A DMediaPlayerPrivate.h53 virtual bool supportsSave() const { return false; } function in class:WebCore::MediaPlayerPrivateInterface
H A DMediaPlayer.cpp334 bool MediaPlayer::supportsSave() const function in class:WebCore::MediaPlayer
336 return m_private->supportsSave();
/external/webkit/WebKit/chromium/src/
H A DWebMediaPlayerClientImpl.cpp245 bool WebMediaPlayerClientImpl::supportsSave() const function in class:WebKit::WebMediaPlayerClientImpl
248 return m_webMediaPlayer->supportsSave();
/external/webkit/WebCore/html/
H A DHTMLMediaElement.cpp936 bool HTMLMediaElement::supportsSave() const function in class:WebCore::HTMLMediaElement
938 return m_player ? m_player->supportsSave() : false;

Completed in 30 milliseconds