#include <InspectorWorkerAgent.h>
|
| | InspectorWorkerAgent (PageAgentContext &) |
| |
| virtual | ~InspectorWorkerAgent () |
| |
| void | didCreateFrontendAndBackend (Inspector::FrontendRouter *, Inspector::BackendDispatcher *) override |
| |
| void | willDestroyFrontendAndBackend (Inspector::DisconnectReason) override |
| |
| void | enable (ErrorString &) override |
| |
| void | disable (ErrorString &) override |
| |
| void | initialized (ErrorString &, const String &workerId) override |
| |
| void | sendMessageToWorker (ErrorString &, const String &workerId, const String &message) override |
| |
| void | sendMessageFromWorkerToFrontend (WorkerInspectorProxy *, const String &message) override |
| |
| bool | shouldWaitForDebuggerOnStart () const |
| |
| void | workerStarted (WorkerInspectorProxy *, const URL &) |
| |
| void | workerTerminated (WorkerInspectorProxy *) |
| |
| virtual | ~InspectorAgentBase () |
| |
| String | domainName () const |
| |
| virtual void | discardValues () |
| |
| virtual void | discardAgent () |
| |
| virtual | ~InspectorAgentBase () |
| |
| String | domainName () const |
| |
| virtual void | discardValues () |
| |
| virtual void | discardAgent () |
| |
Public Member Functions inherited from Inspector::WorkerBackendDispatcherHandler |
| virtual void | enable (ErrorString &)=0 |
| |
| virtual void | disable (ErrorString &)=0 |
| |
| virtual void | initialized (ErrorString &, const String &in_workerId)=0 |
| |
| virtual void | sendMessageToWorker (ErrorString &, const String &in_workerId, const String &in_message)=0 |
| |
| virtual void | enable (ErrorString &)=0 |
| |
| virtual void | disable (ErrorString &)=0 |
| |
| virtual void | initialized (ErrorString &, const String &in_workerId)=0 |
| |
| virtual void | sendMessageToWorker (ErrorString &, const String &in_workerId, const String &in_message)=0 |
| |
| virtual | ~PageChannel () |
| |
◆ InspectorWorkerAgent()
| WebCore::InspectorWorkerAgent::InspectorWorkerAgent |
( |
PageAgentContext & |
context | ) |
|
◆ ~InspectorWorkerAgent()
| virtual WebCore::InspectorWorkerAgent::~InspectorWorkerAgent |
( |
| ) |
|
|
inlinevirtual |
◆ didCreateFrontendAndBackend()
◆ disable()
◆ enable()
◆ initialized()
◆ sendMessageFromWorkerToFrontend()
◆ sendMessageToWorker()
◆ shouldWaitForDebuggerOnStart()
| bool WebCore::InspectorWorkerAgent::shouldWaitForDebuggerOnStart |
( |
| ) |
const |
◆ willDestroyFrontendAndBackend()
◆ workerStarted()
◆ workerTerminated()
The documentation for this class was generated from the following files: