HomeSort by relevance Sort by last modified time
    Searched defs:WebMediaCacheManagerProxy (Results 1 - 2 of 2) 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*);

Completed in 774 milliseconds