Searched refs:WebMediaCacheManagerProxy (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebMediaCacheManagerProxy.cpp27 #include "WebMediaCacheManagerProxy.h"
35 PassRefPtr<WebMediaCacheManagerProxy> WebMediaCacheManagerProxy::create(WebContext* context)
37 return adoptRef(new WebMediaCacheManagerProxy(context));
40 WebMediaCacheManagerProxy::WebMediaCacheManagerProxy(WebContext* context) function in class:WebKit::WebMediaCacheManagerProxy
45 WebMediaCacheManagerProxy::~WebMediaCacheManagerProxy()
49 void WebMediaCacheManagerProxy::invalidate()
54 bool WebMediaCacheManagerProxy
[all...]
H A DWebMediaCacheManagerProxy.h50 class WebMediaCacheManagerProxy : public APIObject { class in namespace:WebKit
54 static PassRefPtr<WebMediaCacheManagerProxy> create(WebContext*);
55 virtual ~WebMediaCacheManagerProxy();
69 WebMediaCacheManagerProxy(WebContext*);
H A DWebContext.h54 class WebMediaCacheManagerProxy;
152 WebMediaCacheManagerProxy* mediaCacheManagerProxy() const { return m_mediaCacheManagerProxy.get(); }
254 RefPtr<WebMediaCacheManagerProxy> m_mediaCacheManagerProxy;
H A DWebContext.cpp46 #include "WebMediaCacheManagerProxy.h"
123 , m_mediaCacheManagerProxy(WebMediaCacheManagerProxy::create(this))
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKMediaCacheManager.cpp30 #include "WebMediaCacheManagerProxy.h"
36 return toAPI(WebMediaCacheManagerProxy::APIType);
H A DWKAPICast.h70 class WebMediaCacheManagerProxy;
99 WK_ADD_API_MAPPING(WKMediaCacheManagerRef, WebMediaCacheManagerProxy)
/external/webkit/Source/WebKit2/WebProcess/MediaCache/
H A DWebMediaCacheManager.cpp64 WebProcess::shared().connection()->send(Messages::WebMediaCacheManagerProxy::DidGetHostnamesWithMediaCache(mediaCacheHostnames, callbackID), 0);

Completed in 164 milliseconds