webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"WebKitMessageLoop.idl";
Public Member Functions | |
HRESULT | run (HACCEL hAccelTable) |
HRESULT | performMessageLoopTasks () |
HRESULT IWebKitMessageLoop::performMessageLoopTasks | ( | ) |
performMessageLoopTasks Performs required message loop WebKit tasks. This method needs to be called from the host message loop, if the host does not use the run() method.
Implemented in WebKitMessageLoop.
HRESULT IWebKitMessageLoop::run | ( | HACCEL | hAccelTable | ) |
run Runs the WebKit message loop, and performs required WebKit tasks in the message loop. The host can implement its own message loop, but then it needs to call the performMessageLoopTasks() method for each iteration in its message loop.
hAccelTable | A handle to the keyboard accelerator table for the application. |