Home
last modified time | relevance | path

Searched refs:WorkerCreated (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/inspector/
Dworker_agent.cc17 void WorkerCreated(const std::string& title,
38 void WorkerCreated(const std::string& title, in WorkerCreated() function in node::inspector::protocol::__anon30fb8dd00111::AgentWorkerInspectorDelegate
42 workers_->WorkerCreated(title, url, waiting, target); in WorkerCreated()
123 void NodeWorkers::WorkerCreated(const std::string& title, in WorkerCreated() function in node::inspector::protocol::NodeWorkers
Dworker_inspector.h22 virtual void WorkerCreated(const std::string& title,
Dworker_inspector.cc40 delegate->WorkerCreated(info.title, info.url, waiting, info.worker_thread); in Report()