|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <ProcessAssertion.h>
Public Member Functions | |
| ProcessAndUIAssertion (pid_t, AssertionState) | |
| ~ProcessAndUIAssertion () | |
| void | setClient (ProcessAssertionClient &) |
| void | setState (AssertionState) |
Public Member Functions inherited from WebKit::ProcessAssertion | |
| ProcessAssertion (pid_t, AssertionState, Function< void()> &&invalidationCallback={ }) | |
| ~ProcessAssertion () | |
| void | setClient (ProcessAssertionClient &client) |
| ProcessAssertionClient * | client () |
| AssertionState | state () const |
| void | setState (AssertionState) |
| WebKit::ProcessAndUIAssertion::ProcessAndUIAssertion | ( | pid_t | pid, |
| AssertionState | assertionState | ||
| ) |
| WebKit::ProcessAndUIAssertion::~ProcessAndUIAssertion | ( | ) |
| void WebKit::ProcessAndUIAssertion::setClient | ( | ProcessAssertionClient & | client | ) |
| void WebKit::ProcessAndUIAssertion::setState | ( | AssertionState | assertionState | ) |
1.8.13