Searched refs:SetTimeout (Results 1 – 4 of 4) sorted by relevance
104 void Global::SetTimeout(const v8::FunctionCallbackInfo<v8::Value>& args) { in SetTimeout() function in Global185 v8::FunctionTemplate::New(fIsolate, Global::SetTimeout)); in createRootContext()
68 static void SetTimeout(const v8::FunctionCallbackInfo<v8::Value>& args);
38 void SetTimeout(int ms);
270 void Win32Socket::SetTimeout(int ms) { in SetTimeout() function in rtc::Win32Socket