Home
last modified time | relevance | path

Searched refs:SetTimeout (Results 1 – 4 of 4) sorted by relevance

/external/skia/experimental/SkV8Example/
DGlobal.cpp104 void Global::SetTimeout(const v8::FunctionCallbackInfo<v8::Value>& args) { in SetTimeout() function in Global
185 v8::FunctionTemplate::New(fIsolate, Global::SetTimeout)); in createRootContext()
DGlobal.h68 static void SetTimeout(const v8::FunctionCallbackInfo<v8::Value>& args);
/external/webrtc/webrtc/base/
Dwin32socketserver.h38 void SetTimeout(int ms);
Dwin32socketserver.cc270 void Win32Socket::SetTimeout(int ms) { in SetTimeout() function in rtc::Win32Socket