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

  /external/webkit/Source/WebKit2/UIProcess/
WebContext.cpp 123 , m_mediaCacheManagerProxy(WebMediaCacheManagerProxy::create(this))
172 m_mediaCacheManagerProxy->invalidate();
173 m_mediaCacheManagerProxy->clearContext();
292 if (!m_mediaCacheManagerProxy->shouldTerminate(process))
341 m_mediaCacheManagerProxy->invalidate();
618 m_mediaCacheManagerProxy->didReceiveMessage(connection, messageID, arguments);
WebContext.h 152 WebMediaCacheManagerProxy* mediaCacheManagerProxy() const { return m_mediaCacheManagerProxy.get(); }
254 RefPtr<WebMediaCacheManagerProxy> m_mediaCacheManagerProxy;

Completed in 281 milliseconds