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

  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKMediaCacheManager.cpp 41 toImpl(mediaCacheManagerRef)->getHostnamesWithMediaCache(ArrayCallback::create(context, callback));
  /external/webkit/Source/WebKit2/WebProcess/MediaCache/
WebMediaCacheManager.h 51 void getHostnamesWithMediaCache(uint64_t callbackID);
WebMediaCacheManager.cpp 54 void WebMediaCacheManager::getHostnamesWithMediaCache(uint64_t callbackID)
  /external/webkit/Source/WebKit2/UIProcess/
WebMediaCacheManagerProxy.h 60 void getHostnamesWithMediaCache(PassRefPtr<ArrayCallback>);
WebMediaCacheManagerProxy.cpp 64 void WebMediaCacheManagerProxy::getHostnamesWithMediaCache(PassRefPtr<ArrayCallback> prpCallback)
72 m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebMediaCacheManager::GetHostnamesWithMediaCache(callbackID));

Completed in 183 milliseconds