Home
last modified time | relevance | path

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

/external/webkit/WebCore/bindings/v8/custom/
DV8GeolocationCustom.cpp132 double timeoutDouble = timeoutNumber->Value(); in createPositionOptions() local
140 if (!(isinf(timeoutDouble) && timeoutDouble > 0)) { in createPositionOptions()