HomeSort by relevance Sort by last modified time
    Searched defs:shouldTerminate (Results 1 - 14 of 14) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
Terminator.h 39 bool shouldTerminate() const { return m_shouldTerminate; }
  /external/webkit/Source/WebKit2/UIProcess/
WebApplicationCacheManagerProxy.cpp 55 bool WebApplicationCacheManagerProxy::shouldTerminate(WebProcessProxy*) const
WebKeyValueStorageManagerProxy.cpp 55 bool WebKeyValueStorageManagerProxy::shouldTerminate(WebProcessProxy*) const
WebMediaCacheManagerProxy.cpp 54 bool WebMediaCacheManagerProxy::shouldTerminate(WebProcessProxy*) const
WebResourceCacheManagerProxy.cpp 59 bool WebResourceCacheManagerProxy::shouldTerminate(WebProcessProxy*) const
WebCookieManagerProxy.cpp 56 bool WebCookieManagerProxy::shouldTerminate(WebProcessProxy*) const
WebDatabaseManagerProxy.cpp 106 bool WebDatabaseManagerProxy::shouldTerminate(WebProcessProxy*) const
WebProcessProxy.cpp 407 void WebProcessProxy::shouldTerminate(bool& shouldTerminate)
409 if (!m_pageMap.isEmpty() || !m_context->shouldTerminate(this)) {
410 shouldTerminate = false;
414 shouldTerminate = true;
WebContext.cpp 269 if (shouldTerminate(m_process.get()))
273 bool WebContext::shouldTerminate(WebProcessProxy* process)
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))
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CThread.cpp 93 bool CThread::shouldTerminate(
  /external/webkit/Source/WebKit2/PluginProcess/
PluginProcess.cpp 104 bool PluginProcess::shouldTerminate()
  /external/webkit/Source/WebKit2/UIProcess/Plugins/
WebPluginSiteDataManager.cpp 249 bool WebPluginSiteDataManager::shouldTerminate(WebProcessProxy*) const
  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.cpp 523 bool WebProcess::shouldTerminate()
532 // FIXME: the ShouldTerminate message should also send termination parameters, such as any session cookies that need to be preserved.
533 bool shouldTerminate = false;
534 if (m_connection->sendSync(Messages::WebProcessProxy::ShouldTerminate(), Messages::WebProcessProxy::ShouldTerminate::Reply(shouldTerminate), 0)
535 && !shouldTerminate)
  /external/webkit/Source/WebCore/bindings/js/
SerializedScriptValue.cpp 175 bool shouldTerminate()
712 if (shouldTerminate())
722 if (shouldTerminate())
732 if (shouldTerminate())
    [all...]

Completed in 393 milliseconds