Home
last modified time | relevance | path

Searched refs:m_processTerminationEnabled (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DWebContext.h171 void disableProcessTermination() { m_processTerminationEnabled = false; } in disableProcessTermination()
271 bool m_processTerminationEnabled; variable
DWebContext.cpp130 , m_processTerminationEnabled(true) in WebContext()
268 m_processTerminationEnabled = true; in enableProcessTermination()
278 if (!m_processTerminationEnabled) in shouldTerminate()
/external/webkit/Source/WebKit2/
DChangeLog977 Initialize m_processTerminationEnabled to true.
979 Set m_processTerminationEnabled to true, and try to terminate the web process.
981 If !m_processTerminationEnabled, return false.
984 Set m_processTerminationEnabled to false;