Searched refs:WorkerCreated (Results 1 – 3 of 3) sorted by relevance
/third_party/node/src/inspector/ | ||
D | worker_agent.cc | 17 void WorkerCreated(const std::string& title, |
D | worker_inspector.h | 22 virtual void WorkerCreated(const std::string& title, |
D | worker_inspector.cc | 40 delegate->WorkerCreated(info.title, info.url, waiting, info.worker_thread); in Report() |