Searched refs:timeoutValue (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8GeolocationCustom.cpp75 v8::Local<v8::Value> timeoutValue = object->Get(v8AtomicString(isolate, "timeout")); local
76 if (timeoutValue.IsEmpty()) {
80 if (!timeoutValue->IsUndefined()) {
81 v8::Local<v8::Number> timeoutNumber = timeoutValue->ToNumber();
89 v8::Local<v8::Int32> timeoutInt32 = timeoutValue->ToInt32();
/external/smack/src/org/xbill/DNS/
H A DSimpleResolver.java34 private long timeoutValue = 10 * 1000; field in class:SimpleResolver
167 timeoutValue = (long)secs * 1000 + msecs;
177 return timeoutValue;
247 long endTime = System.currentTimeMillis() + timeoutValue;

Completed in 77 milliseconds