Home
last modified time | relevance | path

Searched refs:WebMediaCacheManagerProxy (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DWebMediaCacheManagerProxy.cpp35 PassRefPtr<WebMediaCacheManagerProxy> WebMediaCacheManagerProxy::create(WebContext* context) in create()
37 return adoptRef(new WebMediaCacheManagerProxy(context)); in create()
40 WebMediaCacheManagerProxy::WebMediaCacheManagerProxy(WebContext* context) in WebMediaCacheManagerProxy() function in WebKit::WebMediaCacheManagerProxy
45 WebMediaCacheManagerProxy::~WebMediaCacheManagerProxy() in ~WebMediaCacheManagerProxy()
49 void WebMediaCacheManagerProxy::invalidate() in invalidate()
54 bool WebMediaCacheManagerProxy::shouldTerminate(WebProcessProxy*) const in shouldTerminate()
59 void WebMediaCacheManagerProxy::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::Message… in didReceiveMessage()
64 void WebMediaCacheManagerProxy::getHostnamesWithMediaCache(PassRefPtr<ArrayCallback> prpCallback) in getHostnamesWithMediaCache()
75 void WebMediaCacheManagerProxy::didGetHostnamesWithMediaCache(const Vector<String>& hostnameList, u… in didGetHostnamesWithMediaCache()
92 void WebMediaCacheManagerProxy::clearCacheForHostname(const String& hostname) in clearCacheForHostname()
[all …]
DWebMediaCacheManagerProxy.h50 class WebMediaCacheManagerProxy : public APIObject {
54 static PassRefPtr<WebMediaCacheManagerProxy> create(WebContext*);
55 virtual ~WebMediaCacheManagerProxy();
69 WebMediaCacheManagerProxy(WebContext*);
DWebContext.h54 class WebMediaCacheManagerProxy; variable
152WebMediaCacheManagerProxy* mediaCacheManagerProxy() const { return m_mediaCacheManagerProxy.get();… in mediaCacheManagerProxy()
254 RefPtr<WebMediaCacheManagerProxy> m_mediaCacheManagerProxy;
DWebMediaCacheManagerProxy.messages.in23 messages -> WebMediaCacheManagerProxy {
DWebContext.cpp123 , m_mediaCacheManagerProxy(WebMediaCacheManagerProxy::create(this)) in WebContext()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKMediaCacheManager.cpp36 return toAPI(WebMediaCacheManagerProxy::APIType); in WKMediaCacheManagerGetTypeID()
DWKAPICast.h70 class WebMediaCacheManagerProxy; variable
99 WK_ADD_API_MAPPING(WKMediaCacheManagerRef, WebMediaCacheManagerProxy) in WK_ADD_API_MAPPING()
/external/webkit/Source/WebKit2/WebProcess/MediaCache/
DWebMediaCacheManager.cpp64 …WebProcess::shared().connection()->send(Messages::WebMediaCacheManagerProxy::DidGetHostnamesWithMe… in getHostnamesWithMediaCache()
/external/webkit/Source/WebKit2/
DDerivedSources.make73 WebMediaCacheManagerProxy \
DDerivedSources.pro118 WebMediaCacheManagerProxy.messages.in \
DWebKit2.pro218 UIProcess/WebMediaCacheManagerProxy.h \
422 UIProcess/WebMediaCacheManagerProxy.cpp \
DChangeLog4074 * UIProcess/WebMediaCacheManagerProxy.cpp:
4075 (WebKit::WebMediaCacheManagerProxy::getHostnamesWithMediaCache):
4076 (WebKit::WebMediaCacheManagerProxy::clearCacheForHostname):
4077 (WebKit::WebMediaCacheManagerProxy::clearCacheForAllHostnames):
5243 * UIProcess/WebMediaCacheManagerProxy.cpp:
5244 (WebKit::WebMediaCacheManagerProxy::shouldTerminate):
5245 * UIProcess/WebMediaCacheManagerProxy.h:
5733 * UIProcess/WebMediaCacheManagerProxy.cpp:
5734 (WebKit::WebMediaCacheManagerProxy::getHostnamesWithMediaCache):
5735 (WebKit::WebMediaCacheManagerProxy::clearCacheForHostname):
[all …]
DGNUmakefile.am466 Source/WebKit2/UIProcess/WebMediaCacheManagerProxy.cpp \
467 Source/WebKit2/UIProcess/WebMediaCacheManagerProxy.h \
/external/webkit/Source/WebKit2/WebKit2.xcodeproj/
Dproject.pbxproj266 …0709BE4 /* WebMediaCacheManagerProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33D3A3B713…
267 …00709BE4 /* WebMediaCacheManagerProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 33D3A3B8133…
1153WebMediaCacheManagerProxy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
1154 … /* WebMediaCacheManagerProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1155 … /* WebMediaCacheManagerProxy.messages.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnow…
2582 33D3A3B71339606200709BE4 /* WebMediaCacheManagerProxy.cpp */,
2583 33D3A3B81339606200709BE4 /* WebMediaCacheManagerProxy.h */,
2584 33D3A3B91339606200709BE4 /* WebMediaCacheManagerProxy.messages.in */,
3675 33D3A3BB1339606200709BE4 /* WebMediaCacheManagerProxy.h in Headers */,
4300 33D3A3BA1339606200709BE4 /* WebMediaCacheManagerProxy.cpp in Sources */,