Home
last modified time | relevance | path

Searched refs:clearContext (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DWebContext.cpp155 m_applicationCacheManagerProxy->clearContext(); in ~WebContext()
158 m_cookieManagerProxy->clearContext(); in ~WebContext()
161 m_databaseManagerProxy->clearContext(); in ~WebContext()
164 m_geolocationManagerProxy->clearContext(); in ~WebContext()
167 m_iconDatabase->clearContext(); in ~WebContext()
170 m_keyValueStorageManagerProxy->clearContext(); in ~WebContext()
173 m_mediaCacheManagerProxy->clearContext(); in ~WebContext()
176 m_pluginSiteDataManager->clearContext(); in ~WebContext()
179 m_resourceCacheManagerProxy->clearContext(); in ~WebContext()
DWebGeolocationManagerProxy.h51 void clearContext() { m_context = 0; } in clearContext() function
DWebMediaCacheManagerProxy.h58 void clearContext() { m_webContext = 0; } in clearContext() function
DWebResourceCacheManagerProxy.h59 void clearContext() { m_webContext = 0; } in clearContext() function
DWebKeyValueStorageManagerProxy.h60 void clearContext() { m_webContext = 0; } in clearContext() function
DWebApplicationCacheManagerProxy.h60 void clearContext() { m_webContext = 0; } in clearContext() function
DWebCookieManagerProxy.h59 void clearContext() { m_webContext = 0; } in clearContext() function
DWebDatabaseManagerProxy.h59 void clearContext() { m_webContext = 0; } in clearContext() function
DWebIconDatabase.h63 void clearContext() { m_webContext = 0; } in clearContext() function
/external/webkit/Source/WebKit2/UIProcess/Plugins/
DWebPluginSiteDataManager.h50 void clearContext() { m_webContext = 0; } in clearContext() function
/external/webkit/Source/WebKit2/
DChangeLog7238 (WebKit::WebMediaCacheManagerProxy::clearContext):
8375 (WebKit::WebIconDatabase::clearContext):
11900 (WebKit::WebKeyValueStorageManagerProxy::clearContext):
12122 (WebKit::WebCookieManagerProxy::clearContext):
12620 (WebKit::WebApplicationCacheManagerProxy::clearContext):
13983 (WebKit::WebResourceCacheManagerProxy::clearContext):
DChangeLog-2011-02-16246 (WebKit::WebPluginSiteDataManager::clearContext):
6650 This patch moves setting m_webcontext into clearContext and clearContext is only called in
6659 Call WebDatabaseManagerProxy::clearContext.
6680 (WebKit::WebDatabaseManagerProxy::clearContext):
8941 (WebKit::WebGeolocationManagerProxy::clearContext):