Searched defs:shouldTerminate (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DTerminator.h39 bool shouldTerminate() const { return m_shouldTerminate; } function in class:JSC::Terminator
/external/webkit/Source/WebKit2/UIProcess/
H A DWebResourceCacheManagerProxy.cpp59 bool WebResourceCacheManagerProxy::shouldTerminate(WebProcessProxy*) const function in class:WebKit::WebResourceCacheManagerProxy
H A DWebApplicationCacheManagerProxy.cpp55 bool WebApplicationCacheManagerProxy::shouldTerminate(WebProcessProxy*) const function in class:WebKit::WebApplicationCacheManagerProxy
H A DWebKeyValueStorageManagerProxy.cpp55 bool WebKeyValueStorageManagerProxy::shouldTerminate(WebProcessProxy*) const function in class:WebKit::WebKeyValueStorageManagerProxy
H A DWebMediaCacheManagerProxy.cpp54 bool WebMediaCacheManagerProxy::shouldTerminate(WebProcessProxy*) const function in class:WebKit::WebMediaCacheManagerProxy
H A DWebCookieManagerProxy.cpp56 bool WebCookieManagerProxy::shouldTerminate(WebProcessProxy*) const function in class:WebKit::WebCookieManagerProxy
H A DWebDatabaseManagerProxy.cpp106 bool WebDatabaseManagerProxy::shouldTerminate(WebProcessProxy*) const function in class:WebKit::WebDatabaseManagerProxy
H A DWebProcessProxy.cpp407 void WebProcessProxy::shouldTerminate(bool& shouldTerminate) argument
409 if (!m_pageMap.isEmpty() || !m_context->shouldTerminate(this)) {
410 shouldTerminate = false;
414 shouldTerminate = true;
H A DWebContext.cpp269 if (shouldTerminate(m_process.get()))
273 bool WebContext::shouldTerminate(WebProcessProxy* process) function in class:WebKit::WebContext
284 if (!m_applicationCacheManagerProxy->shouldTerminate(process))
286 if (!m_cookieManagerProxy->shouldTerminate(process))
288 if (!m_databaseManagerProxy->shouldTerminate(process))
290 if (!m_keyValueStorageManagerProxy->shouldTerminate(process))
292 if (!m_mediaCacheManagerProxy->shouldTerminate(process))
294 if (!m_pluginSiteDataManager->shouldTerminate(process))
296 if (!m_resourceCacheManagerProxy->shouldTerminate(process))
/external/webkit/Source/WebKit2/PluginProcess/
H A DPluginProcess.cpp104 bool PluginProcess::shouldTerminate() function in class:WebKit::PluginProcess
/external/webkit/Source/WebKit2/UIProcess/Plugins/
H A DWebPluginSiteDataManager.cpp249 bool WebPluginSiteDataManager::shouldTerminate(WebProcessProxy*) const function in class:WebKit::WebPluginSiteDataManager
/external/webkit/Source/WebKit2/WebProcess/
H A DWebProcess.cpp523 bool WebProcess::shouldTerminate() function in class:WebKit::WebProcess
533 bool shouldTerminate = false; local
534 if (m_connection->sendSync(Messages::WebProcessProxy::ShouldTerminate(), Messages::WebProcessProxy::ShouldTerminate::Reply(shouldTerminate), 0)
535 && !shouldTerminate)
/external/webkit/Source/WebCore/bindings/js/
H A DSerializedScriptValue.cpp175 bool shouldTerminate() function in class:WebCore::CloneBase
712 if (shouldTerminate())
722 if (shouldTerminate())
732 if (shouldTerminate())

Completed in 142 milliseconds