Home
last modified time | relevance | path

Searched refs:shouldTerminate (Results 1 – 25 of 36) sorted by relevance

12

/external/webkit/Source/WebKit2/UIProcess/
DWebContext.cpp269 if (shouldTerminate(m_process.get())) in enableProcessTermination()
273 bool WebContext::shouldTerminate(WebProcessProxy* process) in shouldTerminate() function in WebKit::WebContext
284 if (!m_applicationCacheManagerProxy->shouldTerminate(process)) in shouldTerminate()
286 if (!m_cookieManagerProxy->shouldTerminate(process)) in shouldTerminate()
288 if (!m_databaseManagerProxy->shouldTerminate(process)) in shouldTerminate()
290 if (!m_keyValueStorageManagerProxy->shouldTerminate(process)) in shouldTerminate()
292 if (!m_mediaCacheManagerProxy->shouldTerminate(process)) in shouldTerminate()
294 if (!m_pluginSiteDataManager->shouldTerminate(process)) in shouldTerminate()
296 if (!m_resourceCacheManagerProxy->shouldTerminate(process)) in shouldTerminate()
DWebProcessProxy.cpp407 void WebProcessProxy::shouldTerminate(bool& shouldTerminate) in shouldTerminate() argument
409 if (!m_pageMap.isEmpty() || !m_context->shouldTerminate(this)) { in shouldTerminate()
410 shouldTerminate = false; in shouldTerminate()
414 shouldTerminate = true; in shouldTerminate()
DWebProcessProxy.h121 void shouldTerminate(bool& shouldTerminate);
DWebResourceCacheManagerProxy.h67 bool shouldTerminate(WebProcessProxy*) const;
DWebMediaCacheManagerProxy.h66 bool shouldTerminate(WebProcessProxy*) const;
DWebKeyValueStorageManagerProxy.h68 bool shouldTerminate(WebProcessProxy*) const;
DWebApplicationCacheManagerProxy.h68 bool shouldTerminate(WebProcessProxy*) const;
DWebResourceCacheManagerProxy.cpp59 bool WebResourceCacheManagerProxy::shouldTerminate(WebProcessProxy*) const in shouldTerminate() function in WebKit::WebResourceCacheManagerProxy
DWebCookieManagerProxy.h75 bool shouldTerminate(WebProcessProxy*) const;
DWebKeyValueStorageManagerProxy.cpp55 bool WebKeyValueStorageManagerProxy::shouldTerminate(WebProcessProxy*) const in shouldTerminate() function in WebKit::WebKeyValueStorageManagerProxy
DWebDatabaseManagerProxy.h81 bool shouldTerminate(WebProcessProxy*) const;
DWebApplicationCacheManagerProxy.cpp55 bool WebApplicationCacheManagerProxy::shouldTerminate(WebProcessProxy*) const in shouldTerminate() function in WebKit::WebApplicationCacheManagerProxy
DWebMediaCacheManagerProxy.cpp54 bool WebMediaCacheManagerProxy::shouldTerminate(WebProcessProxy*) const in shouldTerminate() function in WebKit::WebMediaCacheManagerProxy
DWebProcessProxy.messages.in28 ShouldTerminate() -> (bool shouldTerminate)
DWebCookieManagerProxy.cpp56 bool WebCookieManagerProxy::shouldTerminate(WebProcessProxy*) const in shouldTerminate() function in WebKit::WebCookieManagerProxy
/external/webkit/Source/JavaScriptCore/runtime/
DTerminator.h39 bool shouldTerminate() const { return m_shouldTerminate; } in shouldTerminate() function
/external/webkit/Source/WebKit2/Shared/
DChildProcess.h69 virtual bool shouldTerminate() = 0;
DChildProcess.cpp72 if (!shouldTerminate()) in terminationTimerFired()
/external/webkit/Source/WebKit2/PluginProcess/
DPluginProcess.h68 virtual bool shouldTerminate();
DPluginProcess.cpp104 bool PluginProcess::shouldTerminate() in shouldTerminate() function in WebKit::PluginProcess
/external/webkit/Source/WebKit2/UIProcess/Plugins/
DWebPluginSiteDataManager.h63 bool shouldTerminate(WebProcessProxy*) const;
/external/webkit/Source/WebKit2/WebProcess/
DWebProcess.cpp523 bool WebProcess::shouldTerminate() in shouldTerminate() function in WebKit::WebProcess
533 bool shouldTerminate = false; in shouldTerminate() local
534 …essProxy::ShouldTerminate(), Messages::WebProcessProxy::ShouldTerminate::Reply(shouldTerminate), 0) in shouldTerminate()
535 && !shouldTerminate) in shouldTerminate()
DWebProcess.h167 virtual bool shouldTerminate();
/external/webkit/Source/WebCore/bindings/js/
DJSEventListener.cpp137 if (terminatorCausedException || globalData.terminator.shouldTerminate()) in handleEvent()
DWorkerScriptController.cpp132 …ompletionType == Terminated || m_workerContextWrapper->globalData().terminator.shouldTerminate()) { in evaluate()

12