Searched refs:SendCommandThread (Results 1 – 1 of 1) sorted by relevance
6956 class SendCommandThread;6957 static SendCommandThread* send_command_thread_ = NULL;6960 class SendCommandThread : public v8::base::Thread { class6962 explicit SendCommandThread(v8::Isolate* isolate) in SendCommandThread() function in SendCommandThread7024 isolate, SendCommandThread::CountingAndSignallingMessageHandler); in TEST()7025 send_command_thread_ = new SendCommandThread(isolate); in TEST()