webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
Inspector::WorkerFrontendDispatcher Class Reference

#include <InspectorFrontendDispatchers.h>

Public Member Functions

 WorkerFrontendDispatcher (FrontendRouter &frontendRouter)
 
void workerCreated (const String &workerId, const String &url)
 
void workerTerminated (const String &workerId)
 
void dispatchMessageFromWorker (const String &workerId, const String &message)
 
 WorkerFrontendDispatcher (FrontendRouter &frontendRouter)
 
void workerCreated (const String &workerId, const String &url)
 
void workerTerminated (const String &workerId)
 
void dispatchMessageFromWorker (const String &workerId, const String &message)
 

Constructor & Destructor Documentation

◆ WorkerFrontendDispatcher() [1/2]

Inspector::WorkerFrontendDispatcher::WorkerFrontendDispatcher ( FrontendRouter frontendRouter)
inline

◆ WorkerFrontendDispatcher() [2/2]

Inspector::WorkerFrontendDispatcher::WorkerFrontendDispatcher ( FrontendRouter frontendRouter)
inline

Member Function Documentation

◆ dispatchMessageFromWorker() [1/2]

void Inspector::WorkerFrontendDispatcher::dispatchMessageFromWorker ( const String &  workerId,
const String &  message 
)

◆ dispatchMessageFromWorker() [2/2]

void Inspector::WorkerFrontendDispatcher::dispatchMessageFromWorker ( const String &  workerId,
const String &  message 
)

◆ workerCreated() [1/2]

void Inspector::WorkerFrontendDispatcher::workerCreated ( const String &  workerId,
const String &  url 
)

◆ workerCreated() [2/2]

void Inspector::WorkerFrontendDispatcher::workerCreated ( const String &  workerId,
const String &  url 
)

◆ workerTerminated() [1/2]

void Inspector::WorkerFrontendDispatcher::workerTerminated ( const String &  workerId)

◆ workerTerminated() [2/2]

void Inspector::WorkerFrontendDispatcher::workerTerminated ( const String &  workerId)

The documentation for this class was generated from the following files: