Home | History | Annotate | Download | only in UIProcess

Lines Matching full:invalidate

154     m_applicationCacheManagerProxy->invalidate();
157 m_cookieManagerProxy->invalidate();
160 m_databaseManagerProxy->invalidate();
163 m_geolocationManagerProxy->invalidate();
166 m_iconDatabase->invalidate();
169 m_keyValueStorageManagerProxy->invalidate();
172 m_mediaCacheManagerProxy->invalidate();
175 m_pluginSiteDataManager->invalidate();
178 m_resourceCacheManagerProxy->invalidate();
328 // Invalidate all outstanding downloads.
331 (*it)->invalidate();
336 m_applicationCacheManagerProxy->invalidate();
337 m_cookieManagerProxy->invalidate();
338 m_databaseManagerProxy->invalidate();
339 m_geolocationManagerProxy->invalidate();
340 m_keyValueStorageManagerProxy->invalidate();
341 m_mediaCacheManagerProxy->invalidate();
342 m_resourceCacheManagerProxy->invalidate();
344 // When out of process plug-ins are enabled, we don't want to invalidate the plug-in site data
347 m_pluginSiteDataManager->invalidate();
557 downloadProxy->invalidate();