HomeSort by relevance Sort by last modified time
    Searched defs:SetTimeout (Results 1 - 9 of 9) sorted by null

  /development/host/windows/usb/winusb/
adb_winusb_endpoint_object.cpp 54 if (!SetTimeout(time_out))
113 if (!SetTimeout(time_out))
161 bool AdbWinUsbEndpointObject::SetTimeout(ULONG timeout) {
  /external/chromium_org/content/renderer/fetchers/
resource_fetcher_impl.cc 113 void ResourceFetcherImpl::SetTimeout(const base::TimeDelta& timeout) {
  /external/chromium_org/remoting/signaling/
iq_sender.cc 135 void IqRequest::SetTimeout(base::TimeDelta timeout) {
  /external/chromium_org/sandbox/win/tests/common/
controller.cc 269 void TestRunner::SetTimeout(DWORD timeout_ms) {
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
Global.cpp 100 // The callback that is invoked by v8 whenever the JavaScript 'setTimeout'
103 // JS: setTimeout(on_timeout, 500);
104 void Global::SetTimeout(const v8::FunctionCallbackInfo<v8::Value>& args) {
114 printf("Not a function passed to setTimeout.\n");
184 global->Set(v8::String::NewFromUtf8(fIsolate, "setTimeout"),
185 v8::FunctionTemplate::New(fIsolate, Global::SetTimeout));
  /external/skia/experimental/SkV8Example/
Global.cpp 100 // The callback that is invoked by v8 whenever the JavaScript 'setTimeout'
103 // JS: setTimeout(on_timeout, 500);
104 void Global::SetTimeout(const v8::FunctionCallbackInfo<v8::Value>& args) {
114 printf("Not a function passed to setTimeout.\n");
184 global->Set(v8::String::NewFromUtf8(fIsolate, "setTimeout"),
185 v8::FunctionTemplate::New(fIsolate, Global::SetTimeout));
  /external/chromium_org/chrome/test/chromedriver/client/
chromedriver.py 226 def SetTimeout(self, type, timeout):
  /external/chromium_org/sql/
connection.cc 43 int SetTimeout(base::TimeDelta timeout) {
499 busy_timeout.SetTimeout(timeout);
688 busy_timeout.SetTimeout(timeout);
    [all...]
  /external/chromium_org/third_party/webrtc/base/
win32socketserver.cc 267 void Win32Socket::SetTimeout(int ms) {

Completed in 1008 milliseconds