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