HomeSort by relevance Sort by last modified time
    Searched refs:WebMediaCacheManagerProxy (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
WebMediaCacheManagerProxy.cpp 27 #include "WebMediaCacheManagerProxy.h"
35 PassRefPtr<WebMediaCacheManagerProxy> WebMediaCacheManagerProxy::create(WebContext* context)
37 return adoptRef(new WebMediaCacheManagerProxy(context));
40 WebMediaCacheManagerProxy::WebMediaCacheManagerProxy(WebContext* context)
45 WebMediaCacheManagerProxy::~WebMediaCacheManagerProxy()
49 void WebMediaCacheManagerProxy::invalidate()
54 bool WebMediaCacheManagerProxy::shouldTerminate(WebProcessProxy*) cons
    [all...]
WebMediaCacheManagerProxy.h 50 class WebMediaCacheManagerProxy : public APIObject {
54 static PassRefPtr<WebMediaCacheManagerProxy> create(WebContext*);
55 virtual ~WebMediaCacheManagerProxy();
69 WebMediaCacheManagerProxy(WebContext*);
WebContext.h 54 class WebMediaCacheManagerProxy;
152 WebMediaCacheManagerProxy* mediaCacheManagerProxy() const { return m_mediaCacheManagerProxy.get(); }
254 RefPtr<WebMediaCacheManagerProxy> m_mediaCacheManagerProxy;
WebContext.cpp 46 #include "WebMediaCacheManagerProxy.h"
123 , m_mediaCacheManagerProxy(WebMediaCacheManagerProxy::create(this))
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKMediaCacheManager.cpp 30 #include "WebMediaCacheManagerProxy.h"
36 return toAPI(WebMediaCacheManagerProxy::APIType);
WKAPICast.h 70 class WebMediaCacheManagerProxy;
99 WK_ADD_API_MAPPING(WKMediaCacheManagerRef, WebMediaCacheManagerProxy)
  /external/webkit/Source/WebKit2/WebProcess/MediaCache/
WebMediaCacheManager.cpp 64 WebProcess::shared().connection()->send(Messages::WebMediaCacheManagerProxy::DidGetHostnamesWithMediaCache(mediaCacheHostnames, callbackID), 0);

Completed in 143 milliseconds