HomeSort by relevance Sort by last modified time
    Searched defs:WebMediaPlayerClientImpl (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.h 50 class WebMediaPlayerClientImpl : public WebCore::MediaPlayerPrivateInterface
61 static WebMediaPlayerClientImpl* fromMediaElement(const WebMediaElement* element);
67 virtual ~WebMediaPlayerClientImpl();
133 WebMediaPlayerClientImpl();
WebMediaPlayerClientImpl.cpp 6 #include "WebMediaPlayerClientImpl.h"
64 bool WebMediaPlayerClientImpl::m_isEnabled = false;
66 bool WebMediaPlayerClientImpl::isEnabled()
71 void WebMediaPlayerClientImpl::setIsEnabled(bool isEnabled)
76 void WebMediaPlayerClientImpl::registerSelf(MediaEngineRegistrar registrar)
79 registrar(WebMediaPlayerClientImpl::create,
80 WebMediaPlayerClientImpl::getSupportedTypes,
81 WebMediaPlayerClientImpl::supportsType,
88 WebMediaPlayerClientImpl* WebMediaPlayerClientImpl::fromMediaElement(const WebMediaElement* element
    [all...]

Completed in 52 milliseconds