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

  /external/webkit/Source/WebKit2/WebProcess/ApplicationCache/
WebApplicationCacheManager.h 42 class WebApplicationCacheManager {
43 WTF_MAKE_NONCOPYABLE(WebApplicationCacheManager);
46 static WebApplicationCacheManager& shared();
51 WebApplicationCacheManager();
WebApplicationCacheManager.cpp 27 #include "WebApplicationCacheManager.h"
42 WebApplicationCacheManager& WebApplicationCacheManager::shared()
44 static WebApplicationCacheManager& shared = *new WebApplicationCacheManager;
48 WebApplicationCacheManager::WebApplicationCacheManager()
52 void WebApplicationCacheManager::didReceiveMessage(CoreIPC::Connection* connection, CoreIPC::MessageID messageID, CoreIPC::ArgumentDecoder* arguments)
57 void WebApplicationCacheManager::getApplicationCacheOrigins(uint64_t callbackID)
86 void WebApplicationCacheManager::deleteEntriesForOrigin(const SecurityOriginData& originData
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebApplicationCacheManagerProxy.cpp 73 m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebApplicationCacheManager::GetApplicationCacheOrigins(callbackID));
90 m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebApplicationCacheManager::DeleteEntriesForOrigin(securityOriginData));
96 m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebApplicationCacheManager::DeleteAllEntries());
  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.cpp 36 #include "WebApplicationCacheManager.h"
583 WebApplicationCacheManager::shared().didReceiveMessage(connection, messageID, arguments);

Completed in 135 milliseconds