Searched refs:supportsSave (Results 1 – 15 of 15) sorted by relevance
105 virtual bool supportsSave() const = 0;
121 virtual bool supportsSave() const = 0;
74 virtual bool supportsSave() const OVERRIDE;
100 virtual bool supportsSave() const;
172 bool WebMediaPlayerMS::supportsSave() const { in supportsSave() function in content::WebMediaPlayerMS
340 bool WebMediaPlayerImpl::supportsSave() const { in supportsSave() function in content::WebMediaPlayerImpl
406 bool WebMediaPlayerClientImpl::supportsSave() const in supportsSave() function in blink::WebMediaPlayerClientImpl409 return m_webMediaPlayer->supportsSave(); in supportsSave()
103 virtual bool supportsSave() const OVERRIDE;
241 if (mediaElement->supportsSave()) in showContextMenu()
205 virtual bool supportsSave() const;
426 bool WebMediaPlayerImpl::supportsSave() const { in supportsSave() function in webkit_glue::WebMediaPlayerImpl
99 virtual bool supportsSave() const;
412 bool WebMediaPlayerAndroid::supportsSave() const { in supportsSave() function in content::WebMediaPlayerAndroid
88 bool supportsSave() const;
1789 bool HTMLMediaElement::supportsSave() const in supportsSave() function in WebCore::HTMLMediaElement1791 return m_player ? m_player->supportsSave() : false; in supportsSave()